Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/aidl/vts/
DVtsAidlHalSensorsTargetTest.cpp328 bool supportsAnyDirectChannel);
334 bool* supportsSharedMemType, bool* supportsAnyDirectChannel);
336 void verifyUnregisterDirectChannel(int32_t* directChannelHandle, bool supportsAnyDirectChannel);
974 bool* supportsAnyDirectChannel) { in queryDirectChannelSupport() argument
976 *supportsAnyDirectChannel = false; in queryDirectChannelSupport()
985 *supportsAnyDirectChannel = true; in queryDirectChannelSupport()
988 if (*supportsSharedMemType && *supportsAnyDirectChannel) { in queryDirectChannelSupport()
996 int32_t* directChannelHandle, bool supportsSharedMemType, bool supportsAnyDirectChannel) { in verifyRegisterDirectChannel() argument
1016 int32_t error = supportsAnyDirectChannel ? EX_ILLEGAL_ARGUMENT : EX_UNSUPPORTED_OPERATION; in verifyRegisterDirectChannel()
1023 bool supportsAnyDirectChannel) { in verifyUnregisterDirectChannel() argument
[all …]
/hardware/interfaces/sensors/common/vts/2_X/
DVtsHalSensorsV2_XTargetTest.h239 bool supportsAnyDirectChannel);
246 bool* supportsAnyDirectChannel);
861 bool* supportsAnyDirectChannel) { in queryDirectChannelSupport() argument
863 *supportsAnyDirectChannel = false; in queryDirectChannelSupport()
870 *supportsAnyDirectChannel = true; in queryDirectChannelSupport()
873 if (*supportsSharedMemType && *supportsAnyDirectChannel) { in queryDirectChannelSupport()
881 int32_t* directChannelHandle, bool supportsSharedMemType, bool supportsAnyDirectChannel) { in verifyRegisterDirectChannel() argument
900 supportsAnyDirectChannel ? Result::BAD_VALUE : Result::INVALID_OPERATION; in verifyRegisterDirectChannel()
909 int32_t directChannelHandle, bool supportsAnyDirectChannel) { in verifyConfigure() argument
935 supportsAnyDirectChannel ? Result::BAD_VALUE : Result::INVALID_OPERATION; in verifyConfigure()
[all …]