/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSScript.cpp | 30 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()
|
D | RSCompiler.cpp | 37 llvm::Module &module = script.getSource().getModule(); in addInternalizeSymbolsPass()
|
/frameworks/base/cmds/input/src/com/android/commands/input/ |
D | Input.java | 81 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/ |
D | Script.h | 53 inline Source &getSource() in getSource() function 55 inline const Source &getSource() const in getSource() function
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | DeviceDiscoveryAction.java | 248 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());
|
D | OneTouchRecordAction.java | 94 if (cmd.getSource() != mRecorderAddress) { in handleRecordStatus() 100 Slog.i(TAG, "Got record status:" + recordStatus + " from " + cmd.getSource()); in handleRecordStatus()
|
D | HdmiCecLocalDeviceTv.java | 378 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 …]
|
D | HdmiCecLocalDevice.java | 327 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()
|
D | HdmiCecMessageCache.java | 90 int source = message.getSource(); in cacheMessage()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | RTSPSource.cpp | 151 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()
|
D | StreamingSource.cpp | 146 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/ |
D | InputEvent.java | 75 public abstract int getSource(); in getSource() method in InputEvent 94 return (getSource() & source) == source; in isFromSource()
|
D | InputEventConsistencyVerifier.java | 176 } 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/ |
D | Compiler.cpp | 185 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/ |
D | Country.java | 124 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/ |
D | AccessibilityRecordCompat.java | 38 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/ |
D | InputManagerEventInjectionStrategy.java | 133 if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_POINTER) == 0 in injectMotionEvent() 160 && ((motionEvent.getSource() & InputDevice.SOURCE_TOUCHPAD) != 0); in isFromTouchpadInGlassDevice()
|
D | EventInjector.java | 73 int source = event.getSource(); in injectKeyEvent()
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | MPEG2TSExtractor.cpp | 168 (AnotherPacketSource *)mParser->getSource( in init() 179 (AnotherPacketSource *)mParser->getSource( in init()
|
D | ATSParser.h | 78 sp<MediaSource> getSource(SourceType type);
|
D | ATSParser.cpp | 65 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/ |
D | ComprehensiveCountryDetector.java | 320 "(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/ |
D | AccessibilityRecordCompatIcs.java | 82 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/ |
D | PointerEventDispatcher.java | 42 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
|
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/ |
D | MusicTrack.java | 94 public String getSource() { in getSource() method in MusicTrack
|