Searched defs:GenerateUniqueId (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/pc/ | ||
D | rtp_receiver.cc | 25 int RtpReceiverInternal::GenerateUniqueId() { in GenerateUniqueId() function in webrtc::RtpReceiverInternal |
D | sctp_data_channel.cc | 35 int GenerateUniqueId() { in GenerateUniqueId() function |
D | rtp_sender.cc | 37 int GenerateUniqueId() { in GenerateUniqueId() function |
/external/tensorflow/tensorflow/core/framework/ | ||
D | resource_handle.cc | 164 int64_t ResourceHandle::GenerateUniqueId() { return current_id_.fetch_add(1); } in GenerateUniqueId() function in tensorflow::ResourceHandle |