Searched refs:native_handle (Results 1 – 12 of 12) sorted by relevance
/system/core/libcutils/ |
D | native_handle_test.cpp | 21 TEST(native_handle, native_handle_delete) { in TEST() argument 25 TEST(native_handle, native_handle_close) { in TEST() argument
|
D | Android.bp | 162 "native_handle.cpp",
|
/system/core/libutils/include/utils/ |
D | NativeHandle.h | 23 typedef struct native_handle native_handle_t;
|
/system/core/libcutils/include/cutils/ |
D | native_handle.h | 34 typedef struct native_handle struct
|
/system/core/libcutils/include_outside_system/cutils/ |
D | native_handle.h | 34 typedef struct native_handle struct
|
/system/core/libutils/ |
D | ProcessCallStack_fuzz.cpp | 46 pthread_setname_np(th.native_handle(), threadName.c_str()); in spawnThreads()
|
/system/libhidl/base/ |
D | HidlSupport.cpp | 82 hidl_handle &hidl_handle::operator=(const native_handle_t *native_handle) { in operator =() argument 84 mHandle = native_handle; in operator =()
|
/system/libhwbinder/include/hwbinder/ |
D | Parcel.h | 127 status_t writeNativeHandleNoDup(const native_handle* handle, bool embedded, 130 status_t writeNativeHandleNoDup(const native_handle* handle);
|
/system/libhidl/ |
D | Android.bp | 161 "libcutils", // for native_handle.h
|
/system/tools/hidl/test/java_test/ |
D | hidl_test_java_native.cpp | 1050 native_handle* h = native_handle_create(1 /* numFds */, testData.size() /* numInts */); in TEST_F() 1106 native_handle* h = native_handle_create(numFds, testData.size() /* numInts */); in TEST_F()
|
/system/libhidl/base/include/hidl/ |
D | HidlSupport.h | 112 hidl_handle &operator=(const native_handle_t *native_handle);
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 2347 native_handle* h = native_handle_create(1 /* numFds */, testData.size() /* numInts */); in TEST_F() 2403 native_handle* h = native_handle_create(numFds, testData.size() /* numInts */); in TEST_F()
|