| /packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/ |
| D | framing.c | 156 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/ |
| D | ImapResponseParser.java | 88 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/ |
| D | TestingSettingsBroadcastReceiverTest.java | 54 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/ |
| D | MockRandom.java | 65 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/ |
| D | RecurringRunner.java | 92 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/ |
| D | list.cc | 9 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/ |
| D | BmsgTokenizer.java | 46 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/ |
| D | iterators.rs | 38 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/ |
| D | Event.java | 116 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/ |
| D | ExampleIterator.java | 28 byte[] next() throws InterruptedException; in next() method
|
| D | FederatedExampleIterator.java | 124 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/ |
| D | IExampleStoreIterator.aidl | 29 void next(in IExampleStoreIteratorCallback callback); in next() method
|
| /packages/services/Telephony/src/com/android/services/telephony/rcs/validator/ |
| D | SipMessageValidator.java | 40 default SipMessageValidator andThen(SipMessageValidator next) { in andThen()
|
| /packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/ |
| D | PushBackIterator.java | 43 public E next() { in next() method in PushBackIterator
|
| /packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/ |
| D | ExampleStoreIterator.java | 33 void next(@NonNull IteratorCallback callback); in next() method
|
| /packages/apps/Launcher3/src/com/android/launcher3/util/ |
| D | IntSparseArrayMap.java | 56 public E next() { in next() method in IntSparseArrayMap.ValueIterator
|
| /packages/services/Car/procfs-inspector/server/ |
| D | directory.cpp | 57 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/ |
| D | PreferenceExtensions.kt | 26 override fun next() = getPreference(index++) in iterator() method
|
| /packages/providers/MediaProvider/src/com/android/providers/media/util/ |
| D | FileUtils.java | 601 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/ |
| D | IntHistogram.java | 81 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/ |
| D | SampleExampleStoreService.java | 83 public synchronized void next(IteratorCallback callback) { in next() method in SampleExampleStoreService.ListExampleStoreIterator
|
| /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
| D | binary_dictionary_bigrams_iterator.h | 47 AK_FORCE_INLINE void next() { in next() function
|
| /packages/services/Car/vehicle-hal-support-lib/src/com/android/car/hal/test/ |
| D | Utils.java | 60 public SparseArrayEntry<T> next() { in next() method in Utils.SparseArrayIterator
|
| /packages/modules/Bluetooth/system/gd/l2cap/internal/ |
| D | basic_mode_channel_data_controller.cc | 50 auto next = std::move(pdu_queue_.front()); in GetNextPacket() local
|
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
| D | SplineMath.java | 39 double[] next = null; in calculatetCurve() local 79 double[] next = null; in getValue() local
|