Searched defs:mHandle (Results 1 - 5 of 5) sorted by relevance

/system/core/include/utils/
H A DNativeHandle.h36 return mHandle;
46 native_handle_t* mHandle; member in class:android::NativeHandle
/system/core/libutils/include/utils/
H A DNativeHandle.h36 return mHandle;
46 native_handle_t* mHandle; member in class:android::NativeHandle
/system/libhwbinder/include/hwbinder/
H A DBpHwBinder.h33 inline int32_t handle() const { return mHandle; }
97 const int32_t mHandle; member in class:android::hardware::BpHwBinder
/system/libhidl/base/include/hidl/
H A DMQDescriptor.h81 bool isHandleValid() const { return mHandle != nullptr; }
93 return mHandle;
97 return mHandle;
140 ::android::hardware::details::hidl_pointer<native_handle_t> mHandle; variable
149 const size_t MQDescriptor<T, flavor>::kOffsetOfHandle = offsetof(MQDescriptor, mHandle);
170 : mHandle(nhandle),
185 : mHandle(nHandle), mQuantum(messageSize), mFlags(flavor) {
219 mHandle(nullptr),
222 if (other.mHandle != nullptr) {
223 mHandle
[all...]
H A DHidlSupport.h118 details::hidl_pointer<const native_handle_t> mHandle __attribute__ ((aligned(8))); member in struct:android::hardware::hidl_handle
202 // long as the file descriptors in the enclosed mHandle
206 hidl_memory() : mHandle(nullptr), mSize(0), mName("") {
216 : mHandle(handle),
229 mHandle = other.mHandle;
245 mHandle = std::move(other.mHandle);
259 return mHandle;
270 // offsetof(hidl_memory, mHandle) expose
276 hidl_handle mHandle __attribute__ ((aligned(8))); member in struct:android::hardware::hidl_memory
[all...]

Completed in 135 milliseconds