/hardware/google/pixel/vibrator/cs40l26/ |
D | Hardware.h | 99 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/ |
D | Hardware.h | 116 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/ |
D | utils.h | 88 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) {
|
D | HardwareBase.h | 203 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/ |
D | Hardware.h | 151 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/ |
D | dtv_plugin.h | 17 bool getProperty(const char* key, void* value, int* size);
|
D | dtv_plugin.cpp | 91 bool DtvPlugin::getProperty(const char* key, void* value, int* size) { in getProperty() function in DtvPlugin
|
/hardware/interfaces/automotive/vehicle/proto/ |
D | VehicleHalProto.proto | 105 repeated VehiclePropGet prop = 3; // Provided for getConfig, getProperty commands
|
/hardware/interfaces/health/utils/libhealth2impl/ |
D | Health.cpp | 105 status_t err = monitor->getProperty(static_cast<int>(id), &prop); in GetProperty()
|
/hardware/interfaces/health/aidl/default/ |
D | Health.cpp | 92 ::android::status_t err = monitor->getProperty(static_cast<int>(id), &prop); in GetProperty()
|