OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:btif_av_is_connected
(Results
1 - 4
of
4
) sorted by null
/system/bt/btif/include/
btif_av.h
80
bool
btif_av_is_connected
(void);
/system/bt/btif/src/
btif_a2dp_sink.cc
629
if (!
btif_av_is_connected
()) return;
btif_av.cc
2921
bool
btif_av_is_connected
(void) {
function
[
all
...]
btif_rc.cc
748
if ((p_remote_cmd->rc_id == AVRC_ID_PLAY) && (!
btif_av_is_connected
())) {
[
all
...]
Completed in 542 milliseconds