Home
last modified time | relevance | path

Searched refs:IsAnyProcessRunning (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint_separate.cpp347 bool AudioEndpointSeparate::IsAnyProcessRunning() in IsAnyProcessRunning() function in OHOS::AudioStandard::AudioEndpointSeparate
400 endpointStatus_ = IsAnyProcessRunning() ? RUNNING : IDEL; in StartDevice()
447 endpointStatus_ = IsAnyProcessRunning() ? RUNNING : IDEL; in OnPause()
554 endpointStatus_ = IsAnyProcessRunning() ? RUNNING : IDEL; in LinkProcessStream()
H A Daudio_endpoint.cpp208 bool IsAnyProcessRunning();
905 bool AudioEndpointInner::IsAnyProcessRunning() in IsAnyProcessRunning() function in OHOS::AudioStandard::AudioEndpointInner
1002 endpointStatus_ = IsAnyProcessRunning() ? RUNNING : IDEL; in StartDevice()
1115 endpointStatus_ = IsAnyProcessRunning() ? RUNNING : IDEL; in OnPause()
1232 endpointStatus_ = IsAnyProcessRunning() ? RUNNING : IDEL; in LinkProcessStream()
1293 endpointStatus_ = IsAnyProcessRunning() ? RUNNING : IDEL; in CheckStandBy()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_endpoint.h166 bool IsAnyProcessRunning();