Home
last modified time | relevance | path

Searched defs:native_handle (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/libcutils/include/cutils/
H A Dnative_handle.h34 typedef struct native_handle struct
36 int version; /* sizeof(native_handle_t) */ argument
47 } native_handle_t; argument
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dnative_handle.h34 typedef struct native_handle struct
36 int version; /* sizeof(native_handle_t) */ argument
47 } native_handle_t; argument
/aosp14/system/core/libcutils/
H A Dnative_handle_test.cpp21 TEST(native_handle, native_handle_delete) { in TEST() argument
25 TEST(native_handle, native_handle_close) { in TEST() argument
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_biometrics_SurfaceToNativeHandleConverter.cpp86 native_handle_t* native_handle = convertHalTokenToNativeHandle(halToken); in acquireSurfaceHandle() local