Searched refs:method_onVrStateChanged (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hfpclient.cpp | 45 static jmethodID method_onVrStateChanged; variable 126 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onVrStateChanged, (jint)state, addr.get()); in vr_cmd_cb() 981 {"onVrStateChanged", "(I[B)V", &method_onVrStateChanged}, in register_com_android_bluetooth_hfpclient()
|
D | com_android_bluetooth_hfp.cpp | 41 static jmethodID method_onVrStateChanged; variable 141 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onVrStateChanged, (jint)state, addr.get()); in VoiceRecognitionCallback() 1015 {"onVrStateChanged", "(I[B)V", &method_onVrStateChanged}, in register_com_android_bluetooth_hfp()
|