Home
last modified time | relevance | path

Searched defs:ERR_OPERATION_FAILED (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_errors.h78 const int32_t ERR_OPERATION_FAILED = BASE_AUDIO_ERR_OFFSET - 5; member
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_process_in_server.cpp127 processConfig_.appInfo.appFullTokenId), ERR_OPERATION_FAILED, "VerifyBackgroundCapture failed!"); in Start() local
181 CHECK_AND_RETURN_RET_LOG(PermissionUtil::VerifyBackgroundCapture(tokenId, fullTokenId), ERR_OPERATION_FAILED, in Resume() local
H A Drenderer_in_server.cpp626 ERR_OPERATION_FAILED, "stream status is nullptr"); local
[all...]
H A Daudio_endpoint.cpp486 CHECK_AND_RETURN_RET_LOG(dupBufferSize_ < dstAudioBuffer_->GetDataSize(), ERR_OPERATION_FAILED, "Init buffer fail"); in InitDupStream() local
1098 CHECK_AND_RETURN_RET_LOG(StartDevice(), ERR_OPERATION_FAILED, "StartDevice failed"); in OnStart() local
1213 CHECK_AND_RETURN_RET_LOG(StartDevice(), ERR_OPERATION_FAILED, "StartDevice failed"); in LinkProcessStream() local
1235 CHECK_AND_RETURN_RET_LOG(StartDevice(), ERR_OPERATION_FAILED, "StartDevic in LinkProcessStream() local
[all...]
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H A Doffload_audio_renderer_sink.cpp808 CHECK_AND_RETURN_RET_LOG(GetPresentationPosition(frames, timeSec, timeNanoSec) == SUCCESS, ERR_OPERATION_FAILED, in GetLatency() local
[all...]

Completed in 8 milliseconds