Home
last modified time | relevance | path

Searched refs:btif_av_source_execute_service (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_av.cc69 struct btif_av_source_execute_service btif_av_source_execute_service; variable
109 bt_status_t btif_av_source_execute_service::return_value = BT_STATUS_SUCCESS;
229 bt_status_t btif_av_source_execute_service(bool enable) { in btif_av_source_execute_service() function
231 return test::mock::btif_av::btif_av_source_execute_service(enable); in btif_av_source_execute_service()
Dmock_btif_av.h372 struct btif_av_source_execute_service { struct
377 extern struct btif_av_source_execute_service btif_av_source_execute_service; argument
/aosp_15_r20/packages/modules/Bluetooth/system/btif/include/
Dbtif_av.h250 bt_status_t btif_av_source_execute_service(bool enable);
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc288 btif_av_source_execute_service(enable); in toggleProfile()
Dbtif_av.cc3804 bt_status_t btif_av_source_execute_service(bool enable) { in btif_av_source_execute_service() function