Home
last modified time | relevance | path

Searched refs:cbObj (Results 1 - 7 of 7) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/audioprocessor/directprocessor/src/
H A Daudio_direct_processor.cpp59 auto cbObj = procCallback_.lock(); in FeedAudioProcessor() local
60 CHECK_NULL_RETURN(cbObj, ERR_DH_AUDIO_BAD_VALUE); in FeedAudioProcessor()
61 cbObj->OnAudioDataDone(inputData); in FeedAudioProcessor()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddspeaker_dev.cpp112 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in CreateStream() local
113 CHECK_NULL_RETURN(cbObj, ERR_DH_AUDIO_NULLPTR); in CreateStream()
126 cbObj->NotifyEvent(event); in CreateStream()
138 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in DestroyStream() local
139 CHECK_NULL_RETURN(cbObj, ERR_DH_AUDIO_NULLPTR); in DestroyStream()
152 cbObj->NotifyEvent(event); in DestroyStream()
184 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in NotifyEvent() local
185 CHECK_NULL_RETURN(cbObj, ERR_DH_AUDIO_NULLPTR); in NotifyEvent()
187 cbObj->NotifyEvent(audioEvent); in NotifyEvent()
463 std::shared_ptr<IAudioEventCallback> cbObj in OnStateChange() local
[all...]
H A Ddmic_dev.cpp128 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in CreateStream() local
129 CHECK_NULL_RETURN(cbObj, ERR_DH_AUDIO_NULLPTR); in CreateStream()
142 cbObj->NotifyEvent(event); in CreateStream()
154 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in DestroyStream() local
155 CHECK_NULL_RETURN(cbObj, ERR_DH_AUDIO_NULLPTR); in DestroyStream()
168 cbObj->NotifyEvent(event); in DestroyStream()
210 std::shared_ptr<IAudioEventCallback> cbObj = audioEventCallback_.lock(); in NotifyEvent() local
211 CHECK_NULL_RETURN(cbObj, ERR_DH_AUDIO_NULLPTR); in NotifyEvent()
225 cbObj->NotifyEvent(audioEvent); in NotifyEvent()
536 std::shared_ptr<IAudioEventCallback> cbObj in OnStateChange() local
[all...]
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H A Ddspeaker_client.cpp385 std::shared_ptr<IAudioEventCallback> cbObj = eventCallback_.lock(); in OnStateChange() local
386 CHECK_NULL_RETURN(cbObj, ERR_DH_AUDIO_NULLPTR); in OnStateChange()
387 cbObj->NotifyEvent(event); in OnStateChange()
426 std::shared_ptr<IAudioEventCallback> cbObj = eventCallback_.lock(); in OnVolumeKeyEvent() local
427 CHECK_NULL_VOID(cbObj); in OnVolumeKeyEvent()
450 cbObj->NotifyEvent(audioEvent); in OnVolumeKeyEvent()
456 std::shared_ptr<IAudioEventCallback> cbObj = eventCallback_.lock(); in OnInterrupt() local
457 CHECK_NULL_VOID(cbObj); in OnInterrupt()
479 cbObj->NotifyEvent(audioEvent); in OnInterrupt()
486 std::shared_ptr<IAudioEventCallback> cbObj in OnStateChange() local
[all...]
/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/src/
H A Ddmic_client.cpp109 std::shared_ptr<IAudioEventCallback> cbObj = eventCallback_.lock(); in OnStateChange() local
110 CHECK_NULL_RETURN(cbObj, ERR_DH_AUDIO_NULLPTR); in OnStateChange()
111 cbObj->NotifyEvent(event); in OnStateChange()
/foundation/multimedia/av_codec/frameworks/native/capi/avdemuxer/
H A Dnative_avdemuxer.cpp87 Demuxer_MediaKeySystemInfoCallback cbObj) : demuxer_(demuxer), callback_(nullptr), callbackObj_(cbObj) in NativeDemuxerCallback()
86 NativeDemuxerCallback(OH_AVDemuxer *demuxer, Demuxer_MediaKeySystemInfoCallback cbObj) NativeDemuxerCallback() argument
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp883 Local<panda::JSValueRef> cbObj = NapiNativeCreateFunction(env, fullName.c_str(), in NapiDefinePropertyInner() local
885 PropertyAttribute attr(cbObj, writable, enumable, configable); in NapiDefinePropertyInner()

Completed in 9 milliseconds