Searched refs:native_handle_create (Results 1 – 11 of 11) sorted by relevance
/system/core/libcutils/ |
D | native_handle.cpp | 38 native_handle_t* native_handle_create(int numFds, int numInts) { in native_handle_create() function 56 native_handle_t* clone = native_handle_create(handle->numFds, handle->numInts); in native_handle_clone()
|
/system/core/libcutils/include/cutils/ |
D | native_handle.h | 78 native_handle_t* native_handle_create(int numFds, int numInts);
|
/system/core/libcutils/include_vndk/cutils/ |
D | native_handle.h | 78 native_handle_t* native_handle_create(int numFds, int numInts);
|
/system/libhidl/transport/allocator/1.0/default/ |
D | AshmemAllocator.cpp | 37 native_handle_t* handle = native_handle_create(1, 0); in allocateOne()
|
/system/core/healthd/ |
D | charger_test.cpp | 112 native_handle_t* nativeHandle = native_handle_create(1, 0); in createHidlHandle()
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 247 auto h = native_handle_create(0, 1); in myhandle() 304 auto h = native_handle_create(0, 1); in myhandle() 486 auto handle = native_handle_create(0, 1); in TEST_F() 487 auto handle2 = native_handle_create(0, 1); in TEST_F() 1305 native_handle_t *handle = native_handle_create(0, 0); in TEST_F() 1515 .descSync = {std::vector<GrantorDescriptor>(), native_handle_create(0, 1), 5}, in TEST_F() 1519 .descSync = {std::vector<GrantorDescriptor>(), native_handle_create(0, 1), 5}, in TEST_F() 2306 native_handle_t* h = native_handle_create(0, testData.size()); in TEST_F() 2367 native_handle* h = native_handle_create(1 /* numFds */, testData.size() /* numInts */); in TEST_F() 2423 native_handle* h = native_handle_create(numFds, testData.size() /* numInts */); in TEST_F() [all …]
|
/system/libhidl/base/ |
D | HidlSupport.cpp | 294 native_handle_t* handle = native_handle_create(1, 0); in getInstance()
|
/system/libhidl/base/include/hidl/ |
D | MQDescriptor.h | 226 mHandle = native_handle_create(
|
/system/tools/hidl/test/java_test/ |
D | hidl_test_java_native.cpp | 913 native_handle_t* h = native_handle_create(0, testHandleData.size()); in TEST_F() 1000 native_handle_t* h = native_handle_create(0, testData.size()); in TEST_F() 1061 native_handle* h = native_handle_create(1 /* numFds */, testData.size() /* numInts */); in TEST_F() 1117 native_handle* h = native_handle_create(numFds, testData.size() /* numInts */); in TEST_F()
|
/system/libhidl/ |
D | test_main.cpp | 186 native_handle_t* testHandle = native_handle_create(0 /* numInts */, 0 /* numFds */); in TEST_F()
|
/system/libfmq/include/fmq/ |
D | MessageQueueBase.h | 664 native_handle_t* mqHandle = native_handle_create(1 /* numFds */, 0 /* numInts */); in MessageQueueBase()
|