Searched refs:supportsAnyDirectChannel (Results 1 – 1 of 1) sorted by relevance
237 bool supportsAnyDirectChannel);244 bool* supportsAnyDirectChannel);818 bool* supportsAnyDirectChannel) { in queryDirectChannelSupport() argument820 *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() argument853 supportsAnyDirectChannel ? Result::BAD_VALUE : Result::INVALID_OPERATION; in verifyRegisterDirectChannel()862 int32_t directChannelHandle, bool supportsAnyDirectChannel) { in verifyConfigure() argument888 supportsAnyDirectChannel ? Result::BAD_VALUE : Result::INVALID_OPERATION; in verifyConfigure()[all …]