/hardware/qcom/sm8150/media/libplatformconfig/ |
D | PlatformConfig.cpp | 62 const int32_t defaultValue) { in getInt32() argument 65 *value = defaultValue; in getInt32() 70 *value = defaultValue; in getInt32() 89 bool &value, const bool defaultValue) in getConfigStoreBool() argument 98 value = defaultValue; in getConfigStoreBool() 137 value = defaultValue; in getConfigStoreBool()
|
D | ConfigStore.cpp | 40 bool *value, const bool defaultValue) in getConfigStoreBool() argument 51 err = Platform::Config::getConfigStoreBool(area, config, *value, defaultValue); in getConfigStoreBool()
|
D | PlatformConfig.h | 117 const int32_t defaultValue); 121 const char *config, bool &value, const bool defaultValue);
|
D | ConfigStore.h | 45 bool *value, const bool defaultValue);
|
/hardware/qcom/sm7250/media/libplatformconfig/ |
D | PlatformConfig.cpp | 62 const int32_t defaultValue) { in getInt32() argument 65 *value = defaultValue; in getInt32() 70 *value = defaultValue; in getInt32() 89 bool &value, const bool defaultValue) in getConfigStoreBool() argument 98 value = defaultValue; in getConfigStoreBool() 138 value = defaultValue; in getConfigStoreBool()
|
D | ConfigStore.cpp | 40 bool *value, const bool defaultValue) in getConfigStoreBool() argument 51 err = Platform::Config::getConfigStoreBool(area, config, *value, defaultValue); in getConfigStoreBool()
|
D | PlatformConfig.h | 127 const int32_t defaultValue); 131 const char *config, bool &value, const bool defaultValue);
|
D | ConfigStore.h | 45 bool *value, const bool defaultValue);
|
/hardware/qcom/sdm845/media/libplatformconfig/ |
D | PlatformConfig.cpp | 57 const int32_t defaultValue) { in getInt32() argument 60 *value = defaultValue; in getInt32() 65 *value = defaultValue; in getInt32()
|
D | PlatformConfig.h | 92 const int32_t defaultValue);
|
/hardware/interfaces/audio/common/all-versions/default/service/ |
D | service.cpp | 52 const int32_t defaultValue = -1; in main() local 54 property_get_int32("persist.vendor.audio.service.hwbinder.size_kbyte", defaultValue); in main() 55 if (value != defaultValue) { in main()
|
/hardware/interfaces/health/utils/libhealth2impl/ |
D | Health.cpp | 100 static Return<void> GetProperty(BatteryMonitor* monitor, int id, T defaultValue, in GetProperty() argument 103 T ret = defaultValue; in GetProperty()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | TriState.h | 39 const T get(const T &defaultValue) const { in get() argument 40 return isSet() ? mValue : defaultValue; in get()
|
/hardware/interfaces/health/2.0/default/ |
D | Health.cpp | 90 void getProperty(const std::unique_ptr<BatteryMonitor>& monitor, int id, T defaultValue, in getProperty() argument 93 T ret = defaultValue; in getProperty()
|
/hardware/interfaces/audio/common/all-versions/default/ |
D | HidlUtils.cpp | 80 gain->defaultValue = halGain.default_value; in audioGainFromHal() 92 halGain->default_value = gain.defaultValue; in audioGainToHal()
|
/hardware/interfaces/audio/common/all-versions/default/7.0/ |
D | HidlUtils.cpp | 465 gain->defaultValue = halGain.default_value; in audioGainFromHal() 478 halGain->default_value = gain.defaultValue; in audioGainToHal()
|
/hardware/interfaces/audio/common/7.0/ |
D | types.hal | 420 int32_t defaultValue;
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 735 int32_t defaultValue; // default gain value in millibels
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 774 int32_t defaultValue; // default gain value in millibels
|
/hardware/interfaces/audio/common/5.0/ |
D | types.hal | 864 int32_t defaultValue; // default gain value in millibels
|
/hardware/interfaces/audio/common/6.0/ |
D | types.hal | 1023 int32_t defaultValue; // default gain value in millibels
|