Home
last modified time | relevance | path

Searched refs:threadStatus_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp217 std::atomic<ThreadStatus> threadStatus_ = INVALID; member in OHOS::AudioStandard::AudioProcessInClientInner
627 while (threadStatus_.load() == INVALID) { in Init()
1324 threadStatus_ = WAITTING; in KeepLoopRunning()
1345 threadStatus_ = INRUNNING; in RecordProcessCallbackFuc()
1369 threadStatus_ = SLEEPING; in RecordProcessCallbackFuc()
1591 threadStatus_ = INRUNNING; in ProcessCallbackFuc()
1612 threadStatus_ = SLEEPING; in ProcessCallbackFuc()
1631 threadStatus_ = INRUNNING; in ProcessCallbackFucIndependent()
1665 threadStatus_ = SLEEPING; in ProcessCallbackFucIndependent()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp312 std::atomic<ThreadStatus> threadStatus_ = WAITTING; member in OHOS::AudioStandard::AudioEndpointInner
1879 threadStatus_ = WAITTING; in KeepWorkloopRunning()
2022 threadStatus_ = INRUNNING; in RecordEndpointWorkLoopFuc()
2046 threadStatus_ = SLEEPING; in RecordEndpointWorkLoopFuc()
2064 threadStatus_ = INRUNNING; in EndpointWorkLoopFuc()
2102 threadStatus_ = SLEEPING; in EndpointWorkLoopFuc()