Searched refs:tmpStates (Results 1 – 7 of 7) sorted by relevance
186 std::vector<int> tmpStates; in GetDevicesByStates() local189 tmpStates.push_back((int)state); in GetDevicesByStates()192 rawDevices = pimpl->a2dpSnkService_->GetDevicesByStates(tmpStates); in GetDevicesByStates()
184 std::vector<int> tmpStates; in GetDevicesByStates() local187 tmpStates.push_back((int)state); in GetDevicesByStates()191 rawDevices = pimpl->HfpAgService_->GetDevicesByStates(tmpStates); in GetDevicesByStates()
218 std::vector<int> tmpStates; in GetDevicesByStates() local221 tmpStates.push_back((int)state); in GetDevicesByStates()226 rawDevices = pimpl->HfpHfService_->GetDevicesByStates(tmpStates); in GetDevicesByStates()
261 std::vector<int> tmpStates; in GetDevicesByStates() local264 tmpStates.push_back((int)state); in GetDevicesByStates()267 rawAddrs = pimpl->a2dpSrcService_->GetDevicesByStates(tmpStates); in GetDevicesByStates()
72 std::vector<int32_t> tmpStates; in GetDevicesByStates() local74 tmpStates.push_back((int32_t)state); in GetDevicesByStates()77 int32_t ret = proxy->GetDevicesByStates(tmpStates, rawDevices); in GetDevicesByStates()
71 std::vector<int32_t> tmpStates; in GetDevicesByStates() local73 tmpStates.push_back((int32_t)state); in GetDevicesByStates()77 int32_t ret = proxy->GetDevicesByStates(tmpStates, rawDevices); in GetDevicesByStates()
188 std::vector<int32_t> tmpStates; in GetDevicesByStates() local190 tmpStates.push_back((int32_t)state); in GetDevicesByStates()193 proxy->GetDevicesByStates(tmpStates, rawDevices); in GetDevicesByStates()