Searched defs:hidl_handle (Results 1 - 2 of 2) sorted by relevance

/system/libhidl/base/
H A DHidlSupport.cpp38 hidl_handle::hidl_handle() { function in class:android::hardware::hidl_handle
43 hidl_handle::~hidl_handle() {
47 hidl_handle::hidl_handle(const native_handle_t *handle) { function in class:android::hardware::hidl_handle
53 hidl_handle::hidl_handle(const hidl_handle &other) { function in class:android::hardware::hidl_handle
59 hidl_handle function in class:android::hardware::hidl_handle
[all...]
/system/libhidl/base/include/hidl/
H A DHidlSupport.h70 // hidl_handle wraps a pointer to a native_handle_t in a hidl_pointer,
76 // a hidl_handle to take ownership, call setTo(handle, true /*shouldOwn*/);
77 // 2) The copy constructor/assignment operator taking a hidl_handle *DO* take ownership;
80 // hidl_handle copy;
87 struct hidl_handle { struct in namespace:android::hardware
88 hidl_handle();
89 ~hidl_handle();
91 hidl_handle(const native_handle_t *handle);
94 hidl_handle(const hidl_handle
[all...]

Completed in 42 milliseconds