Searched refs:jLogClass (Results 1 – 1 of 1) sorted by relevance
1260 ScopedLocalRef<jclass> jLogClass(env, env->FindClass("android/util/Log")); in convertAudioPortFromNative() local1261 jmethodID jWtfId = (jLogClass.get() == nullptr) in convertAudioPortFromNative()1263 : env->GetStaticMethodID(jLogClass.get(), "wtf", in convertAudioPortFromNative()1268 (void)env->CallStaticIntMethod(jLogClass.get(), jWtfId, jTag.get(), jMessage.get()); in convertAudioPortFromNative()