Searched defs:GetEvent (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/neteq/ | ||
D | dtmf_buffer.cc | 121 bool DtmfBuffer::GetEvent(uint32_t current_timestamp, DtmfEvent* event) { in GetEvent() function in webrtc::DtmfBuffer |
/external/webrtc/webrtc/base/ | ||
D | profiler.cc | 158 const ProfilerEvent* Profiler::GetEvent(const std::string& event_name) const { in GetEvent() function in rtc::Profiler |
/external/sonivox/jet_tools/JetCreator/ | ||
D | JetFile.py | 524 def GetEvent(self, segName, eventName): member in JetFile |
/external/v8/src/debug/ | ||
D | debug.cc | 2405 DebugEvent MessageImpl::GetEvent() const { in GetEvent() function in v8::internal::MessageImpl |
/external/v8/include/ | ||
D | v8.h | 5806 V8_INLINE PromiseRejectEvent GetEvent() const { return event_; } in GetEvent() function |