Home
last modified time | relevance | path

Searched refs:soundPoolCallback_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_low_latency_impl.cpp62 soundPoolCallback_ = std::make_shared<AHSoundLowLatencyCallback>(shared_from_this()); in LoadSoundPoolPlayer()
63 …CHECK_AND_RETURN_RET_LOG(soundPoolCallback_ != nullptr, MSERR_INVALID_VAL, "Failed to create callb… in LoadSoundPoolPlayer()
64 soundPoolPlayer_->SetSoundPoolCallback(soundPoolCallback_); in LoadSoundPoolPlayer()
204 soundPoolCallback_ = nullptr; in ReleaseSoundPoolPlayer()
H A Daudio_haptic_sound_low_latency_impl.h66 std::shared_ptr<ISoundPoolCallback> soundPoolCallback_ = nullptr; variable