Searched refs:hidl_handle (Results 1 - 6 of 6) sorted by relevance

/system/libhidl/base/
H A DHidlSupport.cpp38 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 function in class:android::hardware::hidl_handle
[all...]
/system/libhidl/base/include/hidl/
H A DHidlSupport.h70 // 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
[all...]
/system/core/healthd/
H A Dcharger_test.cpp100 ::android::hardware::hidl_handle createHidlHandle(const char* filepath) {
105 ::android::hardware::hidl_handle handle;
/system/chre/host/hal_generic/
H A Dgeneric_context_hub.h47 using ::android::hardware::hidl_handle;
57 Return<void> debug(const hidl_handle& fd, const hidl_vec<hidl_string>& options) override;
H A Dgeneric_context_hub.cc64 * @return file descriptor contained in the hidl_handle, or -1 if there is none
66 int hidlHandleToFileDescriptor(const hidl_handle& hh) {
94 const hidl_handle& hh_fd, const hidl_vec<hidl_string>& /*options*/) {
/system/libhidl/transport/base/1.0/vts/functional/
H A Dvts_ibase_test.cpp29 using android::hardware::hidl_handle;
154 EXPECT_OK(base.service->debug(hidl_handle(), {}))

Completed in 117 milliseconds