Home
last modified time | relevance | path

Searched refs:hidl_pointer (Results 1 – 3 of 3) sorted by relevance

/system/libhidl/base/include/hidl/
DHidlInternal.h43 struct hidl_pointer { struct
44 hidl_pointer() in hidl_pointer() argument
47 hidl_pointer(T* ptr) in hidl_pointer() function
50 hidl_pointer(const hidl_pointer<T>& other) { in hidl_pointer() argument
53 hidl_pointer(hidl_pointer<T>&& other) { in hidl_pointer() function
57 hidl_pointer &operator=(const hidl_pointer<T>& other) {
61 hidl_pointer &operator=(hidl_pointer<T>&& other) {
66 hidl_pointer &operator=(T* ptr) {
DHidlSupport.h118 details::hidl_pointer<const native_handle_t> mHandle __attribute__ ((aligned(8)));
164 details::hidl_pointer<const char> mBuffer;
497 details::hidl_pointer<T> mBuffer;
DMQDescriptor.h139 ::android::hardware::details::hidl_pointer<native_handle_t> mHandle;