Home
last modified time | relevance | path

Searched defs:SetCallback (Results 1 – 25 of 202) sorted by relevance

123456789

/foundation/multimedia/av_codec/frameworks/native/avcodec/
Davcodec_video_encoder_impl.cpp232 int32_t AVCodecVideoEncoderImpl::SetCallback(const std::shared_ptr<AVCodecCallback> &callback) in SetCallback() function in OHOS::MediaAVCodec::AVCodecVideoEncoderImpl
240 int32_t AVCodecVideoEncoderImpl::SetCallback(const std::shared_ptr<MediaCodecCallback> &callback) in SetCallback() function in OHOS::MediaAVCodec::AVCodecVideoEncoderImpl
249 int32_t AVCodecVideoEncoderImpl::SetCallback(const std::shared_ptr<MediaCodecParameterCallback> &ca… in SetCallback() function in OHOS::MediaAVCodec::AVCodecVideoEncoderImpl
258 int32_t AVCodecVideoEncoderImpl::SetCallback(const std::shared_ptr<MediaCodecParameterWithAttrCallb… in SetCallback() function in OHOS::MediaAVCodec::AVCodecVideoEncoderImpl
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/
Dvideoenc_capi_mock.cpp147 void VideoEncCapiMock::SetCallback(OH_AVCodec *codec, std::shared_ptr<AVCodecCallbackMock> cb) in SetCallback() function in OHOS::MediaAVCodec::VideoEncCapiMock
153 void VideoEncCapiMock::SetCallback(OH_AVCodec *codec, std::shared_ptr<MediaCodecCallbackMock> cb) in SetCallback() function in OHOS::MediaAVCodec::VideoEncCapiMock
159 void VideoEncCapiMock::SetCallback(OH_AVCodec *codec, std::shared_ptr<MediaCodecParameterCallbackMo… in SetCallback() function in OHOS::MediaAVCodec::VideoEncCapiMock
177 int32_t VideoEncCapiMock::SetCallback(std::shared_ptr<AVCodecCallbackMock> cb) in SetCallback() function in OHOS::MediaAVCodec::VideoEncCapiMock
191 int32_t VideoEncCapiMock::SetCallback(std::shared_ptr<MediaCodecCallbackMock> cb) in SetCallback() function in OHOS::MediaAVCodec::VideoEncCapiMock
202 int32_t VideoEncCapiMock::SetCallback(std::shared_ptr<MediaCodecParameterCallbackMock> cb) in SetCallback() function in OHOS::MediaAVCodec::VideoEncCapiMock
209 int32_t VideoEncCapiMock::SetCallback(std::shared_ptr<MediaCodecParameterWithAttrCallbackMock> cb) in SetCallback() function in OHOS::MediaAVCodec::VideoEncCapiMock
Dvideodec_capi_mock.cpp125 void VideoDecCapiMock::SetCallback(OH_AVCodec *codec, std::shared_ptr<AVCodecCallbackMock> cb) in SetCallback() function in OHOS::MediaAVCodec::VideoDecCapiMock
131 void VideoDecCapiMock::SetCallback(OH_AVCodec *codec, std::shared_ptr<MediaCodecCallbackMock> cb) in SetCallback() function in OHOS::MediaAVCodec::VideoDecCapiMock
149 int32_t VideoDecCapiMock::SetCallback(std::shared_ptr<AVCodecCallbackMock> cb) in SetCallback() function in OHOS::MediaAVCodec::VideoDecCapiMock
160 int32_t VideoDecCapiMock::SetCallback(std::shared_ptr<MediaCodecCallbackMock> cb) in SetCallback() function in OHOS::MediaAVCodec::VideoDecCapiMock
/foundation/multimedia/av_codec/services/engine/base/
Dcodecbase.cpp26 int32_t CodecBase::SetCallback(const std::shared_ptr<AVCodecCallback> &callback) in SetCallback() function in OHOS::MediaAVCodec::CodecBase
32 int32_t CodecBase::SetCallback(const std::shared_ptr<MediaCodecCallback> &callback) in SetCallback() function in OHOS::MediaAVCodec::CodecBase
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_decoder/
Daudio_ffmpeg_decoder_plugin.h61 Status SetCallback(Callback* cb) override in SetCallback() function
/foundation/multimodalinput/input/frameworks/native/input/
Doh_input_interceptor.cpp77 void OHInputInterceptor::SetCallback(std::function<void(std::shared_ptr<PointerEvent>)> callback) in SetCallback() function in OHOS::MMI::OHInputInterceptor
83 void OHInputInterceptor::SetCallback(std::function<void(std::shared_ptr<KeyEvent>)> callback) in SetCallback() function in OHOS::MMI::OHInputInterceptor
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_encoder/
Daudio_ffmpeg_encoder_plugin.h61 Status SetCallback(Callback* cb) override in SetCallback() function
/foundation/ai/ai_engine/services/client/algorithm_sdk/cv/image_classification/source/
Dic_sdk.cpp32 int32_t IcSdk::SetCallback(std::shared_ptr<IcCallback> callback) in SetCallback() function in IcSdk
/foundation/multimedia/av_codec/test/unittest/filter_test/
Dsurface_encoder_adapter_unit_test.h127 int32_t SetCallback(const std::shared_ptr< MediaAVCodec::AVCodecCallback> &callback) in SetCallback() function
131 int32_t SetCallback(const std::shared_ptr< MediaAVCodec::MediaCodecCallback> &callback) in SetCallback() function
135 int32_t SetCallback(const std::shared_ptr< MediaAVCodec::MediaCodecParameterCallback> &callback) in SetCallback() function
139 …int32_t SetCallback(const std::shared_ptr< MediaAVCodec::MediaCodecParameterWithAttrCallback> &cal… in SetCallback() function
Dsurface_decoder_unit_test.h112 int32_t SetCallback(const std::shared_ptr<MediaAVCodec::AVCodecCallback> &callback) in SetCallback() function
116 int32_t SetCallback(const std::shared_ptr<MediaAVCodec::MediaCodecCallback> &callback) in SetCallback() function
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
Dvideo_ffmpeg_encoder_plugin.h60 Status SetCallback(Callback* cb) override in SetCallback() function
/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/source/
Dkws_sdk.cpp49 int32_t KWSSdk::SetCallback(const std::shared_ptr<KWSCallback> &callback) in SetCallback() function in OHOS::AI::KWSSdk
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/inner/
Dvideoenc_inner_mock.cpp134 int32_t VideoEncInnerMock::SetCallback(std::shared_ptr<AVCodecCallbackMock> cb) in SetCallback() function in OHOS::MediaAVCodec::VideoEncInnerMock
145 int32_t VideoEncInnerMock::SetCallback(std::shared_ptr<MediaCodecCallbackMock> cb) in SetCallback() function in OHOS::MediaAVCodec::VideoEncInnerMock
155 int32_t VideoEncInnerMock::SetCallback(std::shared_ptr<MediaCodecParameterCallbackMock> cb) in SetCallback() function in OHOS::MediaAVCodec::VideoEncInnerMock
165 int32_t VideoEncInnerMock::SetCallback(std::shared_ptr<MediaCodecParameterWithAttrCallbackMock> cb) in SetCallback() function in OHOS::MediaAVCodec::VideoEncInnerMock
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
Dvideo_ffmpeg_decoder_plugin.h62 Status SetCallback(Callback* cb) override in SetCallback() function
/foundation/multimedia/audio_framework/services/audio_policy/client/src/
Daudio_spatialization_state_change_listener_stub.cpp74 void AudioSpatializationStateChangeListenerStub::SetCallback( in SetCallback() function in OHOS::AudioStandard::AudioSpatializationStateChangeListenerStub
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
Dwakeup_adapter_listener.cpp37 void WakeupAdapterListener::SetCallback(const sptr<IIntelligentVoiceEngineCallback> &cb) in SetCallback() function in OHOS::IntellVoiceEngine::WakeupAdapterListener
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_decoder/
Dvideo_decoder.cpp147 int32_t VideoDecoderAPI10::SetCallback(uintptr_t *const sampleContext) in SetCallback() function in OHOS::MediaAVCodec::Sample::VideoDecoderAPI10
189 int32_t VideoDecoderAPI11::SetCallback(uintptr_t *const sampleContext) in SetCallback() function in OHOS::MediaAVCodec::Sample::VideoDecoderAPI11
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/audio_server_sink/
Daudio_server_sink_plugin.h63 Status SetCallback(Callback* cb) override in SetCallback() function
/foundation/multimedia/media_foundation/engine/include/plugin/interface/
Doutput_sink_plugin.h35 Status SetCallback(Callback* cb) override in SetCallback() function
/foundation/multimedia/media_foundation/test/unittest/plugins/
DUtCodecTest1.cpp63 Status UtCodecTest1::SetCallback(Callback* cb) in SetCallback() function in UtCodecTest1
DUtCodecTest2.cpp63 Status UtCodecTest2::SetCallback(Callback* cb) in SetCallback() function in UtCodecTest2
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_encoder/
Dvideo_encoder.cpp170 int32_t VideoEncoderAPI10::SetCallback(uintptr_t *const sampleContext) in SetCallback() function in OHOS::MediaAVCodec::Sample::VideoEncoderAPI10
210 int32_t VideoEncoderAPI11::SetCallback(uintptr_t *const sampleContext) in SetCallback() function in OHOS::MediaAVCodec::Sample::VideoEncoderAPI11
/foundation/multimedia/av_codec/services/media_engine/plugins/sink/
Daudio_server_sink_plugin.h57 Status SetCallback(Callback *cb) override in SetCallback() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/
Dscroll_fade_controller.h46 void SetCallback(const ScrollOverFunc& callback) in SetCallback() function
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
Dmock_dcamera_source_state_listener.h52 void SetCallback(sptr<IDCameraSourceCallback> callback) in SetCallback() function

123456789