Home
last modified time | relevance | path

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

/system/libhidl/base/include/hidl/
DHidlInternal.h59 struct hidl_pointer { struct
60 hidl_pointer() in hidl_pointer() function
63 hidl_pointer(T* ptr) : hidl_pointer() { mPointer = ptr; } in hidl_pointer() function
64 hidl_pointer(const hidl_pointer<T>& other) : hidl_pointer() { mPointer = other.mPointer; } in hidl_pointer() argument
65 hidl_pointer(hidl_pointer<T>&& other) : hidl_pointer() { *this = std::move(other); } in hidl_pointer() function
67 hidl_pointer &operator=(const hidl_pointer<T>& other) {
71 hidl_pointer &operator=(hidl_pointer<T>&& other) {
76 hidl_pointer &operator=(T* ptr) {
DMQDescriptor.h140 ::android::hardware::details::hidl_pointer<native_handle_t> mHandle;
DHidlSupport.h118 details::hidl_pointer<const native_handle_t> mHandle __attribute__ ((aligned(8)));
164 details::hidl_pointer<const char> mBuffer;
556 details::hidl_pointer<T> mBuffer;