Home
last modified time | relevance | path

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

/system/libhidl/base/include/hidl/
DMQDescriptor.h80 bool isHandleValid() const { return mHandle != nullptr; } in isHandleValid() function
/system/libfmq/include/fmq/
DMessageQueue.h583 if ((mDesc == nullptr) || !mDesc->isHandleValid() || in initMemory()