Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Davrcp.rs213 raw: *const bindings::btrc_ctrl_interface_t,
262 internal: RawAvrcpCtrlWrapper { raw: r as *const bindings::btrc_ctrl_interface_t }, in new()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/include/
Dbtif_rc.h26 const btrc_ctrl_interface_t* btif_rc_ctrl_get_interface(void);
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_controller.cpp61 static const btrc_ctrl_interface_t* sBluetoothAvrcpInterface = NULL;
739 (btrc_ctrl_interface_t*)btInf->get_profile_interface(BT_PROFILE_AV_RC_CTRL_ID); in initNative()
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_rc.h676 } btrc_ctrl_interface_t; typedef
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc184 extern const btrc_ctrl_interface_t* btif_rc_ctrl_get_interface();
Dbtif_rc.cc5038 static const btrc_ctrl_interface_t bt_rc_ctrl_interface = {
5078 const btrc_ctrl_interface_t* btif_rc_ctrl_get_interface(void) { return &bt_rc_ctrl_interface; } in btif_rc_ctrl_get_interface()