Home
last modified time | relevance | path

Searched defs:btif_av_both_enable (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/test/
Dbta_av_test.cc32 bool btif_av_both_enable(void) { return true; } in btif_av_both_enable() function
/aosp_15_r20/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_connection_handler_test.cc46 bool btif_av_both_enable(void) { return false; } in btif_av_both_enable() function
/aosp_15_r20/packages/modules/Bluetooth/system/btif/test/
Dbtif_rc_test.cc98 bool btif_av_both_enable(void) { return true; } in btif_av_both_enable() function
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_av.cc3294 bool btif_av_both_enable(void) { return btif_av_sink.Enabled() && btif_av_source.Enabled(); } in btif_av_both_enable() function