HomeSort by relevance Sort by last modified time
    Searched refs:NativeBridgeCallbacks (Results 1 - 4 of 4) sorted by null

  /system/core/libnativebridge/tests/
DummyNativeBridge.cpp 21 // NativeBridgeCallbacks implementations
46 android::NativeBridgeCallbacks NativeBridgeItf {
  /system/core/include/nativebridge/
native_bridge.h 78 struct NativeBridgeCallbacks {
  /system/core/libnativebridge/
native_bridge.cc 40 // The symbol name exposed by native-bridge with the type of NativeBridgeCallbacks.
86 static NativeBridgeCallbacks* callbacks = nullptr;
142 static bool VersionCheck(NativeBridgeCallbacks* cb) {
179 callbacks = reinterpret_cast<NativeBridgeCallbacks*>(dlsym(handle,
324 static void SetupEnvironment(NativeBridgeCallbacks* callbacks, JNIEnv* env, const char* isa) {
  /art/test/115-native-bridge/
nativebridge.cc 210 // NativeBridgeCallbacks implementations
312 android::NativeBridgeCallbacks NativeBridgeItf {

Completed in 200 milliseconds