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