Home
last modified time | relevance | path

Searched refs:native_handle_clone (Results 1 – 4 of 4) sorted by relevance

/system/core/libcutils/include/cutils/
Dnative_handle.h81 native_handle_t* native_handle_clone(const native_handle_t* handle);
/system/core/libcutils/include_vndk/cutils/
Dnative_handle.h81 native_handle_t* native_handle_clone(const native_handle_t* handle);
/system/core/libcutils/
Dnative_handle.c61 native_handle_t* native_handle_clone(const native_handle_t* handle) in native_handle_clone() function
/system/libhidl/base/
DHidlSupport.cpp71 mHandle = native_handle_clone(other.mHandle); in operator =()