Home
last modified time | relevance | path

Searched refs:native_handle (Results 1 – 11 of 11) sorted by relevance

/system/core/libutils/include/utils/
DNativeHandle.h23 typedef struct native_handle native_handle_t;
/system/core/libcutils/include_vndk/cutils/
Dnative_handle.h34 typedef struct native_handle struct
/system/core/libcutils/include/cutils/
Dnative_handle.h34 typedef struct native_handle struct
/system/libhidl/base/
DAndroid.bp25 "libcutils", // for native_handle.h
DHidlSupport.cpp84 hidl_handle &hidl_handle::operator=(const native_handle_t *native_handle) { in operator =() argument
86 mHandle = native_handle; in operator =()
/system/libhwbinder/include/hwbinder/
DParcel.h121 status_t writeNativeHandleNoDup(const native_handle* handle, bool embedded,
124 status_t writeNativeHandleNoDup(const native_handle* handle);
/system/core/libcutils/
DAndroid.bp65 "native_handle.cpp",
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp892 native_handle* h = native_handle_create(1 /* numFds */, testData.size() /* numInts */); in TEST_F()
948 native_handle* h = native_handle_create(numFds, testData.size() /* numInts */); in TEST_F()
/system/core/adb/daemon/
Dusb.cpp444 pthread_t worker_thread_handle = worker_thread_.native_handle(); in StopWorker()
/system/libhidl/base/include/hidl/
DHidlSupport.h106 hidl_handle &operator=(const native_handle_t *native_handle);
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp2341 native_handle* h = native_handle_create(1 /* numFds */, testData.size() /* numInts */); in TEST_F()
2397 native_handle* h = native_handle_create(numFds, testData.size() /* numInts */); in TEST_F()