Home
last modified time | relevance | path

Searched refs:asyncCloseMonitorDestroy (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/common/src/jni/main/include/conscrypt/
Dcompatibility_close_monitor.h48 if (asyncCloseMonitorDestroy != nullptr) { in ~CompatibilityCloseMonitor()
50 asyncCloseMonitorDestroy(monitor); in ~CompatibilityCloseMonitor()
70 static acm_destroy_func asyncCloseMonitorDestroy; variable
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dcompatibility_close_monitor.cc27 CompatibilityCloseMonitor::acm_destroy_func CompatibilityCloseMonitor::asyncCloseMonitorDestroy = member in conscrypt::CompatibilityCloseMonitor
42 asyncCloseMonitorDestroy = (acm_destroy_func) dlsym(lib, "async_close_monitor_destroy"); in init()