Searched refs:getSource (Results 1 - 25 of 75) 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.cpp30 BCCContext &context = pScript.getSource().getContext();
40 &pScript.getSource().getModule(), &libclcore_source->getModule());
43 if (!pScript.getSource().merge(*libclcore_source,
H A DRSCompiler.cpp37 llvm::Module &module = script.getSource().getModule();
/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/services/core/java/com/android/server/hdmi/
H A DOneTouchRecordAction.java94 if (cmd.getSource() != mRecorderAddress) {
100 Slog.i(TAG, "Got record status:" + recordStatus + " from " + cmd.getSource());
H A DDeviceDiscoveryAction.java248 if (current.mLogicalAddress != cmd.getSource()) {
250 cmd.getSource());
274 if (current.mLogicalAddress != cmd.getSource()) {
276 cmd.getSource());
297 if (current.mLogicalAddress != cmd.getSource()) {
299 cmd.getSource());
H A DHdmiCecMessageCache.java90 int source = message.getSource();
H A DPowerStatusMonitorAction.java74 int sourceAddress = cmd.getSource();
H A DHdmiCecLocalDevice.java327 message.getSource(), version);
361 mAddress, message.getSource(), mDeviceInfo.getDisplayName());
504 mAddress, message.getSource(), mService.getPowerStatus()));
511 mAddress, message.getSource(), Constants.MENU_STATE_ACTIVATED));
520 if (!mService.invokeVendorCommandListeners(mDeviceType, message.getSource(),
533 if (!mService.invokeVendorCommandListeners(mDeviceType, message.getSource(), params,
538 message.getSource() != Constants.ADDR_UNREGISTERED) {
H A DHdmiCecLocalDeviceTv.java378 int logicalAddress = message.getSource();
396 if (getActiveSource().logicalAddress != message.getSource()) {
406 HdmiDeviceInfo inactiveSource = getCecDeviceInfo(message.getSource());
460 int address = message.getSource();
481 updateDevicePowerStatus(command.getSource(), newStatus);
617 int source = message.getSource();
916 if (!canStartArcUpdateAction(message.getSource(), true)) {
918 if (!isConnectedToArcPort(message.getSource())) {
928 message.getSource(), true);
960 message.getSource(), fals
[all...]
/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/core/java/com/android/server/wm/
H A DPointerEventDispatcher.java42 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) {
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
H A DMusicTrack.java94 public String getSource() { method in class:MusicTrack
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp151 sp<AnotherPacketSource> source = getSource(audio);
210 sp<AnotherPacketSource> source = getSource(audio);
221 sp<AnotherPacketSource> otherSource = getSource(!audio);
266 sp<AnotherPacketSource> NuPlayer::RTSPSource::getSource(bool audio) { function in class:android::NuPlayer::RTSPSource
268 sp<MediaSource> source = mTSParser->getSource(
426 sp<AnotherPacketSource> source = getSource(false /* audio */);
431 source = getSource(true /* audio */);
473 sp<AnotherPacketSource> source = getSource(false /* audio */);
478 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.h117 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/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
H A DInputManagerEventInjectionStrategy.java133 if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_POINTER) == 0
160 && ((motionEvent.getSource() & InputDevice.SOURCE_TOUCHPAD) != 0);
H A DEventInjector.java73 int source = event.getSource();
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.h78 sp<MediaSource> getSource(SourceType type);
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp185 lto_passes.run(pScript.getSource().getModule());
235 codegen_passes.run(pScript.getSource().getModule());
248 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/core/java/com/android/server/location/
H A DComprehensiveCountryDetector.java320 "(source: " + detectedCountry.getSource()
328 || detectedCountry.getSource() > Country.COUNTRY_SOURCE_LOCATION)
339 || detectedCountry.getSource() >= Country.COUNTRY_SOURCE_LOCATION) {

Completed in 2996 milliseconds

123