summaryrefslogtreecommitdiffstats
path: root/btif/include/btif_av.h
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-10-17 20:37:51 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-10-17 20:37:51 -0700
commit06a96fa5065087c20e937f382981d2dcc376fb7b (patch)
tree8ad2d0e8c731ac70b7e096693f91388845a735c4 /btif/include/btif_av.h
parent6ea69cfb708e3b671f26f48f41877d055ec0b547 (diff)
parentbe8f07f159320a8b795aac3b29253dd1636a38fc (diff)
downloadandroid_system_bt-06a96fa5065087c20e937f382981d2dcc376fb7b.tar.gz
android_system_bt-06a96fa5065087c20e937f382981d2dcc376fb7b.tar.bz2
android_system_bt-06a96fa5065087c20e937f382981d2dcc376fb7b.zip
Merge "A2DP_Sink: add support for AudioTrack"
Diffstat (limited to 'btif/include/btif_av.h')
-rw-r--r--btif/include/btif_av.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/btif/include/btif_av.h b/btif/include/btif_av.h
index bd691bbc7..37caf6610 100644
--- a/btif/include/btif_av.h
+++ b/btif/include/btif_av.h
@@ -47,6 +47,7 @@ typedef enum {
BTIF_AV_SUSPEND_STREAM_REQ_EVT,
BTIF_AV_SINK_CONFIG_REQ_EVT,
BTIF_AV_CLEANUP_REQ_EVT,
+ BTIF_AV_SINK_FOCUS_REQ_EVT,
} btif_av_sm_event_t;
@@ -155,6 +156,20 @@ BOOLEAN btif_av_is_connected(void);
BOOLEAN btif_av_is_peer_edr(void);
+#ifdef USE_AUDIO_TRACK
+/*******************************************************************************
+**
+** Function btif_queue_focus_rquest
+**
+** Description This is used to move context to btif and
+** queue audio_focus_request
+**
+** Returns none
+**
+*******************************************************************************/
+void btif_queue_focus_rquest(void);
+#endif
+
/******************************************************************************
**
** Function btif_av_clear_remote_suspend_flag