Searched refs:current_timestamp (Results 1 – 9 of 9) 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/server/ |
D | results_mocker.py | 142 current_timestamp = int(time.time()) 145 'timestamp': current_timestamp, 147 current_timestamp, fmt_string='%b %d %H:%M:%S'),
|
/external/clang/utils/perf-training/ |
D | perf-helper.py | 184 current_timestamp = None 198 current_timestamp = int(data) 210 yield (current_timestamp, fix_mangling(ln.split('`',1)[1])) 222 yield (current_timestamp, symbol) 247 yield (current_timestamp, 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/webrtc/webrtc/modules/audio_coding/neteq/mock/ |
D | mock_dtmf_buffer.h | 30 bool(uint32_t current_timestamp, DtmfEvent* event));
|
/external/autotest/server/cros/power/ |
D | power_telemetry_logger.py | 576 current_timestamp = time.time() 577 this_loop_duration = next_loop_start_timestamp - current_timestamp
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 20798 DFUNCTION(current_timestamp, 0, 0, 0, ctimestampFunc), in sqlite3RegisterDateTimeFunctions() 20803 STR_FUNCTION(current_timestamp, 0, "%Y-%m-%d %H:%M:%S", 0, currentTimeFunc), in sqlite3RegisterDateTimeFunctions()
|
/external/sqlite/dist/ |
D | sqlite3.c | 20798 DFUNCTION(current_timestamp, 0, 0, 0, ctimestampFunc), in sqlite3RegisterDateTimeFunctions() 20803 STR_FUNCTION(current_timestamp, 0, "%Y-%m-%d %H:%M:%S", 0, currentTimeFunc), in sqlite3RegisterDateTimeFunctions()
|