Home
last modified time | relevance | path

Searched defs:scale (Results 1 – 25 of 30) sorted by relevance

12

/device/google/cuttlefish/common/libs/time/
Dmonotonic_time_test.cpp41 int64_t scale = 1000; in TEST_F() local
48 int64_t scale = 1; in TEST_F() local
69 int64_t scale = 1; in TEST_F() local
76 int64_t scale = 1; in TEST_F() local
97 int64_t scale = 1; in TEST_F() local
105 int64_t scale = 1; in TEST_F() local
Dmonotonic_time.h28 TimeDifference(time_t seconds, long nanoseconds, int64_t scale) : in TimeDifference()
38 TimeDifference(const TimeDifference& in, int64_t scale) : in TimeDifference()
50 TimeDifference(const struct timespec& in, int64_t scale) : in TimeDifference()
/device/google/wahoo/vibrator/
DVibrator.cpp70 std::ofstream&& scale, std::ofstream&& ctrlloop, std::ofstream&& lptrigger) : in Vibrator()
163 uint8_t scale; in convertEffectStrength() local
Dservice.cpp170 std::ofstream scale{SCALE_PATH}; in registerVibratorService() local
/device/google/crosshatch/vibrator/
DVibrator.cpp104 std::ofstream&& queue, std::ofstream&& scale) : in Vibrator()
145 int32_t scale = amplitudeToScale(amplitude, UINT8_MAX); in setAmplitude() local
Dimpl.cpp132 std::ofstream scale{DIGI_SCALE_PATH}; in makeVibratorService() local
/device/google/coral/vibrator/
DVibrator.cpp165 int32_t scale = amplitudeToScale(amplitude, maximum); in setEffectAmplitude() local
177 int32_t scale = amplitudeToScale(amplitude, VOLTAGE_SCALE_MAX); in setGlobalAmplitude() local
/device/google/bonito/vibrator/
DVibrator.h42 std::ofstream scale; member
DVibrator.cpp153 uint8_t scale; in convertEffectStrength() local
/device/google/contexthub/firmware/os/algos/calibration/sphere_fit/
Dsphere_fit_calibration.c184 const float scale = 1.f / norm; in sphereFitResidAndJacobianFunc() local
/device/google/contexthub/firmware/os/inc/
DhalIntf.h83 float scale[3]; member
/device/google/cuttlefish/host/libs/wayland/
Dwayland_compositor.cpp151 int32_t scale) { in surface_set_buffer_scale()
/device/google/coral/vibrator/tests/
Dtest-vibrator.cpp393 auto scale = EFFECT_SCALE.find(param); in TEST_P() local
/device/google/coral-kernel/sm8150/kernel-headers/linux/
Dmsm_mdp_ext.h85 void * scale; member
103 uint64_t scale; member
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/
Dmsm_mdp_ext.h317 void *scale; member
395 uint64_t scale; member
/device/google/bonito/sdm710/kernel-headers/linux/
Dmsm_mdp_ext.h84 void * scale; member
102 uint64_t scale; member
/device/google/bonito/sdm710/original-kernel-headers/linux/
Dmsm_mdp_ext.h314 void *scale; member
392 uint64_t scale; member
/device/google/contexthub/firmware/os/drivers/st_mag40/
Dst_mag40.c396 #define DEC_INFO_BIAS(name, type, axis, inter, samples, rates, raw, scale, bias) \ argument
407 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale) \ argument
/device/google/crosshatch/sdm845/original-kernel-headers/linux/
Dmsm_mdp_ext.h314 void *scale; member
392 uint64_t scale; member
/device/google/crosshatch/sdm845/kernel-headers/linux/
Dmsm_mdp_ext.h84 void * scale; member
102 uint64_t scale; member
Dmsm_mdp.h650 struct mdp_scale_data scale; member
775 uint32_t scale; member
/device/google/contexthub/firmware/os/drivers/st_acc44/
Dst_acc44.c298 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale) \ argument
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c720 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument
733 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c687 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument
700 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c978 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \ argument
985 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \ argument

12