Searched refs:hidl_pointer (Results 1 – 3 of 3) sorted by relevance
67 struct hidl_pointer { struct68 hidl_pointer() in hidl_pointer() function72 hidl_pointer(T* ptr) : hidl_pointer() { mPointer = ptr; } in hidl_pointer() function73 hidl_pointer(const hidl_pointer<T>& other) : hidl_pointer() { mPointer = other.mPointer; } in hidl_pointer() function74 hidl_pointer(hidl_pointer<T>&& other) noexcept : hidl_pointer() { *this = std::move(other); } in hidl_pointer() function76 hidl_pointer &operator=(const hidl_pointer<T>& other) {80 hidl_pointer& operator=(hidl_pointer<T>&& other) noexcept {85 hidl_pointer &operator=(T* ptr) {
142 ::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;