Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/native_bridge/
Dnative_bridge.cc127 bool IsHostHandle(void* handle) const;
214 bool NdktNativeBridge::IsHostHandle(void* handle) const { in IsHostHandle() function in __anon0a3df7730111::NdktNativeBridge
220 CHECK(!IsHostHandle(handle)); in DlSym()
447 if (g_ndkt_native_bridge.IsHostHandle(handle)) { in native_bridge_getTrampolineWithJNICallType()