OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNativeMethods
(Results
1 - 2
of
2
) sorted by null
/system/core/include/nativebridge/
native_bridge.h
204
uint32_t (*
getNativeMethods
)(JNIEnv* env, jclass clazz, JNINativeMethod* methods,
/art/test/115-native-bridge/
nativebridge.cc
62
count2 = gNativeBridgeArtCallbacks->
getNativeMethods
(env, klass, methods.get(), count1);
Completed in 507 milliseconds