HomeSort by relevance Sort by last modified time
    Searched defs:hidl_handle (Results 1 - 3 of 3) sorted by null

  /system/libhidl/base/
HidlSupport.cpp 38 hidl_handle::hidl_handle() { function in class:android::hardware::hidl_handle
43 hidl_handle::~hidl_handle() {
47 hidl_handle::hidl_handle(const native_handle_t *handle) { function in class:android::hardware::hidl_handle
53 hidl_handle::hidl_handle(const hidl_handle &other) { function in class:android::hardware::hidl_handle
59 hidl_handle::hidl_handle(hidl_handle &&other) function in class:android::hardware::hidl_handle
    [all...]
  /system/libhidl/base/include/hidl/
HidlSupport.h 70 // hidl_handle wraps a pointer to a native_handle_t in a hidl_pointer,
76 // a hidl_handle to take ownership, call setTo(handle, true /*shouldOwn*/);
77 // 2) The copy constructor/assignment operator taking a hidl_handle *DO* take ownership;
80 // hidl_handle copy;
87 struct hidl_handle { struct in namespace:android::hardware
88 hidl_handle();
89 ~hidl_handle();
91 hidl_handle(const native_handle_t *handle);
94 hidl_handle(const hidl_handle &other)
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
ComposerHal.cpp 34 using hardware::hidl_handle;
50 operator const hidl_handle&() const
57 hidl_handle mHandle;
84 operator const hidl_handle&() const
92 hidl_handle mHandle;
796 hidl_vec<hidl_handle> commandHandles;
    [all...]

Completed in 499 milliseconds