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.rs212 raw: *const bindings::btrc_ctrl_interface_t,
261 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.cpp55 static const btrc_ctrl_interface_t* sBluetoothAvrcpInterface = NULL;
897 (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.cc5211 static const btrc_ctrl_interface_t bt_rc_ctrl_interface = {
5254 const btrc_ctrl_interface_t* btif_rc_ctrl_get_interface(void) { in btif_rc_ctrl_get_interface()