Searched refs:method_onAudioStateChanged (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_a2dp_sink.cpp | 29 static jmethodID method_onAudioStateChanged; variable 77 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAudioStateChanged, in a2dp_sink_audio_state_callback() 270 {"onAudioStateChanged", "([BI)V", &method_onAudioStateChanged}, in register_com_android_bluetooth_a2dp_sink()
|
D | com_android_bluetooth_a2dp.cpp | 29 static jmethodID method_onAudioStateChanged; variable 95 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAudioStateChanged, in bta2dp_audio_state_callback() 541 {"onAudioStateChanged", "([BI)V", &method_onAudioStateChanged}, in register_com_android_bluetooth_a2dp()
|
D | com_android_bluetooth_hfpclient.cpp | 35 static jmethodID method_onAudioStateChanged; variable 97 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAudioStateChanged, in audio_state_cb() 928 {"onAudioStateChanged", "(I[B)V", &method_onAudioStateChanged}, in register_com_android_bluetooth_hfpclient()
|
D | com_android_bluetooth_hfp.cpp | 32 static jmethodID method_onAudioStateChanged; variable 107 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAudioStateChanged, in AudioStateCallback() 1026 {"onAudioStateChanged", "(I[B)V", &method_onAudioStateChanged}, in register_com_android_bluetooth_hfp()
|