Home
last modified time | relevance | path

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

/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()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_rc.h726 } btrc_ctrl_interface_t; typedef
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_controller.cpp52 static const btrc_ctrl_interface_t* sBluetoothAvrcpInterface = NULL;
761 (btrc_ctrl_interface_t*)btInf->get_profile_interface( in initNative()
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc160 extern const btrc_ctrl_interface_t* btif_rc_ctrl_get_interface();
Dbtif_rc.cc5308 static const btrc_ctrl_interface_t bt_rc_ctrl_interface = {
5351 const btrc_ctrl_interface_t* btif_rc_ctrl_get_interface(void) { in btif_rc_ctrl_get_interface()