| /frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
| D | EventStreamTransformation.java | 69 EventStreamTransformation next = getNext(); in onMotionEvent() local 82 EventStreamTransformation next = getNext(); in onKeyEvent() local 94 EventStreamTransformation next = getNext(); in onAccessibilityEvent() local 105 public void setNext(EventStreamTransformation next); in setNext() 120 EventStreamTransformation next = getNext(); in clearEvents() local
|
| D | BaseEventStreamTransformation.java | 23 public void setNext(EventStreamTransformation next) { in setNext()
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
| D | MotionEventInjectorTest.java | 197 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming() local 253 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testRegularEvent_afterGestureComplete_shouldPassToNext() local 264 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testInjectEvents_withRealGestureUnderway_shouldCancelRealAndPassInjected() local 281 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected() local 296 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testInjectEvents_withRealGestureFinished_shouldJustPassInjected() local 317 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testOnMotionEvents_openInjectedGestureInProgress_shouldCancelAndNotifyAndPassReal() local 333 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testOnMotionEvents_fromMouseWithInjectedGestureInProgress_shouldNotCancelAndPassReal() local 349 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal() local 378 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testInjectEvents_openInjectedGestureInProgress_shouldCancelAndNotifyAndPassNew() local 395 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew() local [all …]
|
| D | AccessibilityInputFilterTest.java | 119 public void setNext(EventStreamTransformation next) { in setNext() 206 EventStreamTransformation next = mEventHandler.get(DEFAULT_DISPLAY); in testEventHandler_shouldHaveCorrectOrderForEventStreamTransformation() local 356 EventStreamTransformation next = mEventHandler.get(displayId); in getMagnificationGestureHandlerFromEventHandler() local
|
| /frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
| D | macros.h | 55 #define _PDX_APPLY_1(macro, head, next, ...) \ argument 59 #define _PDX_APPLY_2(macro, head, next, ...) \ argument 74 #define _PDX_APPLY_LIST_1(macro, head, next, ...) \ argument 80 #define _PDX_APPLY_LIST_2(macro, head, next, ...) \ argument 85 #define _PDX_APPLY_LIST_0(macro, head, next, ...) \ argument 101 #define _PDX_APPLY_BINARY_1(macro, arg, head, next, ...) \ argument 106 #define _PDX_APPLY_BINARY_2(macro, arg, head, next, ...) \ argument 122 #define _PDX_APPLY_BINARY_LIST_1(macro, arg, head, next, ...) \ argument 128 #define _PDX_APPLY_BINARY_LIST_2(macro, arg, head, next, ...) \ argument 134 #define _PDX_APPLY_BINARY_LIST_0(macro, arg, head, next, ...) \ argument
|
| /frameworks/base/core/java/android/content/ |
| D | AttributionSource.java | 116 @Nullable AttributionSource next) { in AttributionSource() 124 @Nullable AttributionSource next) { in AttributionSource() 130 public AttributionSource(@NonNull AttributionSource current, @Nullable AttributionSource next) { in AttributionSource() 136 @Nullable String[] renouncedPermissions, @Nullable AttributionSource next) { in AttributionSource() 142 @Nullable AttributionSource next) { in AttributionSource() 167 public AttributionSource withNextAttributionSource(@Nullable AttributionSource next) { in withNextAttributionSource()
|
| D | ContextParams.java | 58 @Nullable AttributionSource next, in ContextParams() 156 public Builder setNextAttributionSource(@Nullable AttributionSource next) { in setNextAttributionSource()
|
| D | CursorEntityIterator.java | 77 public Entity next() { in next() method in CursorEntityIterator
|
| /frameworks/rs/ |
| D | rsMap.h | 35 LinkNode* next; member 46 LinkNode* next; in ~Map() local 83 LinkNode* next; variable
|
| D | rsList.h | 24 LinkedBuffer* next; variable 46 LinkedBuffer* next; in ~List() local
|
| /frameworks/av/drm/common/ |
| D | DrmMetadata.cpp | 68 const String8& DrmMetadata::KeyIterator::next() { in next() function in DrmMetadata::KeyIterator 113 String8 DrmMetadata::Iterator::next() { in next() function in DrmMetadata::Iterator
|
| D | DrmInfoRequest.cpp | 72 const String8& DrmInfoRequest::KeyIterator::next() { in next() function in DrmInfoRequest::KeyIterator 101 String8& DrmInfoRequest::Iterator::next() { in next() function in DrmInfoRequest::Iterator
|
| D | DrmConstraints.cpp | 65 const String8& DrmConstraints::KeyIterator::next() { in next() function in DrmConstraints::KeyIterator 108 String8 DrmConstraints::Iterator::next() { in next() function in DrmConstraints::Iterator
|
| D | DrmInfo.cpp | 78 const String8& DrmInfo::KeyIterator::next() { in next() function in DrmInfo::KeyIterator 106 String8& DrmInfo::Iterator::next() { in next() function in DrmInfo::Iterator
|
| D | DrmSupportInfo.cpp | 131 String8& DrmSupportInfo::FileSuffixIterator::next() { in next() function in DrmSupportInfo::FileSuffixIterator 155 String8& DrmSupportInfo::MimeTypeIterator::next() { in next() function in DrmSupportInfo::MimeTypeIterator
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | LaunchWarningWindow.java | 30 public LaunchWarningWindow(Context context, ActivityRecord cur, ActivityRecord next) { in LaunchWarningWindow()
|
| /frameworks/base/libs/hwui/utils/ |
| D | RingBuffer.h | 37 T& next() { in next() function
|
| D | LinearAllocator.cpp | 80 Page* next() { return mNextPage; } in next() function in android::uirenderer::LinearAllocator::Page 81 void setNext(Page* next) { mNextPage = next; } in setNext() 115 Page* next = p->next(); in ~LinearAllocator() local
|
| /frameworks/native/opengl/libs/EGL/ |
| D | egl_layers.cpp | 97 PFNEGLGETPROCADDRESSPROC next = reinterpret_cast<PFNEGLGETPROCADDRESSPROC>(gpaNext); in getNextLayerProcAddress() local 179 EGLFuncPointer next) { in ApplyLayer() 195 EGLFuncPointer LayerLoader::ApplyLayers(const char* name, EGLFuncPointer next) { in ApplyLayers()
|
| /frameworks/base/libs/hwui/apex/include/android/graphics/ |
| D | region.h | 67 void next() { ARegionIterator_next(mIterator); } in next() function
|
| /frameworks/av/media/libmediaformatshaper/ |
| D | CodecProperties.h | 118 struct bpp_point *next; member 131 struct qpmax_point *next; member
|
| /frameworks/base/core/tests/coretests/src/android/app/timezonedetector/ |
| D | ShellCommandTestSupport.java | 49 String next = getNext(); in createShellCommandWithArgsAndOptions() local
|
| /frameworks/av/media/libeffects/factory/ |
| D | EffectsFactory.h | 36 struct list_elem_s *next; member 45 struct list_sub_elem_s *next; member
|
| /frameworks/base/core/java/android/metrics/ |
| D | MetricsReader.java | 142 public LogMaker next() { in next() method in MetricsReader 143 final LogMaker next = mPendingQueue.poll(); in next() local
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | RegionIterator.java | 37 public final boolean next(Rect r) { in next() method in RegionIterator
|