Searched defs:hidl_handle (Results 1 – 3 of 3) sorted by relevance
91 struct hidl_handle { struct104 hidl_handle &operator=(const hidl_handle &other); argument106 hidl_handle &operator=(const native_handle_t *native_handle); argument108 hidl_handle &operator=(hidl_handle &&other) noexcept; argument121 static const size_t kOffsetOfNativeHandle;126 details::hidl_pointer<const native_handle_t> mHandle __attribute__ ((aligned(8)));
38 hidl_handle::hidl_handle() { in hidl_handle() function in android::hardware::hidl_handle48 hidl_handle::hidl_handle(const native_handle_t* handle) : hidl_handle() { in hidl_handle() function in android::hardware::hidl_handle54 hidl_handle::hidl_handle(const hidl_handle& other) : hidl_handle() { in hidl_handle() function in android::hardware::hidl_handle60 hidl_handle::hidl_handle(hidl_handle&& other) noexcept : hidl_handle() { in hidl_handle() function in android::hardware::hidl_handle
56 status_t readEmbeddedFromParcel(const hidl_handle& /* handle */, in readEmbeddedFromParcel()