Home
last modified time | relevance | path

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

/system/core/libnativebridge/tests/
DNeedsNativeBridge_test.cpp26 TEST_F(NativeBridgeTest, NeedsNativeBridge) { in TEST_F() argument
27 EXPECT_EQ(false, NeedsNativeBridge(ABI_STRING)); in TEST_F()
32 NeedsNativeBridge(kISAs[i])); in TEST_F()
/system/core/libnativebridge/
Dnative_bridge_lazy.cc53 bool NeedsNativeBridge(const char* instruction_set) { in NeedsNativeBridge() function
54 static auto f = GET_FUNC_PTR(NeedsNativeBridge); in NeedsNativeBridge()
Dlibnativebridge.map.txt40 NeedsNativeBridge;
Dnative_bridge.cc256 bool NeedsNativeBridge(const char* instruction_set) { in NeedsNativeBridge() function
/system/core/libnativebridge/include/nativebridge/
Dnative_bridge.h47 bool NeedsNativeBridge(const char* instruction_set);