Searched refs:CheckStateMachine (Results 1 – 4 of 4) sorted by relevance
253 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsPrepare()305 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsSetOrientationHint()356 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsSetWatermark()459 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsGetInputMetaSurface()662 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsSetAVRecorderConfig()711 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsGetAVRecorderConfig()763 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsGetCurrentAudioCapturerInfo()814 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsGetAudioCapturerMaxAmplitude()865 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsGetAvailableEncoder()1033 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsIsWatermarkSupported()[all …]
376 int32_t CheckStateMachine(const std::string &opt);
249 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in JsPrepare()288 CHECK_AND_RETURN_RET(napi->CheckStateMachine(option) == MSERR_OK, in GetPrepareTask()420 CHECK_AND_RETURN_RET(napi->CheckStateMachine(option) == MSERR_OK, in GetPromiseTask()455 if (asyncCtx->napi->CheckStateMachine(opt) == MSERR_OK) { in ExecuteByPromise()698 int32_t AVTransCoderNapi::CheckStateMachine(const std::string &opt) in CheckStateMachine() function in OHOS::Media::AVTransCoderNapi
200 int32_t CheckStateMachine(const std::string &opt);