Searched refs:ds_inst_id (Results 1 – 1 of 1) sorted by relevance
1605 const DataSourceInstanceID ds_inst_id = data_source_inst.second.instance_id; in Flush() local1606 flush_map[producer_id].push_back(ds_inst_id); in Flush()2360 const DataSourceInstanceID ds_inst_id = instance->instance_id; in StopDataSourceInstance() local2370 producer->StopDataSource(ds_inst_id); in StopDataSourceInstance()2386 DataSourceInstanceID ds_inst_id = it->second.instance_id; in UnregisterDataSource() local2399 NotifyDataSourceStopped(producer_id, ds_inst_id); in UnregisterDataSource()3722 DataSourceInstanceID ds_inst_id) { in StopDataSource() argument3728 task_runner_->PostTask([weak_this, ds_inst_id] { in StopDataSource()3730 weak_this->producer_->StopDataSource(ds_inst_id); in StopDataSource()