HomeSort by relevance Sort by last modified time
    Searched refs:hidl_pointer (Results 1 - 4 of 4) sorted by null

  /system/libhidl/base/include/hidl/
HidlInternal.h 53 // 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<T>&& other) : hidl_pointer() { *this = std::move(other); function in struct:android::hardware::details::hidl_pointer
    [all...]
MQDescriptor.h 140 ::android::hardware::details::hidl_pointer<native_handle_t> mHandle;
HidlSupport.h 70 // 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;
  /frameworks/rs/
rsHidlAdaptation.cpp 50 using ::android::hardware::details::hidl_pointer;
    [all...]

Completed in 298 milliseconds