Home
last modified time | relevance | path

Searched refs:current_timestamp (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddtmf_buffer.cc121 bool DtmfBuffer::GetEvent(uint32_t current_timestamp, DtmfEvent* event) { in GetEvent() argument
145 if (current_timestamp >= it->timestamp in GetEvent()
146 && current_timestamp <= event_end) { // TODO(hlundin): Change to <. in GetEvent()
157 current_timestamp + frame_len_samples_ >= event_end) { in GetEvent()
163 } else if (current_timestamp > event_end) { // TODO(hlundin): Change to >=. in GetEvent()
Ddtmf_buffer.h80 virtual bool GetEvent(uint32_t current_timestamp, DtmfEvent* event);
/external/autotest/puppylab/
Dresults_mocker.py110 current_timestamp = int(time.time())
113 'timestamp': current_timestamp,
115 current_timestamp, fmt_string='%b %d %H:%M:%S'),
/external/autotest/client/common_lib/
Dpowerplay_util.py80 current_timestamp = (('{:>10.3f}'.
86 self.text_file.write(current_timestamp + ',' + pp_data)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sqs/
Dtest_connection.py244 current_timestamp = int(time.time())
261 self.assertTrue(first_rec >= current_timestamp)
294 current_timestamp = int(time.time())
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
Dmock_dtmf_buffer.h30 bool(uint32_t current_timestamp, DtmfEvent* event));
/external/sqlite/dist/
Dsqlite3.c17207 DFUNCTION(current_timestamp, 0, 0, 0, ctimestampFunc), in sqlite3RegisterDateTimeFunctions()
17212 STR_FUNCTION(current_timestamp, 0, "%Y-%m-%d %H:%M:%S", 0, currentTimeFunc), in sqlite3RegisterDateTimeFunctions()
/external/sqlite/dist/orig/
Dsqlite3.c17207 DFUNCTION(current_timestamp, 0, 0, 0, ctimestampFunc), in sqlite3RegisterDateTimeFunctions()
17212 STR_FUNCTION(current_timestamp, 0, "%Y-%m-%d %H:%M:%S", 0, currentTimeFunc), in sqlite3RegisterDateTimeFunctions()