Searched refs:native_handle_create (Results 1 – 18 of 18) sorted by relevance
/system/libhidl/fuzzer/ |
D | libHidlBase_parcel_fuzzer.cpp | 51 testNativeHandle = native_handle_create( in createRandomParcel() 67 auto testHandle = native_handle_create(kNumFds, kNumInts); in createRandomParcel() 91 native_handle_t* testNativeHandle = native_handle_create( in createRandomParcel()
|
/system/core/libcutils/ |
D | native_handle.cpp | 99 native_handle_t* native_handle_create(int numFds, int numInts) { in native_handle_create() function 125 native_handle_t* clone = native_handle_create(handle->numFds, handle->numInts); in native_handle_clone()
|
/system/core/libcutils/include_outside_system/cutils/ |
D | native_handle.h | 85 native_handle_t* native_handle_create(int numFds, int numInts);
|
/system/core/libcutils/include/cutils/ |
D | native_handle.h | 85 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/libfmq/include/fmq/ |
D | AidlMQDescriptorShim.h | 116 mHandle = native_handle_create(desc.handle.fds.size() /* num fds */, in AidlMQDescriptorShim() 155 mHandle = native_handle_create(other.mHandle->numFds, other.mHandle->numInts);
|
D | MessageQueueBase.h | 797 native_handle_t* mqHandle = native_handle_create(numFds, 0 /* numInts */); in MessageQueueBase()
|
/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 | 245 auto h = native_handle_create(0, 1); in myhandle() 302 auto h = native_handle_create(0, 1); in myhandle() 480 auto handle = native_handle_create(0, 1); in TEST_F() 481 auto handle2 = native_handle_create(0, 1); in TEST_F() 1309 native_handle_t *handle = native_handle_create(0, 0); in TEST_F() 1519 .descSync = {std::vector<GrantorDescriptor>(), native_handle_create(0, 1), 5}, in TEST_F() 1523 .descSync = {std::vector<GrantorDescriptor>(), native_handle_create(0, 1), 5}, in TEST_F() 2302 native_handle_t* h = native_handle_create(0, testData.size()); in TEST_F() 2363 native_handle* h = native_handle_create(1 /* numFds */, testData.size() /* numInts */); in TEST_F() 2419 native_handle* h = native_handle_create(numFds, testData.size() /* numInts */); in TEST_F() [all …]
|
/system/libhidl/base/ |
D | HidlSupport.cpp | 302 native_handle_t* handle = native_handle_create(1, 0); in getInstance()
|
/system/libhidl/base/include/hidl/ |
D | MQDescriptor.h | 154 mHandle = native_handle_create(
|
/system/libfmq/tests/ |
D | fmq_unit_tests.cpp | 325 native_handle_t* handle = native_handle_create(1, 0); in TEST_F() 342 native_handle_t* handle = native_handle_create(1, 0); in TEST_F() 362 native_handle_t* handle = native_handle_create(1, 0); in TEST_F() 475 native_handle_t* mqHandle = native_handle_create(2 /* numFds */, 0 /* numInts */); in TEST_F() 497 native_handle_t* mqHandle = native_handle_create(2 /* numFds */, 0 /* numInts */); in TEST_F()
|
/system/tools/hidl/test/lazy_test/ |
D | hidl_lazy_test.cpp | 213 native_handle_t* h = native_handle_create(/* numFds */ 1, /* numInts */ 0); in TEST_F()
|
/system/tools/hidl/test/java_test/ |
D | hidl_test_java_native.cpp | 905 native_handle_t* h = native_handle_create(0, testHandleData.size()); in TEST_F() 989 native_handle_t* h = native_handle_create(0, testData.size()); in TEST_F() 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/libfmq/fuzzer/ |
D | fmq_fuzzer.cpp | 311 native_handle_t* handle = native_handle_create(1, 0); in getHidlDesc()
|
/system/core/libcutils/abi-dumps/arm_arm64/source-based/ |
D | libcutils.so.lsdump | 387 "name" : "native_handle_create" 1692 "function_name" : "native_handle_create", 1693 "linker_set_key" : "native_handle_create",
|
/system/core/libcutils/abi-dumps/arm64/source-based/ |
D | libcutils.so.lsdump | 377 "name" : "native_handle_create" 1682 "function_name" : "native_handle_create", 1683 "linker_set_key" : "native_handle_create",
|
/system/libhidl/ |
D | test_main.cpp | 198 native_handle_t* testHandle = native_handle_create(0 /* numInts */, 0 /* numFds */); in TEST_F()
|