Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 110) sorted by relevance

12345

/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Dframing.c156 INLINE OI_CHAR crc_iterate(uint8_t oldcrc, uint8_t next) { in crc_iterate()
170 INLINE OI_CHAR crc_iterate_top4(uint8_t oldcrc, uint8_t next) { in crc_iterate_top4()
186 INLINE uint8_t crc_iterate_top4(uint8_t oldcrc, uint8_t next) { in crc_iterate_top4()
191 INLINE uint8_t crc_iterate(uint8_t crc, uint8_t next) { in crc_iterate()
199 INLINE uint8_t crc_iterate(uint8_t crc, uint8_t next) { in crc_iterate()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DImapResponseParser.java88 final int next = in.peek(); in peek() local
102 int next = in.read(); in readByte() local
182 final int next = readByte(); in expect() local
261 final int next = peek(); in parseResponse() local
297 final int next = peek(); in parseElement() local
378 final int next = peek(); in parseElements() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DTestingSettingsBroadcastReceiverTest.java54 final Intent next = Shadows.shadowOf(mApplication).getNextStartedActivity(); in onReceive_nullIntent_shouldNotCrash() local
65 final Intent next = Shadows.shadowOf(mApplication).getNextStartedActivity(); in onReceive_wrongIntent_shouldNotStartActivity() local
76 final Intent next = Shadows.shadowOf(mApplication).getNextStartedActivity(); in onReceive_correctIntent_shouldStartActivity() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/
DMockRandom.java65 protected synchronized int next(int bits) { in next() method in MockRandom
86 double next = mDoubleValues[mNextDoubleIndex]; in nextDouble() local
117 long next = mLongValues[mNextLongIndex]; in nextLong() local
/packages/apps/TV/src/com/android/tv/util/
DRecurringRunner.java92 private void postAt(long next) { in postAt()
127 long next = getSharedPreferences().getLong(mName, System.currentTimeMillis()); in getNextRunTime() local
135 long next = System.currentTimeMillis() + mIntervalMs; in resetNextRunTime() local
/packages/modules/Bluetooth/system/osi/src/
Dlist.cc9 struct list_node_t* next; member
146 list_node_t* next = list_free_node_(list, list->head); in list_remove() local
178 list_node_t* next = node->next; in list_foreach() local
209 list_node_t* next = node->next; in list_free_node_() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DBmsgTokenizer.java46 public Property next(boolean alwaysReturn) throws ParseException { in next() method in BmsgTokenizer
70 public Property next() throws ParseException { in next() method in BmsgTokenizer
/packages/modules/Virtualization/libs/libfdt/src/
Diterators.rs38 fn next(&mut self) -> Option<Self::Item> { in next() method
75 fn next(&mut self) -> Option<Self::Item> { in next() method
128 fn next(&mut self) -> Option<Self::Item> { in next() method
129 let next = self.reg.next()?; in next() localVariable
184 fn next(&mut self) -> Option<Self::Item> { in next() method
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
DEvent.java116 final Event next) { in Event()
150 final Event next, final boolean isKeyRepeat) { in createHardwareKeypressEvent()
159 public static Event createDeadEvent(final int codePoint, final int keyCode, final Event next) { in createDeadEvent()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/examplestore/
DExampleIterator.java28 byte[] next() throws InterruptedException; in next() method
DFederatedExampleIterator.java124 public byte[] next() throws InterruptedException { in next() method in FederatedExampleIterator
264 private IteratorResult next() { in next() method in FederatedExampleIterator.ProxyIteratorWrapper
/packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/aidl/
DIExampleStoreIterator.aidl29 void next(in IExampleStoreIteratorCallback callback); in next() method
/packages/services/Telephony/src/com/android/services/telephony/rcs/validator/
DSipMessageValidator.java40 default SipMessageValidator andThen(SipMessageValidator next) { in andThen()
/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/
DPushBackIterator.java43 public E next() { in next() method in PushBackIterator
/packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/
DExampleStoreIterator.java33 void next(@NonNull IteratorCallback callback); in next() method
/packages/apps/Launcher3/src/com/android/launcher3/util/
DIntSparseArrayMap.java56 public E next() { in next() method in IntSparseArrayMap.ValueIterator
/packages/services/Car/procfs-inspector/server/
Ddirectory.cpp57 procfsinspector::Directory::Entry procfsinspector::Directory::next(unsigned char type) { in next() function in procfsinspector::Directory
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/
DPreferenceExtensions.kt26 override fun next() = getPreference(index++) in iterator() method
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DFileUtils.java601 public String next() { in buildUniqueNameIterator() method
622 public String next() { in buildUniqueNameIterator() method
641 public String next() { in buildUniqueNameIterator() method
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DIntHistogram.java81 int next = bucketBoundaries[i + 1]; in IntHistogram() local
244 public Bucket next() { in iterator() method
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/examplestore/
DSampleExampleStoreService.java83 public synchronized void next(IteratorCallback callback) { in next() method in SampleExampleStoreService.ListExampleStoreIterator
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dbinary_dictionary_bigrams_iterator.h47 AK_FORCE_INLINE void next() { in next() function
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/hal/test/
DUtils.java60 public SparseArrayEntry<T> next() { in next() method in Utils.SparseArrayIterator
/packages/modules/Bluetooth/system/gd/l2cap/internal/
Dbasic_mode_channel_data_controller.cc50 auto next = std::move(pdu_queue_.front()); in GetNextPacket() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DSplineMath.java39 double[] next = null; in calculatetCurve() local
79 double[] next = null; in getValue() local

12345