Home
last modified time | relevance | path

Searched refs:doStop (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/include/audio/
H A Daudio_codec_adapter.h67 int32_t doStop();
/foundation/multimedia/av_codec/services/engine/codec/audio/
H A Daudio_codec_adapter.cpp137 auto ret = doStop(); in Stop()
400 int32_t AudioCodecAdapter::doStop() in doStop() function in OHOS::MediaAVCodec::AudioCodecAdapter
404 AVCODEC_LOGW("adapter doStop, state is already release, state_=%{public}s .", stateToString(state_).data()); in doStop()
409 AVCODEC_LOGE("doStop failed, state =%{public}s", stateToString(state_).data()); in doStop()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_policy_service.h673 void GetAllRunningStreamSession(std::vector<int32_t> &allSessions, bool doStop = false);
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp8487 void AudioPolicyService::GetAllRunningStreamSession(std::vector<int32_t> &allSessions, bool doStop) in GetAllRunningStreamSession() argument
8495 if (doStop) { in GetAllRunningStreamSession()
8502 if (doStop && stopPlayingStream.size() > 0) { in GetAllRunningStreamSession()

Completed in 20 milliseconds