Home
last modified time | relevance | path

Searched refs:CheckRunning (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/av_codec/services/include/
H A Di_codec_service.h112 virtual bool CheckRunning() in CheckRunning() function in OHOS::MediaAVCodec::ICodecService
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.h105 bool CheckRunning() override;
H A Dcodec_server.cpp1131 bool CodecServer::CheckRunning() in CheckRunning() function in __anon10219::OHOS::MediaAVCodec::CodecServer
/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_audio_codec_impl.cpp195 CHECK_AND_RETURN_RET_LOG(codecService_->CheckRunning(), AVCS_ERR_INVALID_STATE, "CheckRunning is not running"); in QueueInputBuffer()
/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_service_stub.cpp261 CHECK_AND_RETURN_RET_LOG(!(codecServer_->CheckRunning()), AVCS_ERR_INVALID_STATE, "In invalid state, running"); in Start()

Completed in 6 milliseconds