OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:informAudioFocusStateNative
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp_sink.cpp
235
static void
informAudioFocusStateNative
(JNIEnv *env, jobject object, jint focus_state) {
254
{"
informAudioFocusStateNative
", "(I)V", (void *)
informAudioFocusStateNative
},
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStreamingStateMachine.java
248
mA2dpSinkSm.
informAudioFocusStateNative
(STATE_FOCUS_GRANTED);
253
mA2dpSinkSm.
informAudioFocusStateNative
(STATE_FOCUS_LOST);
A2dpSinkStateMachine.java
[
all
...]
Completed in 57 milliseconds