Searched refs:gAudioDevicePortClass (Results 1 – 1 of 1) sorted by relevance
101 static jclass gAudioDevicePortClass; variable901 if (env->IsInstanceOf(jAudioPort, gAudioDevicePortClass)) { in convertAudioPortConfigToNative()1139 if (env->IsInstanceOf(jAudioPort, gAudioDevicePortClass)) { in convertAudioPortConfigFromNative()1459 env->NewObject(gAudioDevicePortClass, gAudioDevicePortCstor, jHandle, jDeviceName, in convertAudioPortFromNative()3005 gAudioDevicePortClass = MakeGlobalRefOrDie(env, audioDevicePortClass); in register_android_media_AudioSystem()