Home
last modified time | relevance | path

Searched refs:native_handle_close (Results 1 – 8 of 8) 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_vndk/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.h218 native_handle_close(mHandle);
249 native_handle_close(mHandle); in ~MQDescriptor()
/system/libhidl/base/
DHidlSupport.cpp131 native_handle_close(handle); in freeHandle()