Home
last modified time | relevance | path

Searched refs:native_handle_close (Results 1 – 11 of 11) sorted by relevance

/system/core/libcutils/
Dnative_handle_test.cpp25 TEST(native_handle, native_handle_close) { in TEST() argument
26 ASSERT_EQ(0, native_handle_close(nullptr)); in TEST()
Dnative_handle.cpp63 native_handle_close(clone); in native_handle_clone()
83 int native_handle_close(const native_handle_t* h) { in native_handle_close() function
/system/core/libutils/
DNativeHandle.cpp33 native_handle_close(mHandle); in ~NativeHandle()
/system/core/libcutils/include/cutils/
Dnative_handle.h59 int native_handle_close(const native_handle_t* h);
/system/core/libcutils/include_outside_system/cutils/
Dnative_handle.h59 int native_handle_close(const native_handle_t* h);
/system/libhidl/transport/allocator/1.0/default/
DAshmemAllocator.cpp49 native_handle_close(const_cast<native_handle_t *>(memory.handle())); in cleanup()
/system/libhidl/base/include/hidl/
DMQDescriptor.h146 native_handle_close(mHandle);
177 native_handle_close(mHandle); in ~MQDescriptor()
/system/libfmq/include/fmq/
DAidlMQDescriptorShim.h147 native_handle_close(mHandle);
226 native_handle_close(mHandle); in ~AidlMQDescriptorShim()
DMessageQueueBase.h769 native_handle_close(mqHandle); in MessageQueueBase()
/system/libhidl/base/
DHidlSupport.cpp131 native_handle_close(handle); in freeHandle()
/system/libfmq/tests/
Dfmq_unit_tests.cpp449 native_handle_close(mqHandle); in TEST_F()