Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/volume/
DVolumeSw.h28 class VolumeSwContext final : public EffectContext {
30 VolumeSwContext(int statusDepth, const Parameter::Common& common) in VolumeSwContext() function
75 std::shared_ptr<VolumeSwContext> mContext GUARDED_BY(mImplMutex);
DVolumeSw.cpp157 mContext = std::make_shared<VolumeSwContext>(1 /* statusFmqDepth */, common); in createContext()
180 RetCode VolumeSwContext::setVolLevel(int level) { in setVolLevel()
185 RetCode VolumeSwContext::setVolMute(bool mute) { in setVolMute()