Home
last modified time | relevance | path

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

1234567

/frameworks/rs/
DrsMap.h35 LinkNode* next; member
46 LinkNode* next; in ~Map() local
83 LinkNode* next; variable
DrsList.h24 LinkedBuffer* next; variable
46 LinkedBuffer* next; in ~List() local
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
DBmsgTokenizer.java73 public Property next(boolean alwaysReturn) throws ParseException { in next() method in BmsgTokenizer
97 public Property next() throws ParseException { in next() method in BmsgTokenizer
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
DBmsgTokenizer.java73 public Property next(boolean alwaysReturn) throws ParseException { in next() method in BmsgTokenizer
97 public Property next() throws ParseException { in next() method in BmsgTokenizer
/frameworks/av/drm/common/
DDrmMetadata.cpp68 const String8& DrmMetadata::KeyIterator::next() { in next() function in DrmMetadata::KeyIterator
113 String8 DrmMetadata::Iterator::next() { in next() function in DrmMetadata::Iterator
DDrmInfoRequest.cpp72 const String8& DrmInfoRequest::KeyIterator::next() { in next() function in DrmInfoRequest::KeyIterator
101 String8& DrmInfoRequest::Iterator::next() { in next() function in DrmInfoRequest::Iterator
DDrmConstraints.cpp65 const String8& DrmConstraints::KeyIterator::next() { in next() function in DrmConstraints::KeyIterator
108 String8 DrmConstraints::Iterator::next() { in next() function in DrmConstraints::Iterator
DDrmInfo.cpp78 const String8& DrmInfo::KeyIterator::next() { in next() function in DrmInfo::KeyIterator
106 String8& DrmInfo::Iterator::next() { in next() function in DrmInfo::Iterator
DDrmSupportInfo.cpp131 String8& DrmSupportInfo::FileSuffixIterator::next() { in next() function in DrmSupportInfo::FileSuffixIterator
155 String8& DrmSupportInfo::MimeTypeIterator::next() { in next() function in DrmSupportInfo::MimeTypeIterator
/frameworks/base/tools/aapt2/
DResChunkPullParser.cpp26 ResChunkPullParser::Event ResChunkPullParser::next() { in next() function in aapt::ResChunkPullParser
/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp47 RenderTask* TaskQueue::next() { in next() function in android::uirenderer::renderthread::TaskQueue
75 RenderTask* next = mHead; in queue() local
350 RenderTask* next = mQueue.peek(); in nextTask() local
/frameworks/av/media/libeffects/factory/
DEffectsFactory.h33 struct list_elem_s *next; member
42 struct list_sub_elem_s *next; member
/frameworks/base/services/core/java/com/android/server/am/
DLaunchWarningWindow.java30 public LaunchWarningWindow(Context context, ActivityRecord cur, ActivityRecord next) { in LaunchWarningWindow()
/frameworks/base/libs/hwui/utils/
DRingBuffer.h37 T& next() { in next() function
DLinearAllocator.cpp93 Page* next() { return mNextPage; } in next() function in android::uirenderer::LinearAllocator::Page
94 void setNext(Page* next) { mNextPage = next; } in setNext()
134 Page* next = p->next(); in ~LinearAllocator() local
/frameworks/native/include/private/ui/
DRegionHelper.h116 inline int next(TYPE& head, TYPE& tail, in next() function
182 inline int next(TYPE& top, TYPE& bottom) in next() function
263 inline int next(TYPE& left, TYPE& right) in next() function
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DEventStreamTransformation.java82 public void setNext(EventStreamTransformation next); in setNext()
/frameworks/base/core/java/android/content/
DCursorEntityIterator.java75 public Entity next() { in next() method in CursorEntityIterator
/frameworks/base/graphics/java/android/graphics/
DRegionIterator.java37 public final boolean next(Rect r) { in next() method in RegionIterator
/frameworks/av/media/libstagefright/
DMediaBufferGroup.cpp32 MediaBuffer *next; in ~MediaBufferGroup() local
/frameworks/base/core/java/android/util/
DFastImmutableArraySet.java69 public T next() { in next() method in FastImmutableArraySet.FastIterator
/frameworks/base/tools/aidl/
Daidl_language.h18 struct extra_text_type* next; member
39 struct arg_type *next; member
48 struct interface_item_type* next; member
77 struct document_item_type* next; member
/frameworks/base/core/java/android/view/
DChoreographer.java676 final CallbackRecord next = callbacks.next; in doCallbacks() local
849 public CallbackRecord next; field in Choreographer.CallbackRecord
877 CallbackRecord next = last.next; in extractDueCallbacksLocked() local
915 final CallbackRecord next = callback.next; in removeCallbacksLocked() local
/frameworks/base/core/jni/android/graphics/
DAutoDecodeCancel.cpp37 AutoDecoderCancel* next = fNext; in ~AutoDecoderCancel() local
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLayoutState.java85 View next(RecyclerView.Recycler recycler) { in next() method in LayoutState

1234567