Home
last modified time | relevance | path

Searched refs:VolumeSw (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/audio/aidl/default/volume/
DVolumeSw.cpp32 using aidl::android::hardware::audio::effect::VolumeSw;
42 *instanceSpp = ndk::SharedRefBase::make<VolumeSw>(); in createEffect()
56 *_aidl_return = VolumeSw::kDescriptor; in queryEffect()
62 const std::string VolumeSw::kEffectName = "VolumeSw";
64 const std::vector<Range::VolumeRange> VolumeSw::kRanges = {MAKE_RANGE(Volume, levelDb, -9600, 0)};
66 const Capability VolumeSw::kCapability = {.range = Range::make<Range::volume>(VolumeSw::kRanges)};
68 const Descriptor VolumeSw::kDescriptor = {
75 .name = VolumeSw::kEffectName,
77 .capability = VolumeSw::kCapability};
79 ndk::ScopedAStatus VolumeSw::getDescriptor(Descriptor* _aidl_return) { in getDescriptor()
[all …]
DVolumeSw.h48 class VolumeSw final : public EffectImpl {
53 VolumeSw() { LOG(DEBUG) << __func__; } in VolumeSw() function
54 ~VolumeSw() { in ~VolumeSw()
DAndroid.bp33 "VolumeSw.cpp",