Lines Matching refs:device_address
62 bool AvrcpControl::SendPassThroughCommand(const std::string& device_address, in SendPassThroughCommand() argument
65 if (!RawAddress::FromString(device_address, addr)) { in SendPassThroughCommand()
66 LOG(ERROR) << "Invalid device address given: " << device_address; in SendPassThroughCommand()
86 bool AvrcpControl::SetAbsVolumeResponse(const std::string& device_address, in SetAbsVolumeResponse() argument
89 if (!RawAddress::FromString(device_address, addr)) { in SetAbsVolumeResponse()
90 LOG(ERROR) << "Invalid device address given: " << device_address; in SetAbsVolumeResponse()
110 const std::string& device_address, int32_t response_type, int32_t abs_vol, in RegisterForAbsVolumeCallbackResponse() argument
113 if (!RawAddress::FromString(device_address, addr)) { in RegisterForAbsVolumeCallbackResponse()
114 LOG(ERROR) << "Invalid device address given: " << device_address; in RegisterForAbsVolumeCallbackResponse()
138 std::string device_address = BtAddrString(&bd_addr); in ConnectionStateCallback() local
141 delegate_->OnConnectionState(rc_connect, bt_connect, device_address); in ConnectionStateCallback()
146 std::string device_address = BtAddrString(&bd_addr); in CtrlSetabsvolCmdCallback() local
149 delegate_->OnSetAbsVolumeRequest(device_address, abs_vol, label); in CtrlSetabsvolCmdCallback()
154 std::string device_address = BtAddrString(&bd_addr); in CtrlRegisternotificationAbsVolCallback() local
157 delegate_->OnRegisterForAbsVolumeCallbackRequest(device_address, label); in CtrlRegisternotificationAbsVolCallback()
163 std::string device_address = BtAddrString(&bd_addr); in CtrlTrackChangedCallback() local
212 if (delegate_) delegate_->OnTrackChanged(device_address, attr); in CtrlTrackChangedCallback()