Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
DIBluetoothAvrcpControl.aidl29 boolean SendPassThroughCommand(int id, String device_address, in SendPassThroughCommand() method
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_control_binder_server.cc101 Status BluetoothAvrcpControlBinderServer::SendPassThroughCommand( in SendPassThroughCommand() function in ipc::binder::BluetoothAvrcpControlBinderServer
112 if (!avrcp_control->SendPassThroughCommand(String8(device_address).string(), in SendPassThroughCommand()
Dbluetooth_avrcp_control_binder_server.h54 android::binder::Status SendPassThroughCommand(
/system/bt/service/
Davrcp_control.h70 bool SendPassThroughCommand(const std::string& device_address,
Davrcp_control.cc62 bool AvrcpControl::SendPassThroughCommand(const std::string& device_address, in SendPassThroughCommand() function in bluetooth::AvrcpControl