Searched refs:isStart (Results 1 – 3 of 3) sorted by relevance
113 void startRfDiscovery(bool isStart);2083 void startRfDiscovery(bool isStart) { in startRfDiscovery() argument2087 << StringPrintf("%s: is start=%d", __func__, isStart); in startRfDiscovery()2090 status = isStart ? NFA_StartRfDiscovery() : NFA_StopRfDiscovery(); in startRfDiscovery()2093 sRfEnabled = isStart; in startRfDiscovery()
47 extern void startRfDiscovery(bool isStart);
1207 final boolean isStart = KeyboardUtils.isKeycodeDirectionStart(keyCode, isRtl); in onKey()1216 final boolean navigateAway = shouldNavigateAway(id, isStart, isTwoPaneLand); in onKey()1222 if ((isStart || isEnd) && shouldInterceptLeftRightEvents( in onKey()1223 id, isStart, isEnd, isTwoPaneLand)) { in onKey()