Home
last modified time | relevance | path

Searched refs:GetEvent (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddtmf_buffer_unittest.cc97 EXPECT_FALSE(buffer.GetEvent(timestamp - 10, &out_event)); in TEST()
101 EXPECT_TRUE(buffer.GetEvent(timestamp, &out_event)); in TEST()
106 EXPECT_TRUE(buffer.GetEvent(timestamp + duration / 2, &out_event)); in TEST()
112 EXPECT_TRUE(buffer.GetEvent(timestamp + duration + 10, &out_event)); in TEST()
114 EXPECT_FALSE(buffer.GetEvent(timestamp + duration + 10, &out_event)); in TEST()
139 EXPECT_TRUE(buffer.GetEvent(timestamp, &out_event)); in TEST()
172 EXPECT_TRUE(buffer.GetEvent(timestamp, &out_event)); in TEST()
176 EXPECT_TRUE(buffer.GetEvent(timestamp + long_event.duration + 10, in TEST()
179 EXPECT_TRUE(buffer.GetEvent(timestamp + long_event.duration + 10, in TEST()
183 EXPECT_FALSE(buffer.GetEvent(timestamp + long_event.duration + 10, in TEST()
[all …]
Ddtmf_buffer.h80 virtual bool GetEvent(uint32_t current_timestamp, DtmfEvent* event);
Ddtmf_buffer.cc121 bool DtmfBuffer::GetEvent(uint32_t current_timestamp, DtmfEvent* event) { in GetEvent() function in webrtc::DtmfBuffer
Dneteq_impl.cc988 if (dtmf_buffer_->GetEvent( in GetDecision()
/external/webrtc/webrtc/base/
Dprofiler_unittest.cc36 const ProfilerEvent* event = Profiler::Instance()->GetEvent(function_name); in TEST()
61 event1 = Profiler::Instance()->GetEvent(kEvent1Name); in TEST()
74 event2 = Profiler::Instance()->GetEvent(kEvent2Name); in TEST()
107 EXPECT_TRUE(Profiler::Instance()->GetEvent("event") != NULL); in TEST()
110 EXPECT_EQ(NULL, Profiler::Instance()->GetEvent("event")); in TEST()
Dprofiler.h125 const ProfilerEvent* GetEvent(const std::string& event_name) const;
Dprofiler.cc158 const ProfilerEvent* Profiler::GetEvent(const std::string& event_name) const { in GetEvent() function in rtc::Profiler
/external/v8/include/
Dv8-debug.h46 virtual DebugEvent GetEvent() const = 0;
96 virtual DebugEvent GetEvent() const = 0;
Dv8.h5864 V8_INLINE PromiseRejectEvent GetEvent() const { return event_; } in GetEvent() function
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
Dmock_dtmf_buffer.h29 MOCK_METHOD2(GetEvent,
/external/sonivox/jet_tools/JetCreator/
DJetCreator.py697 … curEvent = copy.deepcopy(self.jet_file.GetEvent(self.currentSegmentName, self.currentEventName))
762 curEvent = self.jet_file.GetEvent(self.currentSegmentName, self.currentEventName)
809 curEvent = self.jet_file.GetEvent(self.currentSegmentName, self.currentEventName)
1097 curEvent = self.jet_file.GetEvent(self.currentSegmentName, self.currentEventName)
DJetFile.py524 def GetEvent(self, segName, eventName): member in JetFile
/external/v8/src/debug/
Ddebug.h654 virtual DebugEvent GetEvent() const;
Ddebug.cc2365 DebugEvent NativeDebugDelegate::EventDetails::GetEvent() const { in GetEvent() function in v8::internal::NativeDebugDelegate::EventDetails