Home
last modified time | relevance | path

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

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