Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_avrcp_interface.h167 virtual const btrc_interface_t* GetTargetHALInterface() const = 0;
Dbluetooth_avrcp_interface.cc558 const btrc_interface_t* GetTargetHALInterface() const override { in GetTargetHALInterface()
572 auto* target_iface = reinterpret_cast<const btrc_interface_t*>( in Initialize()
611 const btrc_interface_t* target_iface_ = nullptr;
/system/bt/include/hardware/
Dbt_rc.h565 } btrc_interface_t; typedef
/system/bt/btif/src/
Dbluetooth.cc124 extern const btrc_interface_t* btif_rc_get_interface();
Dbtif_rc.cc5306 static const btrc_interface_t bt_rc_interface = {
5360 const btrc_interface_t* btif_rc_get_interface(void) { in btif_rc_get_interface()