Home
last modified time | relevance | path

Searched refs:handleTime (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/wifi/wifi/base/state_machine/src/
H A Dmessage_queue.cpp47 bool MessageQueue::AddMessageToQueue(InternalMessagePtr message, int64_t handleTime) in AddMessageToQueue() argument
55 message->GetMessageName(), handleTime); in AddMessageToQueue()
63 message->SetHandleTime(handleTime); in AddMessageToQueue()
74 if (pTop == nullptr || handleTime == 0 || handleTime <= pTop->GetHandleTime()) { in AddMessageToQueue()
87 if (pCurrent == nullptr || handleTime < pCurrent->GetHandleTime()) { in AddMessageToQueue()
/foundation/multimodalinput/input/service/event_dump/src/
H A Devent_statistic.cpp47 std::string handleTime = ConvertTimeToStr(static_cast<int64_t>(timeT)); in ConvertEventToStr() local
52 handleTime += "." + milsecStr; in ConvertEventToStr()
53 std::string eventStr = "{" + handleTime + "," + eventPtr->ToString() + "}"; in ConvertEventToStr()
/foundation/communication/wifi/wifi/base/state_machine/include/
H A Dmessage_queue.h47 * @param handleTime - Message execution time.[in]
50 bool AddMessageToQueue(InternalMessagePtr message, int64_t handleTime);
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_queue.cpp66 const auto &handleTime = events.front()->GetHandleTime(); in CheckEventInListLocked() local
67 if (handleTime < nextWakeUpTime) { in CheckEventInListLocked()
68 nextWakeUpTime = handleTime; in CheckEventInListLocked()
69 return handleTime <= now; in CheckEventInListLocked()
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Dinner_event.h245 * @param handleTime Handle time of the event.
247 inline void SetHandleTime(const TimePoint &handleTime) in SetHandleTime() argument
249 handleTime_ = handleTime; in SetHandleTime()
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Doh_audio_buffer.h79 std::atomic<int64_t> handleTime; member
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dcapturer_in_client.cpp865 int64_t handleTime = 0; in GetAudioTime() local
867 clientBuffer_->GetHandleInfo(writePos, handleTime); in GetAudioTime()
868 if (writePos == 0 || handleTime == 0) { in GetAudioTime()
877 handleTime = handleTime + deltaTime + tempLatency; in GetAudioTime()
878 timestamp.time.tv_sec = static_cast<time_t>(handleTime / AUDIO_NS_PER_SECOND); in GetAudioTime()
879 timestamp.time.tv_nsec = static_cast<time_t>(handleTime % AUDIO_NS_PER_SECOND); in GetAudioTime()
H A Drenderer_in_client.cpp605 int64_t handleTime = 0; in GetAudioTime() local
607 clientBuffer_->GetHandleInfo(readPos, handleTime); in GetAudioTime()
608 if (readPos == 0 || handleTime == 0) { in GetAudioTime()
613 int64_t audioTimeResult = handleTime; in GetAudioTime()
632 offloadStartHandleTime_ = handleTime; in GetAudioTime()
637 (handleTime - offloadStartHandleTime_) - cacheTimeNow; in GetAudioTime()
H A Daudio_process_in_client.cpp605 int64_t handleTime = 0; in Init() local
606 audioBuffer_->GetHandleInfo(handlePos, handleTime); in Init()
607 handleTimeModel_.ResetFrameStamp(handlePos, handleTime); in Init()
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Doh_audio_buffer.cpp281 basicBufferInfo_->handleTime.store(0); in Init()
507 nanoTime = basicBufferInfo_->handleTime.load(); in GetHandleInfo()
514 basicBufferInfo_->handleTime.store(nanoTime); in SetHandleInfo()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp1855 int64_t handleTime = timeInNano_; in AsyncGetPosTime() local
1856 if (!GetDeviceHandleInfo(curHdiHandlePos, handleTime)) { in AsyncGetPosTime()
1863 timeInNano_ = handleTime; in AsyncGetPosTime()

Completed in 18 milliseconds