Home
last modified time | relevance | path

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

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