Home
last modified time | relevance | path

Searched refs:GetNextId (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/test/pc/e2e/analyzer/video/
Did_generator.h27 virtual T GetNextId() = 0;
37 int GetNextId() override;
Did_generator.cc19 int IntIdGenerator::GetNextId() { in GetNextId() function in webrtc::webrtc_pc_e2e::IntIdGenerator
Dquality_analyzing_video_decoder.cc257 id_generator_->GetNextId(), peer_name_, std::move(decoder), extractor_, in CreateVideoDecoder()
268 id_generator_->GetNextId(), peer_name_, std::move(decoder), extractor_, in LegacyCreateVideoDecoder()
Dquality_analyzing_video_encoder.cc385 id_generator_->GetNextId(), peer_name_, in CreateVideoEncoder()
/external/webrtc/api/audio_codecs/
Daudio_codec_pair_id.cc25 uint64_t GetNextId() { in GetNextId() function
88 return AudioCodecPairId(ObfuscateId(GetNextId())); in Create()
/external/perfetto/src/traced/probes/ftrace/
Dftrace_config_muxer.h150 FtraceConfigId GetNextId();
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc482 SetProtoIdAndName(&entry, name_, kNameSeparator, GetNextId()); in Build()
3415 GetNextId()); in BuildDynamicInferenceGraph()
3775 GetNextId()); in BuildConstantSubGraph()
3962 const int64 handle = GetNextId(); in AddInstruction()
4015 int64 computation_id = GetNextId(); in AddCalledComputation()
4021 int64 instruction_id = GetNextId(); in AddCalledComputation()
Dxla_builder.h987 int64 GetNextId() { return ++next_id_; } in GetNextId() function