Home
last modified time | relevance | path

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

/system/libhidl/base/
DHidlSupport.cpp38 hidl_handle::hidl_handle() { in hidl_handle() function in android::hardware::hidl_handle
47 hidl_handle::hidl_handle(const native_handle_t *handle) { in hidl_handle() function in android::hardware::hidl_handle
53 hidl_handle::hidl_handle(const hidl_handle &other) { in hidl_handle() function in android::hardware::hidl_handle
59 hidl_handle::hidl_handle(hidl_handle &&other) { in hidl_handle() function in android::hardware::hidl_handle
/system/libhidl/base/include/hidl/
DHidlSupport.h87 struct hidl_handle { struct
100 hidl_handle &operator=(const hidl_handle &other); argument
102 hidl_handle &operator=(const native_handle_t *native_handle); argument
104 hidl_handle &operator=(hidl_handle &&other) noexcept; argument
118 details::hidl_pointer<const native_handle_t> mHandle __attribute__ ((aligned(8)));