Searched refs:BundleEffectType (Results 1 – 6 of 6) sorted by relevance
37 const lvm::BundleEffectType& type) in BundleContext()99 case lvm::BundleEffectType::EQUALIZER: in enable()102 mEffectInDrain &= ~(1 << int(lvm::BundleEffectType::EQUALIZER)); in enable()104 case lvm::BundleEffectType::BASS_BOOST: in enable()106 mEffectInDrain &= ~(1 << int(lvm::BundleEffectType::BASS_BOOST)); in enable()110 case lvm::BundleEffectType::VIRTUALIZER: in enable()112 mEffectInDrain &= ~(1 << int(lvm::BundleEffectType::VIRTUALIZER)); in enable()116 case lvm::BundleEffectType::VOLUME: in enable()117 if ((mEffectInDrain & (1 << int(lvm::BundleEffectType::VOLUME))) == 0) in enable()119 mEffectInDrain &= ~(1 << int(lvm::BundleEffectType::VOLUME)); in enable()[all …]
166 enum class BundleEffectType { enum173 inline std::ostream& operator<<(std::ostream& out, const BundleEffectType& type) {175 case BundleEffectType::BASS_BOOST:177 case BundleEffectType::VIRTUALIZER:179 case BundleEffectType::EQUALIZER:181 case BundleEffectType::VOLUME:
44 const lvm::BundleEffectType& type, bool remove = false) {63 std::shared_ptr<BundleContext> createSession(const lvm::BundleEffectType& type, int statusDepth, in createSession()92 void releaseSession(const lvm::BundleEffectType& type, int sessionId) { in releaseSession()
31 const lvm::BundleEffectType& type);36 lvm::BundleEffectType getBundleType() const { return mType; } in getBundleType()92 const lvm::BundleEffectType mType;
60 lvm::BundleEffectType mType = lvm::BundleEffectType::EQUALIZER;
86 mType = lvm::BundleEffectType::EQUALIZER; in EffectBundleAidl()90 mType = lvm::BundleEffectType::BASS_BOOST; in EffectBundleAidl()94 mType = lvm::BundleEffectType::VIRTUALIZER; in EffectBundleAidl()98 mType = lvm::BundleEffectType::VOLUME; in EffectBundleAidl()