Home
last modified time | relevance | path

Searched defs:defaultValue (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/sm8150/media/libplatformconfig/
DPlatformConfig.cpp62 const int32_t defaultValue) { in getInt32()
89 bool &value, const bool defaultValue) in getConfigStoreBool()
DConfigStore.cpp40 bool *value, const bool defaultValue) in getConfigStoreBool()
/hardware/qcom/sm7250/media/libplatformconfig/
DPlatformConfig.cpp62 const int32_t defaultValue) { in getInt32()
89 bool &value, const bool defaultValue) in getConfigStoreBool()
DConfigStore.cpp40 bool *value, const bool defaultValue) in getConfigStoreBool()
/hardware/qcom/sdm845/media/libplatformconfig/
DPlatformConfig.cpp57 const int32_t defaultValue) { in getInt32()
/hardware/interfaces/audio/common/all-versions/default/service/
Dservice.cpp52 const int32_t defaultValue = -1; in main() local
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DTriState.h39 const T get(const T &defaultValue) const { in get()
/hardware/interfaces/health/utils/libhealth2impl/
DHealth.cpp100 static Return<void> GetProperty(BatteryMonitor* monitor, int id, T defaultValue, in GetProperty()
/hardware/interfaces/health/2.0/default/
DHealth.cpp90 void getProperty(const std::unique_ptr<BatteryMonitor>& monitor, int id, T defaultValue, in getProperty()