Home
last modified time | relevance | path

Searched defs:informAudioFocusStateNative (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp_sink.cpp209 static void informAudioFocusStateNative(JNIEnv* /* env */, jobject /* object */, jint focus_state) { in informAudioFocusStateNative() function
243 {"informAudioFocusStateNative", "(I)V", in register_com_android_bluetooth_a2dp_sink() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkNativeInterface.java174 private native void informAudioFocusStateNative(int focusGranted); in informAudioFocusStateNative() method in A2dpSinkNativeInterface