Home
last modified time | relevance | path

Searched refs:tempDelay (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp951 int32_t tempDelay = 0; in ParseRepeatKeyMaxCount() local
956 if (item.delay > tempDelay) { in ParseRepeatKeyMaxCount()
957 tempDelay = item.delay; in ParseRepeatKeyMaxCount()
961 intervalTime_ = tempDelay; in ParseRepeatKeyMaxCount()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp1744 int64_t tempDelay = endpointType_ == TYPE_VOIP_MMAP ? RECORD_VOIP_DELAY_TIME : RECORD_DELAY_TIME; in RecordPrepareNextLoop() local
1745 int64_t predictWakeupTime = nextHdiWriteTime + tempDelay; in RecordPrepareNextLoop()

Completed in 8 milliseconds