Searched refs:native_handle (Results 1 – 11 of 11) sorted by relevance
23 typedef struct native_handle native_handle_t;
34 typedef struct native_handle struct
25 "libcutils", // for native_handle.h
84 hidl_handle &hidl_handle::operator=(const native_handle_t *native_handle) { in operator =() argument86 mHandle = native_handle; in operator =()
121 status_t writeNativeHandleNoDup(const native_handle* handle, bool embedded,124 status_t writeNativeHandleNoDup(const native_handle* handle);
65 "native_handle.cpp",
892 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()
444 pthread_t worker_thread_handle = worker_thread_.native_handle(); in StopWorker()
106 hidl_handle &operator=(const native_handle_t *native_handle);
2341 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()