Searched refs:hz (Results 1 – 1 of 1) sorted by relevance
282 String hz = mLastActualUpdateMs <= 0 ? "--" : in handleMessage() local284 mTextActualHz.setText(hz); in handleMessage()294 String hz = mLastActualUpdateMs <= 0 ? "--" : in handleMessage() local296 mTextActualHz.setText(hz); in handleMessage()323 int hz = Integer.parseInt(str.trim()); in updateSampleRate() local326 if (hz <= 0 || hz > 50) { in updateSampleRate()327 hz = 50; in updateSampleRate()330 if (hz != mTargetSampleRate) { in updateSampleRate()331 mTargetSampleRate = hz; in updateSampleRate()333 mSensorHandler.setUpdateTargetMs(hz <= 0 ? 0 : (int)(1000.0f / hz)); in updateSampleRate()