Searched refs:s_holdCount (Results 1 – 2 of 2) sorted by relevance
90 static u32 s_holdCount[NUM_KPAD_BUTTONS] = { 0 }; variable127 ++s_holdCount[iButton]; in main()131 s_holdCount[iButton] = 0; in main()134 if ( HOLD_THRESHOLD < s_holdCount[iButton] ) in main()137 s_holdCount[iButton] -= HOLD_WAIT; in main()
91 static u32 s_holdCount[NUM_KPAD_BUTTONS] = { 0 }; variable124 ++s_holdCount[iButton]; in main()128 s_holdCount[iButton] = 0; in main()131 if ( HOLD_THRESHOLD < s_holdCount[iButton] ) in main()