Home
last modified time | relevance | path

Searched refs:btif_av_is_source_enabled (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_av.cc55 struct btif_av_is_source_enabled btif_av_is_source_enabled; variable
99 bool btif_av_is_source_enabled::return_value = false;
167 bool btif_av_is_source_enabled(void) { in btif_av_is_source_enabled() function
169 return test::mock::btif_av::btif_av_is_source_enabled(); in btif_av_is_source_enabled()
Dmock_btif_av.h200 struct btif_av_is_source_enabled { struct
205 extern struct btif_av_is_source_enabled btif_av_is_source_enabled; argument
/aosp_15_r20/packages/modules/Bluetooth/system/btif/include/
Dbtif_av.h133 bool btif_av_is_source_enabled(void);
/aosp_15_r20/packages/modules/Bluetooth/system/bta/av/
Dbta_av_act.cc342 btif_av_is_source_enabled())) && in bta_av_rc_create()
Dbta_av_aact.cc2989 if (btif_av_is_source_enabled() && is_new_avrcp_enabled()) { in bta_av_open_rc()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_av.cc3689 bool btif_av_is_source_enabled(void) { return btif_av_source.Enabled(); } in btif_av_is_source_enabled() function