/aosp12/hardware/qcom/display/msm8960/liboverlay/pipes/ |
H A D | overlay3DPipe.h | 60 bool setSource(const utils::PipeArgs& args); 90 bool setSource(const utils::PipeArgs& args); 120 bool setSource(const utils::PipeArgs& args); 150 bool setSource(const utils::PipeArgs& args); 221 inline bool M3DExtPipe<CHAN>::setSource(const utils::PipeArgs& args) in setSource() function 226 return mM3d.setSource(args); in setSource() 277 inline bool M3DPrimaryPipe<CHAN>::setSource(const utils::PipeArgs& args) in setSource() function 282 return mM3d.setSource(args); in setSource() 344 inline bool S3DExtPipe<CHAN>::setSource(const utils::PipeArgs& args) { in setSource() function 346 return mS3d.setSource(args); in setSource() [all …]
|
H A D | overlayGenPipe.cpp | 91 void GenericPipe::setSource(const utils::PipeArgs& args) { in setSource() function in overlay::GenericPipe 97 mRot->setSource(args.whf); in setSource() 99 mCtrlData.ctrl.setSource(args); in setSource()
|
/aosp12/hardware/qcom/display/msm8084/liboverlay/pipes/ |
H A D | overlay3DPipe.h | 60 bool setSource(const utils::PipeArgs& args); 90 bool setSource(const utils::PipeArgs& args); 120 bool setSource(const utils::PipeArgs& args); 150 bool setSource(const utils::PipeArgs& args); 221 inline bool M3DExtPipe<CHAN>::setSource(const utils::PipeArgs& args) in setSource() function 226 return mM3d.setSource(args); in setSource() 277 inline bool M3DPrimaryPipe<CHAN>::setSource(const utils::PipeArgs& args) in setSource() function 282 return mM3d.setSource(args); in setSource() 344 inline bool S3DExtPipe<CHAN>::setSource(const utils::PipeArgs& args) { in setSource() function 346 return mS3d.setSource(args); in setSource() [all …]
|
H A D | overlayGenPipe.cpp | 45 void GenericPipe::setSource(const utils::PipeArgs& args) { in setSource() function in overlay::GenericPipe 47 mCtrl->setSource(args); in setSource()
|
/aosp12/hardware/qcom/display/msm8960/liboverlay/ |
H A D | overlayRotator.h | 85 virtual void setSource(const utils::Whf& wfh) = 0; 86 virtual void setSource(const utils::Whf& awhf, const utils::Whf& owhf) = 0; 120 virtual void setSource(const utils::Whf& wfh); 121 virtual void setSource(const utils::Whf& awhf, const utils::Whf& owhf); 179 virtual void setSource(const utils::Whf& whf); 180 virtual void setSource(const utils::Whf& awhf, const utils::Whf& owhf);
|
H A D | overlayCtrlData.h | 61 void setSource(const utils::PipeArgs& args); 156 inline void Ctrl::setSource(const utils::PipeArgs& args) in setSource() function 158 mMdp.setSource(args); in setSource()
|
H A D | overlayCtrl.cpp | 39 bool Ctrl::setSource(const utils::PipeArgs& args) in setSource() function in overlay::Ctrl 41 return mMdp.setSource(args); in setSource()
|
H A D | overlayMdssRot.cpp | 73 void MdssRot::setSource(const overlay::utils::Whf& awhf) { in setSource() function in overlay::MdssRot 88 void MdssRot::setSource(const overlay::utils::Whf& awhf, in setSource() function in overlay::MdssRot 90 setSource(awhf); in setSource()
|
H A D | overlayMdpRot.cpp | 92 void MdpRot::setSource(const overlay::utils::Whf& awhf) { in setSource() function in overlay::MdpRot 106 void MdpRot::setSource(const utils::Whf& awhf, const utils::Whf& owhf) { in setSource() function in overlay::MdpRot 108 setSource(awhf); in setSource()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
H A D | MagnificationGestureHandlerTest.java | 71 downEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN); in onMotionEvent_isFromScreen_onMotionEventInternal() 85 downEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN); in onMotionEvent_downEvent_handleInteractionStart() 99 upEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN); in onMotionEvent_upEvent_handleInteractionEnd() 113 cancelEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN); in onMotionEvent_cancelEvent_handleInteractionEnd()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | MotionEventTest.java | 94 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in testCalculatesCursorPositionForTouchscreenEvents() 104 event.setSource(InputDevice.SOURCE_MOUSE); in testCalculatesCursorPositionForSimpleMouseEvents() 115 event.setSource(InputDevice.SOURCE_MOUSE); in testCalculatesCursorPositionForSimpleMouseEventsWithOffset() 212 event.setSource(InputDevice.SOURCE_JOYSTICK); in testLocationOffsetOnlyAppliedToNonPointerSources()
|
/aosp12/frameworks/compile/mclinker/unittests/ |
H A D | StaticResolverTest.cpp | 71 new_sym->setSource(true); in TEST_F() 72 old_sym->setSource(true); in TEST_F() 98 new_sym->setSource(true); in TEST_F() 99 old_sym->setSource(true); in TEST_F() 125 new_sym->setSource(true); in TEST_F() 126 old_sym->setSource(true); in TEST_F() 172 new_sym->setSource(true); in TEST_F() 173 old_sym->setSource(true); in TEST_F()
|
/aosp12/hardware/qcom/display/msm8226/liboverlay/ |
H A D | overlayCtrl.cpp | 39 bool Ctrl::setSource(const utils::PipeArgs& args) in setSource() function in overlay::Ctrl 41 return mMdp.setSource(args); in setSource()
|
H A D | overlayCtrlData.h | 57 void setSource(const utils::PipeArgs& args); 128 inline void Ctrl::setSource(const utils::PipeArgs& args) in setSource() function 130 mMdp->setSource(args); in setSource()
|
H A D | overlayRotator.h | 71 virtual void setSource(const utils::Whf& wfh) = 0; 111 virtual void setSource(const utils::Whf& wfh); 170 virtual void setSource(const utils::Whf& wfh);
|
/aosp12/hardware/qcom/display/msm8994/liboverlay/ |
H A D | overlayCtrlData.h | 57 void setSource(const utils::PipeArgs& args); 128 inline void Ctrl::setSource(const utils::PipeArgs& args) in setSource() function 130 mMdp->setSource(args); in setSource()
|
H A D | overlayRotator.h | 71 virtual void setSource(const utils::Whf& wfh) = 0; 135 virtual void setSource(const utils::Whf& wfh); 207 virtual void setSource(const utils::Whf& wfh);
|
/aosp12/hardware/qcom/display/msm8084/liboverlay/ |
H A D | overlayCtrlData.h | 57 void setSource(const utils::PipeArgs& args); 128 inline void Ctrl::setSource(const utils::PipeArgs& args) in setSource() function 130 mMdp->setSource(args); in setSource()
|
H A D | overlayRotator.h | 71 virtual void setSource(const utils::Whf& wfh) = 0; 106 virtual void setSource(const utils::Whf& wfh); 163 virtual void setSource(const utils::Whf& wfh);
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/helpers/ |
H A D | Image.java | 156 setSource(SOURCE_URI); in setImage() 165 setSource(SOURCE_BITMAP); in setImage() 221 private void setSource(int source) { in setSource() method in Image
|
/aosp12/hardware/qcom/display/msm8994/liboverlay/pipes/ |
H A D | overlayGenPipe.cpp | 44 void GenericPipe::setSource(const utils::PipeArgs& args) { in setSource() function in overlay::GenericPipe 45 mCtrl->setSource(args); in setSource()
|
/aosp12/hardware/qcom/display/msm8226/liboverlay/pipes/ |
H A D | overlayGenPipe.cpp | 44 void GenericPipe::setSource(const utils::PipeArgs& args) { in setSource() function in overlay::GenericPipe 45 mCtrl->setSource(args); in setSource()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
H A D | AccessibilityCacheTest.java | 459 event.setSource(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in subTreeChangeEvent_clearsNodeAndChild() 478 event.setSource(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in subTreeChangeEventFromUncachedNode_clearsNodeInCache() 492 event.setSource(getMockViewWithA11yAndWindowIds(PARENT_VIEW_ID, WINDOW_ID_1)); in scrollEvent_clearsNodeAndChild() 555 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1)); in nodeSourceOfA11yFocusEvent_getsRefreshed() 572 event.setSource(getMockViewWithA11yAndWindowIds(OTHER_VIEW_ID, WINDOW_ID_1)); in nodeWithA11yFocusWhenAnotherNodeGetsFocus_getsRemoved() 589 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1)); in nodeWithA11yFocusClearsIt_refreshes() 606 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1)); in nodeSourceOfInputFocusEvent_getsRefreshed() 623 event.setSource(getMockViewWithA11yAndWindowIds(OTHER_VIEW_ID, WINDOW_ID_1)); in nodeWithInputFocusWhenAnotherNodeGetsFocus_getsRemoved() 778 event.setSource(getMockViewWithA11yAndWindowIds(SINGLE_VIEW_ID, WINDOW_ID_1)); in assertNodeIsRefreshedWithEventType()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | EditorTouchStateTest.java | 191 event1.setSource(InputDevice.SOURCE_MOUSE); in testUpdate_tripleClick_mouse() 198 event2.setSource(InputDevice.SOURCE_MOUSE); in testUpdate_tripleClick_mouse() 205 event3.setSource(InputDevice.SOURCE_MOUSE); in testUpdate_tripleClick_mouse() 213 event4.setSource(InputDevice.SOURCE_MOUSE); in testUpdate_tripleClick_mouse() 221 event5.setSource(InputDevice.SOURCE_MOUSE); in testUpdate_tripleClick_mouse()
|
/aosp12/hardware/qcom/display/msm8960/libhwcomposer/ |
H A D | hwc_fbupdate.cpp | 93 ov.setSource(parg, dest); in configure() 205 ov.setSource(pargL, destL); in configure() 216 ov.setSource(pargR, destR); in configure()
|