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