Home
last modified time | relevance | path

Searched refs:GetEvent (Results 1 – 15 of 15) 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/perfetto/src/traced/probes/ftrace/
Dproto_translation_table_unittest.cc74 EXPECT_TRUE(table_->GetEvent(GroupAndName("ftrace", "print"))); in TEST_P()
75 EXPECT_TRUE(table_->GetEvent(GroupAndName("sched", "sched_switch"))); in TEST_P()
76 EXPECT_TRUE(table_->GetEvent(GroupAndName("sched", "sched_wakeup"))); in TEST_P()
77 EXPECT_TRUE(table_->GetEvent(GroupAndName("ext4", "ext4_da_write_begin"))); in TEST_P()
96 auto event = table_->GetEvent(GroupAndName("ftrace", "print")); in TEST_P()
122 auto event = table->GetEvent(GroupAndName("sched", "sched_switch")); in TEST()
131 auto event = table->GetEvent(GroupAndName("sched", "sched_wakeup")); in TEST()
140 auto event = table->GetEvent(GroupAndName("ext4", "ext4_da_write_begin")); in TEST()
355 EXPECT_EQ(table.GetEvent(GroupAndName("group_one", "foo"))->ftrace_event_id, in TEST()
407 EXPECT_EQ(table->GetEvent(group_and_name)->proto_field_id, in TEST()
Dproto_translation_table.h101 virtual const Event* GetEvent(const GroupAndName& group_and_name) const { in GetEvent() function
Dftrace_config_muxer_unittest.cc88 MOCK_CONST_METHOD1(GetEvent,
205 EXPECT_CALL(*mock_table, GetEvent(GroupAndName("power", "cpu_frequency"))) in TEST_F()
Dproto_translation_table.cc474 const Event* event = GetEvent(group_and_name); in GetOrCreateEvent()
/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/include/
Dv8.h6621 V8_INLINE PromiseRejectEvent GetEvent() const { return event_; }