Home
last modified time | relevance | path

Searched defs:deviceCategory (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/engine/common/include/
H A DVolumeCurve.h138 const sp<VolumeCurve> getOriginVolumeCurve(device_category deviceCategory) const in getOriginVolumeCurve()
143 void setVolumeCurve(device_category deviceCategory, const sp<VolumeCurve> &volumeCurve) in setVolumeCurve()
151 device_category deviceCategory = volumeCurve->getDeviceCategory(); in add() local
/aosp12/frameworks/av/services/audiopolicy/engine/config/include/
H A DEngineConfig.h53 std::string deviceCategory; member
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
H A DStorageSummaryFragment.java175 final PreferenceCategory deviceCategory = in refresh() local
/aosp12/frameworks/av/services/audiopolicy/engine/config/src/
H A DEngineConfig.cpp119 static constexpr const char *deviceCategory = "deviceCategory"; member
439 std::string deviceCategory = getXmlAttribute(root, Attributes::deviceCategory); in deserialize() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DInvariantDeviceProfile.java729 int deviceCategory = a.getInt(R.styleable.GridDisplayOption_deviceCategory, in GridOption() local