OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextSlot
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
NPCComponent.java
471
int
nextSlot
= (mQueueBottom + 1) % COMMAND_QUEUE_SIZE;
472
if (
nextSlot
!= mQueueTop) { // only comply if there is space left in the buffer
474
mQueueBottom =
nextSlot
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java
769
int
nextSlot
= mMobileSignalControllers.size();
770
subs.add(addSignalController(
nextSlot
,
nextSlot
));
[
all
...]
Completed in 685 milliseconds