/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 | 199 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testInjectEvents_shouldEmergeInOrderWithCorrectTiming() local 255 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testRegularEvent_afterGestureComplete_shouldPassToNext() local 266 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testInjectEvents_withRealGestureUnderway_shouldCancelRealAndPassInjected() local 283 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected() local 298 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testInjectEvents_withRealGestureFinished_shouldJustPassInjected() local 319 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testOnMotionEvents_openInjectedGestureInProgress_shouldCancelAndNotifyAndPassReal() local 335 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testOnMotionEvents_fromMouseWithInjectedGestureInProgress_shouldNotCancelAndPassReal() local 351 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testOnMotionEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassReal() local 380 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testInjectEvents_openInjectedGestureInProgress_shouldCancelAndNotifyAndPassNew() local 397 EventStreamTransformation next = attachMockNext(mMotionEventInjector); in testInjectEvents_closedInjectedGestureInProgress_shouldOnlyNotifyAndPassNew() local [all …]
|
D | AccessibilityInputFilterTest.java | 120 public void setNext(EventStreamTransformation next) { in setNext() 191 EventStreamTransformation next = mEventHandler.get(SECOND_DISPLAY); in testEventHandler_shouldIncreaseAndHaveCorrectOrderAfterOnDisplayAdded() local 244 EventStreamTransformation next = mEventHandler.get(DEFAULT_DISPLAY); in testEventHandler_shouldHaveCorrectOrderForEventStreamTransformation() local 452 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 | 117 @Nullable AttributionSource next) { in AttributionSource() 125 @Nullable AttributionSource next) { in AttributionSource() 131 public AttributionSource(@NonNull AttributionSource current, @Nullable AttributionSource next) { in AttributionSource() 137 @Nullable String[] renouncedPermissions, @Nullable AttributionSource next) { in AttributionSource() 143 @Nullable AttributionSource next) { in AttributionSource() 168 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/base/packages/SystemUI/tests/src/com/android/systemui/log/table/ |
D | TableLogBufferTest.kt | 71 val next = in <lambda>() constant 82 val next = in <lambda>() constant 93 val next = in <lambda>() constant 104 val next = in <lambda>() constant 115 val next = in <lambda>() constant 126 val next = in <lambda>() constant
|
/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 | 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 | 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 | 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/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/utils/ |
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
|
D | RingBuffer.h | 37 T& next() { in next() function
|
/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/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/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/tests/coretests/src/android/app/timezonedetector/ |
D | ShellCommandTestSupport.java | 49 String next = getNext(); in createShellCommandWithArgsAndOptions() local
|