Home
last modified time | relevance | path

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

/frameworks/native/cmds/idlcli/vibrator/
DCommandComposePwle.cpp68 float getFloatFromString(std::string_view input, float *output) { in getFloatFromString() function in android::idlcli::vibrator::CommandComposePwle
114 if (getFloatFromString(*startAmplitude, &startAmp)) in doArgs()
119 if (getFloatFromString(*startFrequency, &startFreq)) in doArgs()
124 if (getFloatFromString(*endAmplitude, &endAmp)) in doArgs()
129 if (getFloatFromString(*endFrequency, &endFreq)) in doArgs()