Home
last modified time | relevance | path

Searched refs:getSource (Results 1 – 25 of 80) sorted by relevance

1234

/frameworks/compile/libbcc/lib/Renderscript/
DRSScript.cpp30 BCCContext &context = pScript.getSource().getContext(); in LinkRuntime()
40 &pScript.getSource().getModule(), &libclcore_source->getModule()); in LinkRuntime()
43 if (!pScript.getSource().merge(*libclcore_source, in LinkRuntime()
DRSCompiler.cpp37 llvm::Module &module = script.getSource().getModule(); in addInternalizeSymbolsPass()
/frameworks/base/cmds/input/src/com/android/commands/input/
DInput.java81 inputSource = getSource(inputSource, InputDevice.SOURCE_KEYBOARD); in run()
89 inputSource = getSource(inputSource, InputDevice.SOURCE_KEYBOARD); in run()
103 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN); in run()
110 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN); in run()
122 inputSource = getSource(inputSource, InputDevice.SOURCE_TRACKBALL); in run()
128 inputSource = getSource(inputSource, InputDevice.SOURCE_TRACKBALL); in run()
175 if (source != e.getSource()) { in sendText()
267 private static final int getSource(int inputSource, int defaultSource) { in getSource() method in Input
/frameworks/compile/libbcc/include/bcc/
DScript.h53 inline Source &getSource() in getSource() function
55 inline const Source &getSource() const in getSource() function
/frameworks/base/services/core/java/com/android/server/hdmi/
DDeviceDiscoveryAction.java248 if (current.mLogicalAddress != cmd.getSource()) { in handleReportPhysicalAddress()
250 cmd.getSource()); in handleReportPhysicalAddress()
274 if (current.mLogicalAddress != cmd.getSource()) {
276 cmd.getSource());
297 if (current.mLogicalAddress != cmd.getSource()) {
299 cmd.getSource());
DOneTouchRecordAction.java94 if (cmd.getSource() != mRecorderAddress) { in handleRecordStatus()
100 Slog.i(TAG, "Got record status:" + recordStatus + " from " + cmd.getSource()); in handleRecordStatus()
DHdmiCecLocalDeviceTv.java378 int logicalAddress = message.getSource(); in handleActiveSource()
396 if (getActiveSource().logicalAddress != message.getSource()) { in handleInactiveSource()
406 HdmiDeviceInfo inactiveSource = getCecDeviceInfo(message.getSource()); in handleInactiveSource()
460 int address = message.getSource(); in handleReportPhysicalAddress()
481 updateDevicePowerStatus(command.getSource(), newStatus); in handleReportPowerStatus()
617 int source = message.getSource(); in handleSetOsdName()
916 if (!canStartArcUpdateAction(message.getSource(), true)) { in handleInitiateArc()
918 if (!isConnectedToArcPort(message.getSource())) { in handleInitiateArc()
928 message.getSource(), true); in handleInitiateArc()
960 message.getSource(), false); in handleTerminateArc()
[all …]
DHdmiCecLocalDevice.java327 message.getSource(), version); in handleGetCecVersion()
361 mAddress, message.getSource(), mDeviceInfo.getDisplayName()); in handleGiveOsdName()
504 mAddress, message.getSource(), mService.getPowerStatus())); in handleGiveDevicePowerStatus()
511 mAddress, message.getSource(), Constants.MENU_STATE_ACTIVATED)); in handleMenuRequest()
520 if (!mService.invokeVendorCommandListeners(mDeviceType, message.getSource(), in handleVendorCommand()
533 if (!mService.invokeVendorCommandListeners(mDeviceType, message.getSource(), params, in handleVendorCommandWithId()
538 message.getSource() != Constants.ADDR_UNREGISTERED) { in handleVendorCommandWithId()
DHdmiCecMessageCache.java90 int source = message.getSource(); in cacheMessage()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTSPSource.cpp151 sp<AnotherPacketSource> source = getSource(audio); in getFormatMeta()
210 sp<AnotherPacketSource> source = getSource(audio); in dequeueAccessUnit()
221 sp<AnotherPacketSource> otherSource = getSource(!audio); in dequeueAccessUnit()
266 sp<AnotherPacketSource> NuPlayer::RTSPSource::getSource(bool audio) { in getSource() function in android::NuPlayer::RTSPSource
268 sp<MediaSource> source = mTSParser->getSource( in getSource()
426 sp<AnotherPacketSource> source = getSource(false /* audio */); in onMessageReceived()
431 source = getSource(true /* audio */); in onMessageReceived()
473 sp<AnotherPacketSource> source = getSource(false /* audio */); in onMessageReceived()
478 source = getSource(true /* audio */); in onMessageReceived()
DStreamingSource.cpp146 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get()); in getFormatMeta()
161 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get()); in dequeueAccessUnit()
/frameworks/base/core/java/android/view/
DInputEvent.java75 public abstract int getSource(); in getSource() method in InputEvent
94 return (getSource() & source) == source; in isFromSource()
DInputEventConsistencyVerifier.java176 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onInputEvent()
203 final int source = event.getSource(); in onKeyEvent()
264 final int source = event.getSource(); in onTrackballEvent()
339 final int source = event.getSource(); in onTouchEvent()
468 final int source = event.getSource(); in onGenericMotionEvent()
532 final int source = keyEvent.getSource(); in onUnhandledEvent()
542 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) { in onUnhandledEvent()
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp185 lto_passes.run(pScript.getSource().getModule()); in runLTO()
235 codegen_passes.run(pScript.getSource().getModule()); in runCodeGen()
248 llvm::Module &module = pScript.getSource().getModule(); in compile()
/frameworks/base/location/java/android/location/
DCountry.java124 public final int getSource() { in getSource() method in Country
169 return mCountryIso.equals(c.getCountryIso()) && mSource == c.getSource(); in equals()
/frameworks/support/v4/java/android/support/v4/view/accessibility/
DAccessibilityRecordCompat.java38 public AccessibilityNodeInfoCompat getSource(Object record); in getSource() method
143 public AccessibilityNodeInfoCompat getSource(Object record) { in getSource() method in AccessibilityRecordCompat.AccessibilityRecordStubImpl
335 public AccessibilityNodeInfoCompat getSource(Object record) { in getSource() method in AccessibilityRecordCompat.AccessibilityRecordIcsImpl
337 AccessibilityRecordCompatIcs.getSource(record)); in getSource()
604 public AccessibilityNodeInfoCompat getSource() { in getSource() method in AccessibilityRecordCompat
605 return IMPL.getSource(mRecord); in getSource()
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
DInputManagerEventInjectionStrategy.java133 if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_POINTER) == 0 in injectMotionEvent()
160 && ((motionEvent.getSource() & InputDevice.SOURCE_TOUCHPAD) != 0); in isFromTouchpadInGlassDevice()
DEventInjector.java73 int source = event.getSource(); in injectKeyEvent()
/frameworks/av/media/libstagefright/mpeg2ts/
DMPEG2TSExtractor.cpp168 (AnotherPacketSource *)mParser->getSource( in init()
179 (AnotherPacketSource *)mParser->getSource( in init()
DATSParser.h78 sp<MediaSource> getSource(SourceType type);
DATSParser.cpp65 sp<MediaSource> getSource(SourceType type);
120 sp<MediaSource> getSource(SourceType type);
422 sp<MediaSource> ATSParser::Program::getSource(SourceType type) { in getSource() function in android::ATSParser::Program
426 sp<MediaSource> source = mStreams.editValueAt(i)->getSource(type); in getSource()
919 sp<MediaSource> ATSParser::Stream::getSource(SourceType type) { in getSource() function in android::ATSParser::Stream
1247 sp<MediaSource> ATSParser::getSource(SourceType type) { in getSource() function in android::ATSParser
1257 sp<MediaSource> source = program->getSource(type); in getSource()
/frameworks/base/services/core/java/com/android/server/location/
DComprehensiveCountryDetector.java320 "(source: " + detectedCountry.getSource() in runAfterDetection()
328 || detectedCountry.getSource() > Country.COUNTRY_SOURCE_LOCATION) in runAfterDetection()
339 || detectedCountry.getSource() >= Country.COUNTRY_SOURCE_LOCATION) { in runAfterDetection()
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
DAccessibilityRecordCompatIcs.java82 public static Object getSource(Object record) { in getSource() method in AccessibilityRecordCompatIcs
83 return ((AccessibilityRecord) record).getSource(); in getSource()
/frameworks/base/services/core/java/com/android/server/wm/
DPointerEventDispatcher.java42 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
DMusicTrack.java94 public String getSource() { in getSource() method in MusicTrack

1234