OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:out_event
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_buffer_unittest.cc
95
DtmfEvent
out_event
;
local
97
EXPECT_FALSE(buffer.GetEvent(timestamp - 10, &
out_event
));
101
EXPECT_TRUE(buffer.GetEvent(timestamp, &
out_event
));
102
EXPECT_TRUE(EqualEvents(event,
out_event
));
106
EXPECT_TRUE(buffer.GetEvent(timestamp + duration / 2, &
out_event
));
107
EXPECT_TRUE(EqualEvents(event,
out_event
));
112
EXPECT_TRUE(buffer.GetEvent(timestamp + duration + 10, &
out_event
));
114
EXPECT_FALSE(buffer.GetEvent(timestamp + duration + 10, &
out_event
));
138
DtmfEvent
out_event
;
local
139
EXPECT_TRUE(buffer.GetEvent(timestamp, &
out_event
));
170
DtmfEvent
out_event
;
local
200
DtmfEvent
out_event
;
local
243
DtmfEvent
out_event
;
local
[
all
...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.cpp
[
all
...]
Completed in 549 milliseconds