Searched refs:current_timestamp (Results 1 – 8 of 8) 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() 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()
|
D | dtmf_buffer.h | 80 virtual bool GetEvent(uint32_t current_timestamp, DtmfEvent* event);
|
/external/autotest/puppylab/ |
D | results_mocker.py | 110 current_timestamp = int(time.time()) 113 'timestamp': current_timestamp, 115 current_timestamp, fmt_string='%b %d %H:%M:%S'),
|
/external/autotest/client/common_lib/ |
D | powerplay_util.py | 80 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/ |
D | test_connection.py | 244 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/ |
D | mock_dtmf_buffer.h | 30 bool(uint32_t current_timestamp, DtmfEvent* event));
|
/external/sqlite/dist/ |
D | sqlite3.c | 17207 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/ |
D | sqlite3.c | 17207 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()
|