Searched defs:hidl_memory (Results 1 – 1 of 1) sorted by relevance
204 struct hidl_memory { struct206 hidl_memory() : mHandle(nullptr), mSize(0), mName("") { in hidl_memory() function215 hidl_memory(const hidl_string &name, const native_handle_t *handle, size_t size) in hidl_memory() argument222 hidl_memory(const hidl_memory& other) { in hidl_memory() function238 hidl_memory(hidl_memory&& other) noexcept { in hidl_memory() function255 ~hidl_memory() { in ~hidl_memory() argument270 // offsetof(hidl_memory, mHandle) exposed since mHandle is private. argument272 // offsetof(hidl_memory, mName) exposed since mHandle is private. argument273 static const size_t kOffsetOfName;277 uint64_t mSize __attribute__ ((aligned(8)));[all …]