Searched refs:GetNextId (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/test/pc/e2e/analyzer/video/ |
D | id_generator.h | 27 virtual T GetNextId() = 0; 37 int GetNextId() override;
|
D | id_generator.cc | 19 int IntIdGenerator::GetNextId() { in GetNextId() function in webrtc::webrtc_pc_e2e::IntIdGenerator
|
D | quality_analyzing_video_decoder.cc | 257 id_generator_->GetNextId(), peer_name_, std::move(decoder), extractor_, in CreateVideoDecoder() 268 id_generator_->GetNextId(), peer_name_, std::move(decoder), extractor_, in LegacyCreateVideoDecoder()
|
D | quality_analyzing_video_encoder.cc | 385 id_generator_->GetNextId(), peer_name_, in CreateVideoEncoder()
|
/external/webrtc/api/audio_codecs/ |
D | audio_codec_pair_id.cc | 25 uint64_t GetNextId() { in GetNextId() function 88 return AudioCodecPairId(ObfuscateId(GetNextId())); in Create()
|
/external/perfetto/src/traced/probes/ftrace/ |
D | ftrace_config_muxer.h | 150 FtraceConfigId GetNextId();
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 482 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()
|
D | xla_builder.h | 987 int64 GetNextId() { return ++next_id_; } in GetNextId() function
|