Home
last modified time | relevance | path

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

/system/libhidl/base/include/hidl/
DMQDescriptor.h83 bool isHandleValid() const { return mHandle != nullptr; } in isHandleValid() function
/system/bt/audio_hal_interface/
Dclient_interface.cc343 if (status == BluetoothAudioStatus::SUCCESS && dataMQ.isHandleValid()) { in StartSession()
/system/libfmq/include/fmq/
DMessageQueue.h588 if ((mDesc == nullptr) || !mDesc->isHandleValid() || in initMemory()