Searched refs:s_holdCount (Results 1 – 2 of 2) sorted by relevance
93 static u32 s_holdCount[NUM_KPAD_BUTTONS] = { 0 }; variable130 ++s_holdCount[iButton]; in main()134 s_holdCount[iButton] = 0; in main()137 if ( HOLD_THRESHOLD < s_holdCount[iButton] ) in main()140 s_holdCount[iButton] -= HOLD_WAIT; in main()
125 static u32 s_holdCount[32] = { 0 }; variable163 ++s_holdCount[iButton]; in main()167 s_holdCount[iButton] = 0; in main()170 if ( HOLD_THRESHOLD < s_holdCount[iButton] ) in main()