Searched refs:getSource (Results 1 - 25 of 58) sorted by relevance

123

/frameworks/compile/libbcc/include/bcc/
H A DScript.h53 inline Source &getSource() function in class:bcc::Script
55 inline const Source &getSource() const function in class:bcc::Script
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScript.cpp27 BCCContext &context = pScript.getSource().getContext();
57 &pScript.getSource().getModule(), &libclcore_source->getModule());
60 if (!pScript.getSource().merge(*libclcore_source,
H A DRSCompiler.cpp94 llvm::Module &module = script.getSource().getModule();
H A DRSCompilerDriver.cpp212 info = RSInfo::ExtractFromSource(pScript.getSource(), pDeps);
423 RSInfo *info = RSInfo::ExtractFromSource(pScript.getSource(), dep_info);
/frameworks/base/core/java/android/view/
H A DInputEvent.java75 public abstract int getSource(); method in class:InputEvent
94 return (getSource() & source) == source;
H A DInputEventConsistencyVerifier.java176 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
203 final int source = event.getSource();
264 final int source = event.getSource();
339 final int source = event.getSource();
468 final int source = event.getSource();
532 final int source = keyEvent.getSource();
542 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java81 inputSource = getSource(inputSource, InputDevice.SOURCE_KEYBOARD);
89 inputSource = getSource(inputSource, InputDevice.SOURCE_KEYBOARD);
103 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN);
110 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN);
122 inputSource = getSource(inputSource, InputDevice.SOURCE_TRACKBALL);
128 inputSource = getSource(inputSource, InputDevice.SOURCE_TRACKBALL);
175 if (source != e.getSource()) {
267 private static final int getSource(int inputSource, int defaultSource) { method in class:Input
/frameworks/base/location/java/android/location/
H A DCountry.java124 public final int getSource() { method in class:Country
169 return mCountryIso.equals(c.getCountryIso()) && mSource == c.getSource();
/frameworks/base/services/java/com/android/server/wm/
H A DPointerEventDispatcher.java42 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp148 sp<AnotherPacketSource> source = getSource(audio);
207 sp<AnotherPacketSource> source = getSource(audio);
218 sp<AnotherPacketSource> otherSource = getSource(!audio);
263 sp<AnotherPacketSource> NuPlayer::RTSPSource::getSource(bool audio) { function in class:android::NuPlayer::RTSPSource
265 sp<MediaSource> source = mTSParser->getSource(
423 sp<AnotherPacketSource> source = getSource(false /* audio */);
428 source = getSource(true /* audio */);
470 sp<AnotherPacketSource> source = getSource(false /* audio */);
475 source = getSource(true /* audio */);
H A DStreamingSource.cpp146 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get());
161 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get());
H A DRTSPSource.h118 sp<AnotherPacketSource> getSource(bool audio);
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompatIcs.java82 public static Object getSource(Object record) { method in class:AccessibilityRecordCompatIcs
83 return ((AccessibilityRecord) record).getSource();
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.h78 sp<MediaSource> getSource(SourceType type);
H A DMPEG2TSExtractor.cpp168 (AnotherPacketSource *)mParser->getSource(
179 (AnotherPacketSource *)mParser->getSource(
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp186 lto_passes.run(pScript.getSource().getModule());
236 codegen_passes.run(pScript.getSource().getModule());
249 llvm::Module &module = pScript.getSource().getModule();
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompat.java38 public AccessibilityNodeInfoCompat getSource(Object record); method in interface:AccessibilityRecordCompat.AccessibilityRecordImpl
143 public AccessibilityNodeInfoCompat getSource(Object record) { method in class:AccessibilityRecordCompat.AccessibilityRecordStubImpl
335 public AccessibilityNodeInfoCompat getSource(Object record) { method in class:AccessibilityRecordCompat.AccessibilityRecordIcsImpl
337 AccessibilityRecordCompatIcs.getSource(record));
604 public AccessibilityNodeInfoCompat getSource() { method in class:AccessibilityRecordCompat
605 return IMPL.getSource(mRecord);
/frameworks/base/services/java/com/android/server/location/
H A DComprehensiveCountryDetector.java321 "(source: " + detectedCountry.getSource()
329 || detectedCountry.getSource() > Country.COUNTRY_SOURCE_LOCATION)
340 || detectedCountry.getSource() >= Country.COUNTRY_SOURCE_LOCATION) {
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorAudioPlayer.h75 sp<MediaSource> getSource();
/frameworks/base/core/java/android/text/style/
H A DImageSpan.java162 public String getSource() { method in class:ImageSpan
/frameworks/base/core/java/com/android/internal/http/multipart/
H A DFilePart.java238 protected PartSource getSource() { method in class:FilePart
239 LOG.trace("enter getSource()");
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java297 country1.getSource() == country2.getSource();
/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp187 ASSERT_EQ(AINPUT_SOURCE_GAMEPAD, event.getSource());
199 ASSERT_EQ(AINPUT_SOURCE_JOYSTICK, event.getSource());
303 ASSERT_EQ(AINPUT_SOURCE_TOUCHSCREEN, event->getSource());
435 ASSERT_EQ(AINPUT_SOURCE_JOYSTICK, event.getSource());
H A DInputPublisherAndConsumer_test.cpp104 EXPECT_EQ(source, keyEvent->getSource());
187 EXPECT_EQ(source, motionEvent->getSource());
/frameworks/base/core/jni/
H A Dandroid_view_InputEventSender.cpp116 event->getDeviceId(), event->getSource(), event->getAction(), event->getFlags(),
137 event->getDeviceId(), event->getSource(), event->getAction(), event->getFlags(),

Completed in 558 milliseconds

123