Home
last modified time | relevance | path

Searched defs:sourceType (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
DRcsContactUceCapability.java137 public OptionsBuilder(@NonNull Uri contact, @SourceType int sourceType) { in OptionsBuilder()
195 public PresenceBuilder(@NonNull Uri contact, @SourceType int sourceType, in PresenceBuilder()
250 @SourceType int sourceType) { in RcsContactUceCapability()
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/
DRcsContactUceCapabilityWrapper.java50 public RcsContactUceCapabilityWrapper(@NonNull Uri contact, int sourceType, int requestResult) { in RcsContactUceCapabilityWrapper()
/frameworks/base/services/core/java/com/android/server/hdmi/
DTimerRecordingAction.java46 TimerRecordingAction(HdmiCecLocalDevice source, int recorderAddress, int sourceType, in TimerRecordingAction()
DHdmiCecLocalDeviceTv.java1565 void startTimerRecording(int recorderAddress, int sourceType, byte[] recordSource) { in startTimerRecording()
1595 private boolean checkTimerRecordingSource(int sourceType, byte[] recordSource) { in checkTimerRecordingSource()
1601 void clearTimerRecording(int recorderAddress, int sourceType, byte[] recordSource) { in clearTimerRecording()
1626 private void sendClearTimerMessage(final int recorderAddress, int sourceType, in sendClearTimerMessage()
DHdmiControlService.java2810 public void startTimerRecording(final int recorderAddress, final int sourceType, in startTimerRecording()
2826 public void clearTimerRecording(final int recorderAddress, final int sourceType, in clearTimerRecording()
/frameworks/base/packages/SystemUI/scripts/token_alignment/
D.eslintrc.json8 "sourceType": "module" string
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/util/
DFeatureTags.java145 @SourceType int sourceType, List<String> featureTags) { in getContactCapability()
/frameworks/base/media/java/android/media/metrics/
DMediaItemInfo.java160 private MediaItemInfo( in MediaItemInfo()
329 public @NonNull Builder setSourceType(@SourceType int sourceType) { in setSourceType()
/frameworks/base/core/java/android/hardware/hdmi/
DIHdmiControlService.aidl84 void startTimerRecording(int recorderAddress, int sourceType, in byte[] recordSource); in startTimerRecording()
85 void clearTimerRecording(int recorderAddress, int sourceType, in byte[] recordSource); in clearTimerRecording()
DHdmiControlServiceWrapper.java499 public void startTimerRecording(int recorderAddress, int sourceType, byte[] recordSource) {} in startTimerRecording()
502 public void clearTimerRecording(int recorderAddress, int sourceType, byte[] recordSource) {} in clearTimerRecording()
DHdmiRecordSources.java65 /* package */ RecordSource(int sourceType, int extraDataSize) { in RecordSource()
/frameworks/av/media/module/mpeg2ts/test/
DMpeg2tsUnitTest.cpp64 char sourceType = get<1>(params); in SetUp() local
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
DHdmiAudioSystemClientTest.java318 public void startTimerRecording(final int recorderAddress, final int sourceType, in startTimerRecording()
323 public void clearTimerRecording(final int recorderAddress, final int sourceType, in clearTimerRecording()
/frameworks/av/services/mediametrics/
DAudioTypes.cpp506 int32_t lookup<SOURCE_TYPE>(const std::string &sourceType) in lookup()
516 std::string lookup<SOURCE_TYPE>(const std::string &sourceType) in lookup()
/frameworks/base/core/java/com/android/internal/display/
DBrightnessSynchronizer.java393 BrightnessUpdate(int sourceType, float brightness) { in BrightnessUpdate()
/frameworks/base/tools/aapt/
DZipFile.cpp359 const char* storageName, int sourceType, int compressionMethod, in addCommon()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java287 SourceType sourceType in createRowWithRoundness()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java821 public void addOnDetachResetRoundness(SourceType sourceType) { in addOnDetachResetRoundness()
/frameworks/base/services/core/java/com/android/server/am/
DCachedAppOptimizer.java649 public final CompactSource sourceType; field in CachedAppOptimizer.AggregatedSourceCompactionStats
651 AggregatedSourceCompactionStats(CompactSource sourceType) { this.sourceType = sourceType; } in AggregatedSourceCompactionStats()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityMetricsLogger.java471 @VisibleForTesting final @SourceInfo.SourceType int sourceType; field in ActivityMetricsLogger.TransitionInfoSnapshot