Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/2.0/vts/functional/
DVtsHalSensorsV2_0TargetTest.cpp191 bool supportsAnyDirectChannel);
197 bool* supportsAnyDirectChannel);
940 bool* supportsAnyDirectChannel) { in queryDirectChannelSupport() argument
942 *supportsAnyDirectChannel = false; in queryDirectChannelSupport()
949 *supportsAnyDirectChannel = true; in queryDirectChannelSupport()
952 if (*supportsSharedMemType && *supportsAnyDirectChannel) { in queryDirectChannelSupport()
961 bool supportsAnyDirectChannel) { in verifyRegisterDirectChannel() argument
976 supportsAnyDirectChannel ? Result::BAD_VALUE : Result::INVALID_OPERATION; in verifyRegisterDirectChannel()
985 int32_t directChannelHandle, bool supportsAnyDirectChannel) { in verifyConfigure() argument
1005 supportsAnyDirectChannel ? Result::BAD_VALUE : Result::INVALID_OPERATION; in verifyConfigure()
[all …]