Lines Matching refs:supportsAnyDirectChannel
328 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
1024 int result = supportsAnyDirectChannel ? EX_NONE : EX_UNSUPPORTED_OPERATION; in verifyUnregisterDirectChannel()
1038 bool supportsAnyDirectChannel; in verifyDirectChannel() local
1039 queryDirectChannelSupport(memType, &supportsSharedMemType, &supportsAnyDirectChannel); in verifyDirectChannel()
1044 supportsAnyDirectChannel); in verifyDirectChannel()
1045 verifyConfigure(sensor, memType, directChannelHandle, supportsAnyDirectChannel); in verifyDirectChannel()
1046 verifyUnregisterDirectChannel(&directChannelHandle, supportsAnyDirectChannel); in verifyDirectChannel()
1052 int32_t directChannelHandle, bool supportsAnyDirectChannel) { in verifyConfigure() argument
1078 int error = supportsAnyDirectChannel ? EX_ILLEGAL_ARGUMENT : EX_UNSUPPORTED_OPERATION; in verifyConfigure()