Searched refs:convertStates (Results 1 – 6 of 6) sorted by relevance
172 std::vector<int32_t> convertStates; in GetDevicesByStates() local174 convertStates.push_back(static_cast<int32_t>(state)); in GetDevicesByStates()177 std::vector<RawAddress> rawAddrs = proxy->GetDevicesByStates(convertStates); in GetDevicesByStates()
215 std::vector<int32_t> convertStates; in GetDevicesByStates() local217 convertStates.push_back(static_cast<int32_t>(state)); in GetDevicesByStates()221 std::vector<BluetoothRawAddress> rawAddrs = proxy->GetDevicesByStates(convertStates); in GetDevicesByStates()
180 std::vector<int32_t> convertStates; in GetDevicesByStates() local182 convertStates.push_back(static_cast<int32_t>(state)); in GetDevicesByStates()186 int ret = proxy->GetDevicesByStates(convertStates, rawAddrs); in GetDevicesByStates()
973 std::vector<int32_t> convertStates; in GetDevicesByStates() local975 convertStates.push_back(static_cast<int32_t>(state)); in GetDevicesByStates()977 std::vector<RawAddress> rawAddrs = proxy->GetDevicesByStates(convertStates); in GetDevicesByStates()
278 std::vector<int> convertStates; in GetDevicesByStates() local281 convertStates.push_back(static_cast<int>(state)); in GetDevicesByStates()284 devices = pimpl->service_->GetDevicesByStates(convertStates); in GetDevicesByStates()
826 std::vector<int> convertStates; in GetDevicesByStates() local828 convertStates.push_back(static_cast<int>(state)); in GetDevicesByStates()831 devices = pimpl->service_->GetDevicesByStates(convertStates); in GetDevicesByStates()