Home
last modified time | relevance | path

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

/system/core/libcutils/
Dnative_handle.c45 native_handle_t* native_handle_create(int numFds, int numInts) in native_handle_create() function
63 native_handle_t* clone = native_handle_create(handle->numFds, handle->numInts); in native_handle_clone()
/system/core/libcutils/include/cutils/
Dnative_handle.h72 native_handle_t* native_handle_create(int numFds, int numInts);
/system/core/libcutils/include_vndk/cutils/
Dnative_handle.h72 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/libhidl/base/include/hidl/
DMQDescriptor.h222 mHandle = native_handle_create( in MQDescriptor()
/system/tools/hidl/test/
Dhidl_test_client.cpp186 auto h = native_handle_create(0, 1); in myhandle()
243 auto h = native_handle_create(0, 1); in myhandle()
462 auto handle = native_handle_create(0, 1); in TEST_F()
463 auto handle2 = native_handle_create(0, 1); in TEST_F()
1055 native_handle_t *handle = native_handle_create(0, 0); in TEST_F()
/system/libhidl/
Dtest_main.cpp160 native_handle_t* testHandle = native_handle_create(0 /* numInts */, 0 /* numFds */); in TEST_F()
/system/libfmq/include/fmq/
DMessageQueue.h672 native_handle_create(1 /* numFds */, 0 /* numInts */); in MessageQueue()