Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/android/
Dbuild_info.cc24 jmethodID id = j_build_info_.GetStaticMethodId(name, "()Ljava/lang/String;"); in GetStringFromJava()
/external/webrtc/webrtc/modules/utility/include/
Djvm_android.h64 jmethodID GetStaticMethodId(const char* name, const char* signature);
/external/webrtc/webrtc/modules/utility/source/
Djvm_android.cc161 jmethodID JavaClass::GetStaticMethodId( in GetStaticMethodId() function in webrtc::JavaClass