Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp141 bool PrepareNext(uint64_t curHandPos, int64_t &wakeUpTime);
142 bool ClientPrepareNextLoop(uint64_t curWritePos, int64_t &wakeUpTime);
143 bool PrepareNextIndependent(uint64_t curWritePos, int64_t &wakeUpTime);
157 void CheckIfWakeUpTooLate(int64_t &curTime, int64_t &wakeUpTime);
158 void CheckIfWakeUpTooLate(int64_t &curTime, int64_t &wakeUpTime, int64_t clientWriteCost);
1210 bool AudioProcessInClientInner::PrepareNext(uint64_t curHandPos, int64_t &wakeUpTime) in PrepareNext() argument
1222 wakeUpTime = ClockTime::GetCurNano() + ONE_MILLISECOND_DURATION; // make sure less than duration in PrepareNext()
1224 wakeUpTime = nextServerHandleTime; in PrepareNext()
1227 "%{public}" PRId64" wakeUpTime %{public}" PRId64".", __func__, processConfig_.audioMode, curHandPos, in PrepareNext()
1228 nextServerHandleTime, wakeUpTime); in PrepareNext()
1232 ClientPrepareNextLoop(uint64_t curWritePos, int64_t &wakeUpTime) ClientPrepareNextLoop() argument
1336 int64_t wakeUpTime = ClockTime::GetCurNano(); RecordProcessCallbackFuc() local
1582 int64_t wakeUpTime = ClockTime::GetCurNano(); ProcessCallbackFuc() local
1623 int64_t wakeUpTime = ClockTime::GetCurNano(); ProcessCallbackFucIndependent() local
1685 PrepareNextIndependent(uint64_t curWritePos, int64_t &wakeUpTime) PrepareNextIndependent() argument
1713 CheckIfWakeUpTooLate(int64_t &curTime, int64_t &wakeUpTime) CheckIfWakeUpTooLate() argument
1723 CheckIfWakeUpTooLate(int64_t &curTime, int64_t &wakeUpTime, int64_t clientWriteCost) CheckIfWakeUpTooLate() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp197 bool PrepareNextLoop(uint64_t curWritePos, int64_t &wakeUpTime);
198 bool RecordPrepareNextLoop(uint64_t curReadPos, int64_t &wakeUpTime);
1740 bool AudioEndpointInner::RecordPrepareNextLoop(uint64_t curReadPos, int64_t &wakeUpTime) in RecordPrepareNextLoop() argument
1747 wakeUpTime = ClockTime::GetCurNano() + ONE_MILLISECOND_DURATION; in RecordPrepareNextLoop()
1750 wakeUpTime = predictWakeupTime; in RecordPrepareNextLoop()
1761 bool AudioEndpointInner::PrepareNextLoop(uint64_t curWritePos, int64_t &wakeUpTime) in PrepareNextLoop() argument
1768 wakeUpTime = ClockTime::GetCurNano() + ONE_MILLISECOND_DURATION; in PrepareNextLoop()
1771 wakeUpTime = predictWakeupTime; in PrepareNextLoop()
2060 int64_t wakeUpTime = ClockTime::GetCurNano(); in RecordEndpointWorkLoopFuc() local
2069 wakeUpTime in RecordEndpointWorkLoopFuc()
2101 int64_t wakeUpTime = ClockTime::GetCurNano(); EndpointWorkLoopFuc() local
[all...]

Completed in 7 milliseconds