Home
last modified time | relevance | path

Searched refs:BundleContext (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/lvm/wrapper/Aidl/
DBundleContext.cpp35 RetCode BundleContext::init() { in init()
70 void BundleContext::deInit() { in deInit()
78 RetCode BundleContext::enable() { in enable()
115 RetCode BundleContext::enableOperatingMode() { in enableOperatingMode()
144 RetCode BundleContext::disable() { in disable()
168 RetCode BundleContext::disableOperatingMode() { in disableOperatingMode()
198 RetCode BundleContext::limitLevel() { in limitLevel()
294 bool BundleContext::isDeviceSupportedBassBoost( in isDeviceSupportedBassBoost()
308 bool BundleContext::isDeviceSupportedVirtualizer( in isDeviceSupportedVirtualizer()
325 bool BundleContext::isConfigSupportedVirtualizer(size_t channelCount, in isConfigSupportedVirtualizer()
[all …]
DGlobalSession.h49 static bool findBundleTypeInList(std::vector<std::shared_ptr<BundleContext>>& list,
52 [type](const std::shared_ptr<BundleContext>& bundle) {
69 std::shared_ptr<BundleContext> createSession(const lvm::BundleEffectType& type, int statusDepth, in createSession()
87 auto context = std::make_shared<BundleContext>(statusDepth, common, type); in createSession()
119 std::unordered_map<int /* session ID */, std::vector<std::shared_ptr<BundleContext>>>
DBundleContext.h29 class BundleContext final : public EffectContext {
31 BundleContext(int statusDepth, const Parameter::Common& common, in BundleContext() function
36 ~BundleContext() override { in ~BundleContext()
DEffectBundleAidl.h55 std::shared_ptr<BundleContext> mContext;
/frameworks/av/media/libeffects/lvm/wrapper/
DAndroid.bp107 "Aidl/BundleContext.cpp",