Searched refs:hidl_pointer (Results 1 – 3 of 3) sorted by relevance
71 struct hidl_pointer { struct72 hidl_pointer() in hidl_pointer() argument76 hidl_pointer(T* ptr) : hidl_pointer() { mPointer = ptr; } in hidl_pointer() function77 hidl_pointer(const hidl_pointer<T>& other) : hidl_pointer() { mPointer = other.mPointer; } in hidl_pointer() function78 hidl_pointer(hidl_pointer<T>&& other) noexcept : hidl_pointer() { *this = std::move(other); } in hidl_pointer() argument80 hidl_pointer &operator=(const hidl_pointer<T>& other) {84 hidl_pointer& operator=(hidl_pointer<T>&& other) noexcept {89 hidl_pointer &operator=(T* ptr) {
73 ::android::hardware::details::hidl_pointer<native_handle_t> mHandle;
132 details::hidl_pointer<const native_handle_t> mHandle;181 details::hidl_pointer<const char> mBuffer;583 details::hidl_pointer<T> mBuffer;