Searched refs:supportsAnyDirectChannel (Results 1 – 1 of 1) sorted by relevance
191 bool supportsAnyDirectChannel);197 bool* supportsAnyDirectChannel);940 bool* supportsAnyDirectChannel) { in queryDirectChannelSupport() argument942 *supportsAnyDirectChannel = false; in queryDirectChannelSupport()949 *supportsAnyDirectChannel = true; in queryDirectChannelSupport()952 if (*supportsSharedMemType && *supportsAnyDirectChannel) { in queryDirectChannelSupport()961 bool supportsAnyDirectChannel) { in verifyRegisterDirectChannel() argument976 supportsAnyDirectChannel ? Result::BAD_VALUE : Result::INVALID_OPERATION; in verifyRegisterDirectChannel()985 int32_t directChannelHandle, bool supportsAnyDirectChannel) { in verifyConfigure() argument1005 supportsAnyDirectChannel ? Result::BAD_VALUE : Result::INVALID_OPERATION; in verifyConfigure()[all …]