HomeSort by relevance Sort by last modified time
    Searched refs:method_onAudioStateChanged (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp 30 static jmethodID method_onAudioStateChanged;
90 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAudioStateChanged, (jint) state,
110 method_onAudioStateChanged =
com_android_bluetooth_a2dp_sink.cpp 30 static jmethodID method_onAudioStateChanged;
91 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAudioStateChanged, (jint) state,
134 method_onAudioStateChanged =
com_android_bluetooth_hfpclient.cpp 39 static jmethodID method_onAudioStateChanged;
102 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAudioStateChanged, (jint) state, addr);
281 method_onAudioStateChanged = env->GetMethodID(clazz, "onAudioStateChanged", "(I[B)V");
com_android_bluetooth_hfp.cpp 37 static jmethodID method_onAudioStateChanged;
116 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAudioStateChanged, (jint) state, addr);
410 method_onAudioStateChanged = env->GetMethodID(clazz, "onAudioStateChanged", "(I[B)V");

Completed in 43 milliseconds