Home
last modified time | relevance | path

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

/system/libhidl/base/include/hidl/
DHidlSupport.h91 struct hidl_handle { struct
104 hidl_handle &operator=(const hidl_handle &other); argument
106 hidl_handle &operator=(const native_handle_t *native_handle); argument
108 hidl_handle &operator=(hidl_handle &&other) noexcept; argument
121 static const size_t kOffsetOfNativeHandle;
126 details::hidl_pointer<const native_handle_t> mHandle __attribute__ ((aligned(8)));
/system/libhidl/base/
DHidlSupport.cpp38 hidl_handle::hidl_handle() { in hidl_handle() function in android::hardware::hidl_handle
48 hidl_handle::hidl_handle(const native_handle_t* handle) : hidl_handle() { in hidl_handle() function in android::hardware::hidl_handle
54 hidl_handle::hidl_handle(const hidl_handle& other) : hidl_handle() { in hidl_handle() function in android::hardware::hidl_handle
60 hidl_handle::hidl_handle(hidl_handle&& other) noexcept : hidl_handle() { in hidl_handle() function in android::hardware::hidl_handle
/system/libhidl/transport/
DHidlBinderSupport.cpp56 status_t readEmbeddedFromParcel(const hidl_handle& /* handle */, in readEmbeddedFromParcel()