/device/google/coral/vibrator/tests/ |
D | utils.h | 23 static inline EffectScale toScale(uint8_t target, uint8_t maximum) { in toScale() argument 24 return std::round((-20 * std::log10(target / static_cast<float>(maximum))) / 0.125f); in toScale()
|
/device/google/coral/vibrator/ |
D | Vibrator.cpp | 74 static uint8_t amplitudeToScale(uint8_t amplitude, uint8_t maximum) { in amplitudeToScale() argument 75 return std::round((-20 * std::log10(amplitude / static_cast<float>(maximum))) / in amplitudeToScale() 164 Return<Status> Vibrator::setEffectAmplitude(uint8_t amplitude, uint8_t maximum) { in setEffectAmplitude() argument 165 int32_t scale = amplitudeToScale(amplitude, maximum); in setEffectAmplitude()
|
D | Vibrator.h | 143 Return<Status> setEffectAmplitude(uint8_t amplitude, uint8_t maximum);
|
/device/google/crosshatch/vibrator/ |
D | Vibrator.cpp | 98 static uint8_t amplitudeToScale(uint8_t amplitude, uint8_t maximum) { in amplitudeToScale() argument 99 return std::round((-20 * std::log10(amplitude / static_cast<float>(maximum))) / in amplitudeToScale()
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | videodev2.h | 1722 __s32 maximum; member 1735 __s64 maximum; member 2304 __s32 maximum; member
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | videodev2.h | 878 __s32 maximum; member 889 __s64 maximum; member 1240 __s32 maximum; member
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | videodev2.h | 1657 __s32 maximum; member 1670 __s64 maximum; member 2229 __s32 maximum; member
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | videodev2.h | 878 __s32 maximum; member 889 __s64 maximum; member 1240 __s32 maximum; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | videodev2.h | 1657 __s32 maximum; member 1670 __s64 maximum; member 2229 __s32 maximum; member
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | videodev2.h | 899 __s32 maximum; member 910 __s64 maximum; member 1267 __s32 maximum; member
|
/device/google/bonito/json-c/ |
D | Doxyfile | 354 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines 1107 # The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width 1115 # The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height 1123 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
|
/device/google/crosshatch/json-c/ |
D | Doxyfile | 354 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines 1107 # The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width 1115 # The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height 1123 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
|
/device/google/coral/json-c/ |
D | Doxyfile | 354 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines 1107 # The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width 1115 # The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height 1123 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
|