Searched defs:asyncCtx (Results 1 – 5 of 5) sorted by relevance
31 auto asyncCtx = std::make_unique<RecorderCapabilityAsyncContext>(env); in GetAudioRecorderCaps() local51 auto asyncCtx = reinterpret_cast<RecorderCapabilityAsyncContext *>(data); in GetAudioRecorderCaps() local75 auto asyncCtx = std::make_unique<RecorderCapabilityAsyncContext>(env); in IsAudioRecorderConfigSupported() local101 auto asyncCtx = reinterpret_cast<RecorderCapabilityAsyncContext *>(data); in IsAudioRecorderConfigSupported() local126 auto asyncCtx = std::make_unique<RecorderCapabilityAsyncContext>(env); in GetVideoRecorderCaps() local145 auto asyncCtx = reinterpret_cast<RecorderCapabilityAsyncContext *>(data); in GetVideoRecorderCaps() local169 auto asyncCtx = std::make_unique<RecorderCapabilityAsyncContext>(env); in GetVideoRecorderProfile() local197 auto asyncCtx = reinterpret_cast<RecorderCapabilityAsyncContext *>(data); in GetVideoRecorderProfile() local222 auto asyncCtx = std::make_unique<RecorderCapabilityAsyncContext>(env); in HasVideoRecorderProfile() local250 auto asyncCtx = reinterpret_cast<RecorderCapabilityAsyncContext *>(data); in HasVideoRecorderProfile() local
155 …std::unique_ptr<VideoRecorderAsyncContext> asyncCtx = std::make_unique<VideoRecorderAsyncContext>(… in CreateVideoRecorder() local172 static void SignError(VideoRecorderAsyncContext *asyncCtx, int32_t code, in SignError()188 auto asyncCtx = std::make_unique<VideoRecorderAsyncContext>(env); in Prepare() local255 auto asyncCtx = std::make_unique<VideoRecorderAsyncContext>(env); in GetInputSurface() local306 auto asyncCtx = std::make_unique<VideoRecorderAsyncContext>(env); in Start() local349 auto asyncCtx = std::make_unique<VideoRecorderAsyncContext>(env); in Pause() local392 auto asyncCtx = std::make_unique<VideoRecorderAsyncContext>(env); in Resume() local435 auto asyncCtx = std::make_unique<VideoRecorderAsyncContext>(env); in Stop() local478 auto asyncCtx = std::make_unique<VideoRecorderAsyncContext>(env); in Reset() local528 auto asyncCtx = std::make_unique<VideoRecorderAsyncContext>(env); in Release() local
184 auto asyncCtx = std::make_unique<MediaAsyncContext>(env); in CreateAudioRecorderAsync() local
169 … std::unique_ptr<AVRecorderAsyncContext> asyncCtx = std::make_unique<AVRecorderAsyncContext>(env); in JsCreateAVRecorder() local224 auto asyncCtx = std::make_unique<AVRecorderAsyncContext>(env); in JsPrepare() local245 AVRecorderAsyncContext* asyncCtx = reinterpret_cast<AVRecorderAsyncContext *>(data); in JsPrepare() local263 …askHandler<RetInfo>> AVRecorderNapi::GetPrepareTask(std::unique_ptr<AVRecorderAsyncContext> &async… in GetPrepareTask()467 auto asyncCtx = std::make_unique<AVRecorderAsyncContext>(env); in ExecuteByPromise() local487 AVRecorderAsyncContext* asyncCtx = reinterpret_cast<AVRecorderAsyncContext *>(data); in ExecuteByPromise() local727 int32_t AVRecorderNapi::GetSourceType(std::unique_ptr<AVRecorderAsyncContext> &asyncCtx, napi_env e… in GetSourceType()758 int32_t AVRecorderNapi::GetProfile(std::unique_ptr<AVRecorderAsyncContext> &asyncCtx, napi_env env,… in GetProfile()817 int32_t AVRecorderNapi::GetConfig(std::unique_ptr<AVRecorderAsyncContext> &asyncCtx, napi_env env, … in GetConfig()
111 auto asyncCtx = std::make_unique<MediaAsyncContext>(env); in GetMediaCapability() local