Searched refs:mHandle (Results 1 - 9 of 9) sorted by relevance

/system/core/libutils/
H A DNativeHandle.cpp27 : mHandle(handle), mOwnsHandle(ownsHandle) {
33 native_handle_close(mHandle);
34 native_handle_delete(mHandle);
/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
203 // long as the file descriptors in the enclosed mHandle
207 hidl_memory() : mHandle(nullptr), mSize(0), mName("") {
215 : mHandle(std::move(handle)), mSize(size), mName(name) {}
224 : mHandle(handle),
237 mHandle = other.mHandle;
253 mHandle = std::move(other.mHandle);
267 return mHandle;
287 hidl_handle mHandle __attribute__ ((aligned(8))); member in struct:android::hardware::hidl_memory
[all...]
/system/libhwbinder/
H A DBpHwBinder.cpp91 : mHandle(handle)
96 ALOGV("Creating BpHwBinder %p handle %d\n", this, mHandle);
108 mHandle, code, data, reply, flags);
136 ALOGV("Requesting death notification: %p handle %d\n", this, mHandle);
139 self->requestDeathNotification(mHandle, this);
171 ALOGV("Clearing death notification: %p handle %d\n", this, mHandle);
173 self->clearDeathNotification(mHandle, this);
188 this, mHandle, mObitsSent ? "true" : "false");
196 ALOGV("Clearing sent death notification: %p handle %d\n", this, mHandle);
198 self->clearDeathNotification(mHandle, thi
[all...]
/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/libhidl/base/
H A DHidlSupport.cpp39 mHandle = nullptr;
48 mHandle = handle;
70 if (other.mHandle != nullptr) {
71 mHandle = native_handle_clone(other.mHandle);
72 if (mHandle == nullptr) {
77 mHandle = nullptr;
85 mHandle = native_handle;
93 mHandle = other.mHandle;
[all...]
/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/transport/
H A DHidlBinderSupport.cpp48 const size_t hidl_memory::kOffsetOfHandle = offsetof(hidl_memory, mHandle);

Completed in 117 milliseconds