Home
last modified time | relevance | path

Searched defs:cbObj (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddspeaker_dev.cpp112 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in CreateStream() local
138 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in DestroyStream() local
184 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in NotifyEvent() local
463 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in OnStateChange() local
H A Ddmic_dev.cpp128 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in CreateStream() local
154 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in DestroyStream() local
210 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in NotifyEvent() local
536 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in OnStateChange() local
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioprocessor/directprocessor/src/
H A Daudio_direct_processor.cpp59 auto cbObj = procCallback_.lock(); in FeedAudioProcessor() local
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H A Ddspeaker_client.cpp385 std::shared_ptr<IAudioEventCallback> cbObj = eventCallback_.lock(); in OnStateChange() local
426 std::shared_ptr<IAudioEventCallback> cbObj = eventCallback_.lock(); in OnVolumeKeyEvent() local
456 std::shared_ptr<IAudioEventCallback> cbObj = eventCallback_.lock(); in OnInterrupt() local
486 std::shared_ptr<IAudioEventCallback> cbObj = eventCallback_.lock(); in OnStateChange() local
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/src/
H A Ddmic_client.cpp109 std::shared_ptr<IAudioEventCallback> cbObj = eventCallback_.lock(); in OnStateChange() local
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_interface/src/
H A Daudio_render_interface_impl_test.cpp185 sptr<IAudioCallback> cbObj = nullptr; variable
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avdemuxer/
H A Dnative_avdemuxer.cpp88Demuxer_MediaKeySystemInfoCallback cbObj) : demuxer_(demuxer), callback_(nullptr), callbackObj_(cb… in NativeDemuxerCallback()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/src/
H A Daudio_adapter_interface_impl_test.cpp410 sptr<IAudioCallback> cbObj = nullptr; variable
426 sptr<IAudioCallback> cbObj = sptr<IAudioCallback>(new MockIAudioParamCallback()); variable
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp890 Local<panda::JSValueRef> cbObj = NapiNativeCreateFunction(env, fullName.c_str(), in NapiDefinePropertyInner() local