Home
last modified time | relevance | path

Searched refs:getProperty (Results 1 – 10 of 10) sorted by relevance

/hardware/google/pixel/vibrator/cs40l26/
DHardware.h99 return utils::getProperty("persist.vendor.vibrator.hal.context.scale", 100); in getContextScale()
102 return utils::getProperty("persist.vendor.vibrator.hal.context.enable", false); in getContextEnable()
105 return utils::getProperty("persist.vendor.vibrator.hal.context.settlingtime", 3000); in getContextSettlingTime()
108 return utils::getProperty("persist.vendor.vibrator.hal.context.cooldowntime", 1000); in getContextCooldownTime()
111 return utils::getProperty("persist.vendor.vibrator.hal.context.fade", false); in getContextFadeEnable()
300 return utils::getProperty("ro.vendor.vibrator.hal.passthrough_i2s_supported", false); in isPassthroughI2sHapticSupported()
386 return utils::getProperty("ro.vendor.vibrator.hal.dbc.enable", false); in isDbcSupported()
401 set(utils::getProperty("ro.vendor.vibrator.hal.dbc.envrelcoef", kDbcDefaultEnvRelCoef), in enableDbc()
403 set(utils::getProperty("ro.vendor.vibrator.hal.dbc.riseheadroom", in enableDbc()
406 set(utils::getProperty("ro.vendor.vibrator.hal.dbc.fallheadroom", in enableDbc()
[all …]
/hardware/google/pixel/vibrator/drv2624/
DHardware.h116 return getProperty("closeloop.threshold", value, UINT32_MAX); in getCloseLoopThreshold()
120 return getProperty("config.dynamic", value, false); in getDynamicConfig()
123 return getProperty("long.frequency.shift", value, DEFAULT_FREQUENCY_SHIFT); in getLongFrequencyShift()
126 return getProperty("short.voltage", value, DEFAULT_VOLTAGE_MAX); in getShortVoltageMax()
129 return getProperty("long.voltage", value, DEFAULT_VOLTAGE_MAX); in getLongVoltageMax()
132 return getProperty("click.duration", value, WAVEFORM_CLICK_EFFECT_MS); in getClickDuration()
135 return getProperty("tick.duration", value, WAVEFORM_TICK_EFFECT_MS); in getTickDuration()
138 return getProperty("double_click.duration", value, WAVEFORM_DOUBLE_CLICK_EFFECT_MS); in getDoubleClickDuration()
141 return getProperty("heavyclick.duration", value, WAVEFORM_HEAVY_CLICK_EFFECT_MS); in getHeavyClickDuration()
/hardware/google/pixel/vibrator/common/
Dutils.h88 inline Enable_If_Signed<T, T> getProperty(const std::string &key, const T def) { in getProperty() function
102 inline Enable_If_Unsigned<T, T> getProperty(const std::string &key, const T def) { in getProperty() function
107 inline std::array<T, N> getProperty(const std::string &key, const std::array<T, N> &def) { in getProperty() function
120 inline bool getProperty<bool>(const std::string &key, const bool def) {
DHardwareBase.h203 bool getProperty(const char *key, T *value, const T defval);
213 bool HwCalBase::getProperty(const char *key, T *outval, const T defval) { in getProperty() function
215 *outval = utils::getProperty(mPropertyPrefix + key, defval); in getProperty()
/hardware/google/pixel/vibrator/cs40l25/
DHardware.h151 return getProperty("long.frequency.shift", value, DEFAULT_FREQUENCY_SHIFT); in getLongFrequencyShift()
154 return getProperty("device.mass", value, DEFAULT_DEVICE_MASS); in getDeviceMass()
157 return getProperty("loc.coeff", value, DEFAULT_LOC_COEFF); in getLocCoeff()
201 return utils::getProperty("persist.vendor.vibrator.hal.chirp.enabled", false); in isChirpEnabled()
/hardware/interfaces/tv/tuner/aidl/default/
Ddtv_plugin.h17 bool getProperty(const char* key, void* value, int* size);
Ddtv_plugin.cpp91 bool DtvPlugin::getProperty(const char* key, void* value, int* size) { in getProperty() function in DtvPlugin
/hardware/interfaces/automotive/vehicle/proto/
DVehicleHalProto.proto105 repeated VehiclePropGet prop = 3; // Provided for getConfig, getProperty commands
/hardware/interfaces/health/utils/libhealth2impl/
DHealth.cpp105 status_t err = monitor->getProperty(static_cast<int>(id), &prop); in GetProperty()
/hardware/interfaces/health/aidl/default/
DHealth.cpp92 ::android::status_t err = monitor->getProperty(static_cast<int>(id), &prop); in GetProperty()