Searched refs:mNextId (Results 1 – 5 of 5) sorted by relevance
41 private int mNextId; field in ViewIdGenerator54 mNextId = INITIAL_VIEW_ID; in ViewIdGenerator()78 id = (mNextId++) & 0xFFFF; in getId()110 dest.writeInt(mNextId); in writeToParcel()115 mNextId = src.readInt(); in readFromParcel()
112 unsigned getNextId() REQUIRES(mMutex) { return ++mNextId ? mNextId : ++mNextId; } in getNextId()125 unsigned int mNextId GUARDED_BY(mMutex);
49 private int mNextId; field in ProfileData62 mNextId = 0; in reset()68 id = ++mNextId; // The tool doesn't want id=0, so we start from 1. in nameToId()
43 private final AtomicLong mNextId = new AtomicLong(1); field in DvrDataManagerInMemoryImpl192 .setId(mNextId.incrementAndGet()) in addScheduledRecordingInternal()207 recordedProgram = recordedProgram.withId(mNextId.incrementAndGet()); in addRecordedProgramInternal()
439 private int mNextId; field in WifiNative.IfaceManager453 Iface iface = new Iface(mNextId, type); in allocateIface()454 mIfaces.put(mNextId, iface); in allocateIface()455 mNextId++; in allocateIface()