Home
last modified time | relevance | path

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

12345678910

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_decoder/
H A Daudio_ffmpeg_decoder_plugin.h61 Status SetCallback(Callback* cb) override in SetCallback() function
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_precompile_callback.h33 void SetCallback(const std::function<void(int64_t)> &&callback) { in SetCallback() function
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A 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
/ohos5.0/foundation/multimedia/av_codec/services/engine/base/
H A 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
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/
H A 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
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_encoder/
H A Daudio_ffmpeg_encoder_plugin.h61 Status SetCallback(Callback* cb) override in SetCallback() function
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A 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
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/cv/image_classification/source/
H A Dic_sdk.cpp32 int32_t IcSdk::SetCallback(std::shared_ptr<IcCallback> callback) in SetCallback() function in IcSdk
/ohos5.0/base/update/sys_installer/frameworks/actions/include/
H A Diaction.h32 virtual void SetCallback(ActionCallbackFun actionCallBack) in SetCallback() function
/ohos5.0/foundation/multimedia/av_codec/test/unittest/filter_test/
H A 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
H A 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
/ohos5.0/base/location/frameworks/native/locator_agent/include/
H A Dnative_location_callback_host.h42 inline void SetCallback(const LocationCallbackIfaces& locationCallback) in SetCallback() function
H A Dnative_nmea_callback_host.h48 inline void SetCallback(const GnssNmeaCallbackIfaces& nmeaCallback) in SetCallback() function
H A Dnative_sv_callback_host.h46 inline void SetCallback(const SvStatusCallbackIfaces& svCallback) in SetCallback() function
/ohos5.0/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/source/
H A Dkws_sdk.cpp49 int32_t KWSSdk::SetCallback(const std::shared_ptr<KWSCallback> &callback) in SetCallback() function in OHOS::AI::KWSSdk
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
H A Dvideo_ffmpeg_encoder_plugin.h60 Status SetCallback(Callback* cb) override in SetCallback() function
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/inner/
H A 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
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_spatialization_state_change_listener_stub.cpp74 void AudioSpatializationStateChangeListenerStub::SetCallback( in SetCallback() function in OHOS::AudioStandard::AudioSpatializationStateChangeListenerStub
/ohos5.0/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
H A Dicamera_host_vdi.h67 virtual int32_t SetCallback(const sptr<ICameraHostVdiCallback> &callbackObj) in SetCallback() function
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_adapter_listener.cpp37 void WakeupAdapterListener::SetCallback(const sptr<IIntelligentVoiceEngineCallback> &cb) in SetCallback() function in OHOS::IntellVoiceEngine::WakeupAdapterListener
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H A Dvideo_ffmpeg_decoder_plugin.h62 Status SetCallback(Callback* cb) override in SetCallback() function
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/audio_server_sink/
H A Daudio_server_sink_plugin.h63 Status SetCallback(Callback* cb) override in SetCallback() function
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_decoder/
H A 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
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/plugins/
H A DUtCodecTest1.cpp63 Status UtCodecTest1::SetCallback(Callback* cb) in SetCallback() function in UtCodecTest1
H A DUtCodecTest2.cpp63 Status UtCodecTest2::SetCallback(Callback* cb) in SetCallback() function in UtCodecTest2

12345678910