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

12 3 4 5 6 7 8 91011>>

  /hardware/qcom/display/msm8226/liboverlay/
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);
  /hardware/qcom/display/msm8909/liboverlay/
overlayCtrlData.h 57 void setSource(const utils::PipeArgs& args);
128 inline void Ctrl::setSource(const utils::PipeArgs& args)
130 mMdp->setSource(args);
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);
  /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);
  /hardware/qcom/display/msm8960/liboverlay/pipes/
overlayGenPipe.cpp 91 void GenericPipe::setSource(const utils::PipeArgs& args) {
97 mRot->setSource(args.whf);
99 mCtrlData.ctrl.setSource(args);
  /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);
  /hardware/qcom/display/msm8084/liboverlay/pipes/
overlayGenPipe.cpp 45 void GenericPipe::setSource(const utils::PipeArgs& args) {
47 mCtrl->setSource(args);
  /development/apps/Development/src/com/android/development/
ArrayAdapter.java 36 public void setSource(List<E> list) {
  /external/icu/icu4c/source/common/unicode/
caniter.h 117 void setSource(const UnicodeString &newSource, UErrorCode &status);
  /frameworks/base/core/java/android/view/
InputEvent.java 83 public abstract void setSource(int source);
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
MouseUiController.java 67 event.setSource(InputDevice.SOURCE_MOUSE);
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
MusicTrack.java 98 public void setSource(String mSource) {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Util.java 59 record.setSource(view);
  /packages/apps/Dialer/src/com/android/dialer/service/
CachedNumberLookupService.java 22 public void setSource(int sourceType, String name, long directoryId);
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
AccessibilityUtils.java 46 arc.setSource(view);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
publisher-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jmf.jar 
  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 44 (*result)->setSource(pIsDyn);
81 new_symbol->setSource(pIsDyn);
  /frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp 71 new_sym->setSource(true);
72 old_sym->setSource(true);
98 new_sym->setSource(true);
99 old_sym->setSource(true);
125 new_sym->setSource(true);
126 old_sym->setSource(true);
172 new_sym->setSource(true);
173 old_sym->setSource(true);
  /frameworks/support/v4/ics/android/support/v4/view/accessibility/
AccessibilityRecordCompatIcs.java 186 public static void setSource(Object record, View source) {
187 ((AccessibilityRecord) record).setSource(source);
  /external/deqp/framework/randomshaders/
rsgShader.hpp 107 void setSource (const char* source) { m_source = source; }
  /external/v8/test/mjsunit/
debug-set-script-source.js 38 event_data.script().setSource(event_data.script().source() +
42 event_data.script().setSource("a=1 //# sourceURL=wrong_location");
  /frameworks/av/include/media/stagefright/
AudioPlayer.h 53 void setSource(const sp<IMediaSource> &source);
  /frameworks/base/tools/aapt2/compile/
PseudolocaleGenerator.cpp 112 localizedString->setSource(string->getSource());
143 localized->setSource(array->getSource());
161 localized->setSource(plural->getSource());
174 localized->setSource(string->getSource());

Completed in 712 milliseconds

12 3 4 5 6 7 8 91011>>