Searched defs:nextStep (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2170 nextStep();
2186 nextStep();
2193 void VibratorInputMapper::nextStep() { function in class:android::VibratorInputMapper
2208 ALOGD("nextStep: sending vibrate deviceId=%d, duration=%" PRId64, getDeviceId(), duration);
2213 ALOGD("nextStep: sending cancel vibrate deviceId=%d", getDeviceId());
2221 ALOGD("nextStep: scheduled timeout in %0.3fms", duration * 0.000001f);

Completed in 26 milliseconds