Home
last modified time | relevance | path

Searched refs:supportsAnyDirectChannel (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/sensors/common/vts/2_X/
DVtsHalSensorsV2_XTargetTest.h237 bool supportsAnyDirectChannel);
244 bool* supportsAnyDirectChannel);
818 bool* supportsAnyDirectChannel) { in queryDirectChannelSupport() argument
820 *supportsAnyDirectChannel = false; in queryDirectChannelSupport()
827 *supportsAnyDirectChannel = true; in queryDirectChannelSupport()
830 if (*supportsSharedMemType && *supportsAnyDirectChannel) { in queryDirectChannelSupport()
838 int32_t* directChannelHandle, bool supportsSharedMemType, bool supportsAnyDirectChannel) { in verifyRegisterDirectChannel() argument
853 supportsAnyDirectChannel ? Result::BAD_VALUE : Result::INVALID_OPERATION; in verifyRegisterDirectChannel()
862 int32_t directChannelHandle, bool supportsAnyDirectChannel) { in verifyConfigure() argument
888 supportsAnyDirectChannel ? Result::BAD_VALUE : Result::INVALID_OPERATION; in verifyConfigure()
[all …]