Home
last modified time | relevance | path

Searched refs:btrc_ctrl_interface_t (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/service/hal/
H A Dbluetooth_avrcp_interface.cc562 const btrc_ctrl_interface_t* GetControlHALInterface() const override { in GetControlHALInterface()
579 auto* control_iface = reinterpret_cast<const btrc_ctrl_interface_t*>( in Initialize()
612 const btrc_ctrl_interface_t* control_iface_ = nullptr;
H A Dbluetooth_avrcp_interface.h168 virtual const btrc_ctrl_interface_t* GetControlHALInterface() const = 0;
/aosp12/system/bt/include/hardware/
H A Dbt_rc.h725 } btrc_ctrl_interface_t; typedef
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_controller.cpp57 static const btrc_ctrl_interface_t* sBluetoothAvrcpInterface = NULL;
899 (btrc_ctrl_interface_t*)btInf->get_profile_interface( in initNative()
/aosp12/system/bt/btif/src/
H A Dbluetooth.cc126 extern const btrc_ctrl_interface_t* btif_rc_ctrl_get_interface();
H A Dbtif_rc.cc5331 static const btrc_ctrl_interface_t bt_rc_ctrl_interface = {
5374 const btrc_ctrl_interface_t* btif_rc_ctrl_get_interface(void) { in btif_rc_ctrl_get_interface()