Searched defs:float (Results 1 – 9 of 9) sorted by relevance
/device/google/barbet/vibrator/drv2624/ |
D | Vibrator.cpp | 161 static float targetGToVlevelsUnderLinearEquation(std::array<float, 4> inputCoeffs, float targetG) { in targetGToVlevelsUnderLinearEquation() 173 static float targetGToVlevelsUnderCubicEquation(std::array<float, 4> inputCoeffs, float targetG) { in targetGToVlevelsUnderCubicEquation() 255 static float vLevelsToTargetGUnderCubicEquation(std::array<float, 4> inputCoeffs, float vLevel) { in vLevelsToTargetGUnderCubicEquation() 696 ndk::ScopedAStatus Vibrator::getQFactor(float * /*qFactor*/) { in getQFactor() argument 700 ndk::ScopedAStatus Vibrator::getFrequencyResolution(float * /*freqResolutionHz*/) { in getFrequencyResolution() argument 704 ndk::ScopedAStatus Vibrator::getFrequencyMinimum(float * /*freqMinimumHz*/) { in getFrequencyMinimum() argument 708 ndk::ScopedAStatus Vibrator::getBandwidthAmplitudeMap(std::vector<float> * /*_aidl_return*/) { in getBandwidthAmplitudeMap()
|
D | Hardware.h | 126 bool getEffectCoeffs(std::array<float, 4> *value) override { in getEffectCoeffs() 138 bool getSteadyCoeffs(std::array<float, 4> *value) override { in getSteadyCoeffs()
|
/device/google/redfin/vibrator/drv2624/ |
D | Vibrator.cpp | 158 static float targetGToVlevelsUnderLinearEquation(std::array<float, 4> inputCoeffs, float targetG) { in targetGToVlevelsUnderLinearEquation() 170 static float targetGToVlevelsUnderCubicEquation(std::array<float, 4> inputCoeffs, float targetG) { in targetGToVlevelsUnderCubicEquation() 253 std::array<float, 4> inputCoeffs, float vLevel) { in vLevelsToTargetGUnderCubicEquation() 727 ndk::ScopedAStatus Vibrator::getQFactor(float * /*qFactor*/) { in getQFactor() argument 731 ndk::ScopedAStatus Vibrator::getFrequencyResolution(float * /*freqResolutionHz*/) { in getFrequencyResolution() argument 735 ndk::ScopedAStatus Vibrator::getFrequencyMinimum(float * /*freqMinimumHz*/) { in getFrequencyMinimum() argument 739 ndk::ScopedAStatus Vibrator::getBandwidthAmplitudeMap(std::vector<float> * /*_aidl_return*/) { in getBandwidthAmplitudeMap()
|
D | Hardware.h | 129 bool getEffectCoeffs(std::array<float, 4> *value) override { in getEffectCoeffs() 135 bool getEffectTargetG(std::array<float, 5> *value) override { in getEffectTargetG() 147 bool getSteadyCoeffs(std::array<float, 4> *value) override { in getSteadyCoeffs() 153 bool getSteadyTargetG(std::array<float, 3> *value) override { in getSteadyTargetG()
|
/device/google/trout/hal/audiocontrol/aidl/1.0/ |
D | AudioControl.cpp | 58 ndk::ScopedAStatus AudioControl::setBalanceTowardRight(float) { in setBalanceTowardRight() argument 62 ndk::ScopedAStatus AudioControl::setFadeTowardFront(float) { in setFadeTowardFront() argument
|
/device/google/sunfish/vibrator/drv2624/ |
D | Vibrator.cpp | 82 static float targetGToVlevelsUnderLinearEquation(std::array<float, 4> inputCoeffs, float targetG) { in targetGToVlevelsUnderLinearEquation() 94 static float targetGToVlevelsUnderCubicEquation(std::array<float, 4> inputCoeffs, float targetG) { in targetGToVlevelsUnderCubicEquation()
|
D | Hardware.h | 124 bool getEffectCoeffs(std::array<float, 4> *value) override { in getEffectCoeffs()
|
/device/google/trout/hal/sensors/2.1/ |
D | Sensor.cpp | 158 static float getChannelData(const std::array<float, N>& channelData, int64_t map, bool negate) { in getChannelData()
|
/device/generic/goldfish-opengl/system/hwc3/ |
D | GuestFrameComposer.cpp | 1092 std::array<std::int8_t, 16> ToLibyuvColorMatrix(const std::array<float, 16>& in) { in ToLibyuvColorMatrix() 1111 const std::array<float, 16>& transfromMatrix, // in applyColorTransformToRGBA()
|