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

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

Completed in 74 milliseconds