Home
last modified time | relevance | path

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

/system/core/include/cutils/
Dnative_handle.h40 int native_handle_close(const native_handle_t* h);
/system/core/libutils/
DNativeHandle.cpp33 native_handle_close(mHandle); in ~NativeHandle()
/system/core/libcutils/
Dnative_handle.c57 int native_handle_close(const native_handle_t* h) in native_handle_close() function