Searched refs:rawAddrs (Results 1 – 13 of 13) sorted by relevance
198 std::vector<BluetoothRawAddress> rawAddrs = proxy->GetConnectedDevices(); in GetConnectedDevices() local199 for (auto rawAddr : rawAddrs) { in GetConnectedDevices()221 std::vector<BluetoothRawAddress> rawAddrs = proxy->GetDevicesByStates(convertStates); in GetDevicesByStates() local222 for (auto rawAddr : rawAddrs) { in GetDevicesByStates()
177 std::vector<RawAddress> rawAddrs = proxy->GetDevicesByStates(convertStates); in GetDevicesByStates() local178 for (auto rawAddr : rawAddrs) { in GetDevicesByStates()
185 std::vector<RawAddress> rawAddrs; in GetDevicesByStates() local186 int ret = proxy->GetDevicesByStates(convertStates, rawAddrs); in GetDevicesByStates()191 for (auto rawAddr : rawAddrs) { in GetDevicesByStates()
951 std::vector<RawAddress> rawAddrs = proxy->GetConnectedDevices(); in GetConnectedDevices() local952 for (auto rawAddr : rawAddrs) { in GetConnectedDevices()977 std::vector<RawAddress> rawAddrs = proxy->GetDevicesByStates(convertStates); in GetDevicesByStates() local978 for (auto rawAddr : rawAddrs) { in GetDevicesByStates()
39 … int GetDevicesByStates(const std::vector<int32_t> &states, std::vector<RawAddress> &rawAddrs) = 0;
40 …int GetDevicesByStates(const std::vector<int32_t> &states, std::vector<RawAddress> &rawAddrs) over…
37 …int GetDevicesByStates(const std::vector<int32_t> &states, std::vector<RawAddress> &rawAddrs) over…
119 std::list<RawAddress> rawAddrs; in GetConnectDevices() local120 return rawAddrs; in GetConnectDevices()
175 std::vector<RawAddress> rawAddrs; in GetDevicesByStates() local187 rawAddrs.push_back(rawAddr); in GetDevicesByStates()192 return rawAddrs; in GetDevicesByStates()
254 …ceServer::GetDevicesByStates(const std::vector<int32_t> &states, std::vector<RawAddress> &rawAddrs) in GetDevicesByStates() argument267 rawAddrs = pimpl->a2dpSrcService_->GetDevicesByStates(tmpStates); in GetDevicesByStates()
84 …SrcProxy::GetDevicesByStates(const std::vector<int32_t> &states, std::vector<RawAddress> &rawAddrs) in GetDevicesByStates() argument105 rawAddrs.push_back(RawAddress(reply.ReadString())); in GetDevicesByStates()
470 std::list<RawAddress> rawAddrs; in GetConnectDevices() local471 return rawAddrs; in GetConnectDevices()
173 std::vector<RawAddress> rawAddrs; in GetDevicesByStates() local185 rawAddrs.push_back(rawAddr); in GetDevicesByStates()190 return rawAddrs; in GetDevicesByStates()