Searched refs:int_val (Results 1 – 1 of 1) sorted by relevance
214 uint32_t int_val; in onFirstRef() local215 if (1 == sscanf(val_str, "%u", &int_val)) { in onFirstRef()216 mStandbyTimeInNsecs = milliseconds(int_val); in onFirstRef()217 ALOGI("Using %u mSec as standby time.", int_val); in onFirstRef()