Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp202 jclass gAudioProfileClass; variable
1333 env->NewObject(gAudioProfileClass, gAudioProfileCstor, in convertAudioPortFromNative()
1349 env->NewObject(gAudioProfileClass, gAudioProfileCstor, in convertAudioPortFromNative()
3060 gAudioProfileClass = MakeGlobalRefOrDie(env, audioProfileClass); in register_android_media_AudioSystem()