HomeSort by relevance Sort by last modified time
    Searched defs:setSource (Results 26 - 50 of 677) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/qcom/display/msm8084/liboverlay/pipes/
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)
226 return mM3d.setSource(args);
277 inline bool M3DPrimaryPipe<CHAN>::setSource(const utils::PipeArgs& args)
282 return mM3d.setSource(args);
344 inline bool S3DExtPipe<CHAN>::setSource(const utils::PipeArgs& args) {
346 return mS3d.setSource(args)
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
overlayCtrlData.h 57 void setSource(const utils::PipeArgs& args);
128 inline void Ctrl::setSource(const utils::PipeArgs& args)
130 mMdp->setSource(args);
overlayMdp.cpp 90 void MdpCtrl::setSource(const utils::PipeArgs& args) {
93 //TODO These are hardcoded. Can be moved out of setSource.
overlayMdpRot.cpp 102 void MdpRot::setSource(const overlay::utils::Whf& awhf) {
  /hardware/qcom/display/msm8960/liboverlay/
overlayCtrlData.h 61 void setSource(const utils::PipeArgs& args);
156 inline void Ctrl::setSource(const utils::PipeArgs& args)
158 mMdp.setSource(args);
overlayMdpRot.cpp 92 void MdpRot::setSource(const overlay::utils::Whf& awhf) {
106 void MdpRot::setSource(const utils::Whf& awhf, const utils::Whf& owhf) {
108 setSource(awhf);
overlayMdssRot.cpp 73 void MdssRot::setSource(const overlay::utils::Whf& awhf) {
88 void MdssRot::setSource(const overlay::utils::Whf& awhf,
90 setSource(awhf);
  /hardware/qcom/display/msm8960/liboverlay/pipes/
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)
226 return mM3d.setSource(args);
277 inline bool M3DPrimaryPipe<CHAN>::setSource(const utils::PipeArgs& args)
282 return mM3d.setSource(args);
344 inline bool S3DExtPipe<CHAN>::setSource(const utils::PipeArgs& args) {
346 return mS3d.setSource(args)
    [all...]
  /hardware/qcom/display/msm8994/liboverlay/
overlayCtrlData.h 57 void setSource(const utils::PipeArgs& args);
128 inline void Ctrl::setSource(const utils::PipeArgs& args)
130 mMdp->setSource(args);
overlayMdp.cpp 91 void MdpCtrl::setSource(const utils::PipeArgs& args) {
94 //TODO These are hardcoded. Can be moved out of setSource.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
Consumed.h 180 void setSource(const Stmt *Source) { this->From = Source; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
Consumed.h 180 void setSource(const Stmt *Source) { this->From = Source; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
Consumed.h 180 void setSource(const Stmt *Source) { this->From = Source; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
Consumed.h 180 void setSource(const Stmt *Source) { this->From = Source; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
Consumed.h 180 void setSource(const Stmt *Source) { this->From = Source; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
Consumed.h 180 void setSource(const Stmt *Source) { this->From = Source; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
Consumed.h 180 void setSource(const Stmt *Source) { this->From = Source; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
Consumed.h 180 void setSource(const Stmt *Source) { this->From = Source; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
Consumed.h 180 void setSource(const Stmt *Source) { this->From = Source; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
Consumed.h 180 void setSource(const Stmt *Source) { this->From = Source; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
Consumed.h 180 void setSource(const Stmt *Source) { this->From = Source; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
Consumed.h 180 void setSource(const Stmt *Source) { this->From = Source; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
Consumed.h 180 void setSource(const Stmt *Source) { this->From = Source; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
Consumed.h 180 void setSource(const Stmt *Source) { this->From = Source; }
  /frameworks/base/core/java/com/android/internal/widget/
ExploreByTouchHelper.java 343 event.setSource(mView, virtualViewId);
411 * <li>{@link AccessibilityNodeInfo#setSource(View, int)}
469 node.setSource(mView, virtualViewId);
695 * see {@link android.view.accessibility.AccessibilityRecord#setSource(View, int)}
747 * {@link AccessibilityNodeInfo#setSource(View, int)}

Completed in 694 milliseconds

12 3 4 5 6 7 8 91011>>