Searched refs:soundPoolCallback_ (Results 1 – 2 of 2) sorted by relevance
62 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()
66 std::shared_ptr<ISoundPoolCallback> soundPoolCallback_ = nullptr; variable