Searched refs:supportsAnyDirectChannel (Results 1 – 2 of 2) sorted by relevance
328 bool supportsAnyDirectChannel);334 bool* supportsSharedMemType, bool* supportsAnyDirectChannel);336 void verifyUnregisterDirectChannel(int32_t* directChannelHandle, bool supportsAnyDirectChannel);974 bool* supportsAnyDirectChannel) { in queryDirectChannelSupport() argument976 *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() argument1016 int32_t error = supportsAnyDirectChannel ? EX_ILLEGAL_ARGUMENT : EX_UNSUPPORTED_OPERATION; in verifyRegisterDirectChannel()1023 bool supportsAnyDirectChannel) { in verifyUnregisterDirectChannel() argument[all …]
239 bool supportsAnyDirectChannel);246 bool* supportsAnyDirectChannel);861 bool* supportsAnyDirectChannel) { in queryDirectChannelSupport() argument863 *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() argument900 supportsAnyDirectChannel ? Result::BAD_VALUE : Result::INVALID_OPERATION; in verifyRegisterDirectChannel()909 int32_t directChannelHandle, bool supportsAnyDirectChannel) { in verifyConfigure() argument935 supportsAnyDirectChannel ? Result::BAD_VALUE : Result::INVALID_OPERATION; in verifyConfigure()[all …]