Home
last modified time | relevance | path

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

/system/libhidl/base/include/hidl/
DHidlSupport.h205 struct hidl_memory { struct
207 hidl_memory() : mHandle(nullptr), mSize(0), mName("") { in hidl_memory() function
214 hidl_memory(const hidl_string& name, hidl_handle&& handle, size_t size) in hidl_memory() argument
223 hidl_memory(const hidl_string &name, const native_handle_t *handle, size_t size) in hidl_memory() function
230 hidl_memory(const hidl_memory& other) { in hidl_memory() function
246 hidl_memory(hidl_memory&& other) noexcept { in hidl_memory() argument
263 ~hidl_memory() { in ~hidl_memory() argument
281 // offsetof(hidl_memory, mHandle) exposed since mHandle is private. argument
283 // offsetof(hidl_memory, mName) exposed since mHandle is private. argument
292 // HidlMemory is a wrapper class to support sp<> for hidl_memory. It also argument