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

/system/libhidl/base/include/hidl/
H A DHidlInternal.h53 // hidl_pointer wraps a pointer without taking ownership,
59 struct hidl_pointer { struct in namespace:android::hardware::details
60 hidl_pointer() function in struct:android::hardware::details::hidl_pointer
63 hidl_pointer(T* ptr) : hidl_pointer() { mPointer = ptr; } function in struct:android::hardware::details::hidl_pointer
64 hidl_pointer(const hidl_pointer<T>& other) : hidl_pointer() { mPointer = other.mPointer; } function in struct:android::hardware::details::hidl_pointer
65 hidl_pointer(hidl_pointer< function in struct:android::hardware::details::hidl_pointer
[all...]
H A DMQDescriptor.h140 ::android::hardware::details::hidl_pointer<native_handle_t> mHandle;
H A DHidlSupport.h70 // hidl_handle wraps a pointer to a native_handle_t in a hidl_pointer,
118 details::hidl_pointer<const native_handle_t> mHandle __attribute__ ((aligned(8)));
164 details::hidl_pointer<const char> mBuffer;
556 details::hidl_pointer<T> mBuffer;

Completed in 1190 milliseconds