Lines Matching refs:hidl_handle
97 struct hidl_handle { struct
98 hidl_handle();
99 ~hidl_handle();
101 hidl_handle(const native_handle_t *handle);
104 hidl_handle(const hidl_handle &other);
107 hidl_handle(hidl_handle &&other) noexcept;
110 hidl_handle &operator=(const hidl_handle &other); argument
112 hidl_handle &operator=(const native_handle_t *native_handle); argument
114 hidl_handle &operator=(hidl_handle &&other) noexcept; argument
232 hidl_memory(const hidl_string& name, hidl_handle&& handle, size_t size) in hidl_memory()
305 hidl_handle mHandle;
320 static sp<HidlMemory> getInstance(const hidl_string& name, hidl_handle&& handle, uint64_t size);
331 HidlMemory(const hidl_string& name, hidl_handle&& handle, size_t size);
995 inline std::string toString(const hidl_handle &hs) {