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