Home
last modified time | relevance | path

Searched refs:BTA_HdReportError (Results 1 – 4 of 4) sorted by relevance

/system/bt/test/mock/
Dmock_bta_hd_api.cc55 void BTA_HdReportError(uint8_t error) { mock_function_count_map[__func__]++; } in BTA_HdReportError() function
/system/bt/bta/include/
Dbta_hd_api.h265 extern void BTA_HdReportError(uint8_t error);
/system/bt/bta/hd/
Dbta_hd_api.cc300 extern void BTA_HdReportError(uint8_t error) { in BTA_HdReportError() function
/system/bt/btif/src/
Dbtif_hd.cc594 BTA_HdReportError(error); in report_error()