Home
last modified time | relevance | path

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

/system/core/libnativebridge/tests/
DCompleteFlow_test.cpp33 ASSERT_FALSE(NativeBridgeIsSupported(nullptr)); in TEST_F()
/system/core/include/nativebridge/
Dnative_bridge.h71 bool NativeBridgeIsSupported(const char* libpath);
/system/core/libnativebridge/
Dnative_bridge.cc502 bool NativeBridgeIsSupported(const char* libpath) { in NativeBridgeIsSupported() function