Home
last modified time | relevance | path

Searched refs:native_handle_create (Results 1 – 13 of 13) sorted by relevance

/system/core/libcutils/
Dnative_handle.cpp38 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/
Dnative_handle.h78 native_handle_t* native_handle_create(int numFds, int numInts);
/system/core/libcutils/include_outside_system/cutils/
Dnative_handle.h78 native_handle_t* native_handle_create(int numFds, int numInts);
/system/libhidl/transport/allocator/1.0/default/
DAshmemAllocator.cpp37 native_handle_t* handle = native_handle_create(1, 0); in allocateOne()
/system/libfmq/include/fmq/
DAidlMQDescriptorShim.h116 mHandle = native_handle_create(desc.handle.fds.size() /* num fds */, in AidlMQDescriptorShim()
155 mHandle = native_handle_create(other.mHandle->numFds, other.mHandle->numInts);
DMessageQueueBase.h712 native_handle_t* mqHandle = native_handle_create(numFds, 0 /* numInts */); in MessageQueueBase()
/system/core/healthd/
Dcharger_test.cpp112 native_handle_t* nativeHandle = native_handle_create(1, 0); in createHidlHandle()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp245 auto h = native_handle_create(0, 1); in myhandle()
302 auto h = native_handle_create(0, 1); in myhandle()
474 auto handle = native_handle_create(0, 1); in TEST_F()
475 auto handle2 = native_handle_create(0, 1); in TEST_F()
1293 native_handle_t *handle = native_handle_create(0, 0); in TEST_F()
1503 .descSync = {std::vector<GrantorDescriptor>(), native_handle_create(0, 1), 5}, in TEST_F()
1507 .descSync = {std::vector<GrantorDescriptor>(), native_handle_create(0, 1), 5}, in TEST_F()
2286 native_handle_t* h = native_handle_create(0, testData.size()); in TEST_F()
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()
[all …]
/system/libhidl/base/include/hidl/
DMQDescriptor.h154 mHandle = native_handle_create(
/system/libhidl/base/
DHidlSupport.cpp302 native_handle_t* handle = native_handle_create(1, 0); in getInstance()
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp905 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/tests/
Dfmq_unit_tests.cpp407 native_handle_t* mqHandle = native_handle_create(2 /* numFds */, 0 /* numInts */); in TEST_F()
429 native_handle_t* mqHandle = native_handle_create(2 /* numFds */, 0 /* numInts */); in TEST_F()
/system/libhidl/
Dtest_main.cpp200 native_handle_t* testHandle = native_handle_create(0 /* numInts */, 0 /* numFds */); in TEST_F()