/frameworks/base/core/java/android/app/slice/ |
D | Slice.java | 400 public Builder addSubSlice(@NonNull Slice slice, @Nullable @SliceSubtype String subType) { in addSubSlice() 413 @Nullable @SliceSubtype String subType) { in addAction() 428 public Builder addText(CharSequence text, @Nullable @SliceSubtype String subType, in addText() 439 public Builder addIcon(Icon icon, @Nullable @SliceSubtype String subType, in addIcon() 452 @Nullable @SliceSubtype String subType, in addRemoteInput() 465 public Builder addInt(int value, @Nullable @SliceSubtype String subType, in addInt() 476 public Slice.Builder addLong(long value, @Nullable @SliceSubtype String subType, in addLong() 490 public Slice.Builder addBundle(Bundle bundle, @Nullable @SliceSubtype String subType, in addBundle()
|
D | SliceItem.java | 130 public SliceItem(Object obj, @SliceType String format, String subType, in SliceItem() 138 public SliceItem(Object obj, @SliceType String format, String subType, in SliceItem() 149 public SliceItem(PendingIntent intent, Slice slice, String format, String subType, in SliceItem()
|
/frameworks/av/services/mediaresourcemanager/ |
D | ProcessPriorityReclaimPolicy.cpp | 49 MediaResource::SubType subType = reclaimRequestInfo.mResources[0].subType; in getClients() local 67 MediaResource::SubType subType = reclaimRequestInfo.mResources[index].subType; in getClients() local 106 MediaResource::Type type, MediaResource::SubType subType, in getBiggestClientFromLowestPriority()
|
D | ClientImportanceReclaimPolicy.cpp | 46 MediaResource::SubType subType = reclaimRequestInfo.mResources[0].subType; in getClients() local 54 MediaResource::SubType subType = reclaimRequestInfo.mResources[index].subType; in getClients() local
|
D | ResourceTracker.cpp | 30 inline bool isHwCodec(MediaResource::SubType subType) { in isHwCodec() 37 static bool hasResourceType(MediaResource::Type type, MediaResource::SubType subType, in hasResourceType() 394 MediaResource::SubType subType = MediaResource::SubType::kUnspecifiedSubType; in getClientsMarkedPendingRemoval() local 451 MediaResource::SubType subType = resourceRequestInfo.mResource->subType; in getAllClients() local 468 bool ResourceTracker::getLowestPriorityPid(MediaResource::Type type, MediaResource::SubType subType, in getLowestPriorityPid() 503 bool ResourceTracker::getLowestPriorityPid(MediaResource::Type type, MediaResource::SubType subType, in getLowestPriorityPid() 541 MediaResource::SubType subType, in getBiggestClientPendingRemoval() 580 MediaResource::Type type, MediaResource::SubType subType, in getBiggestClient() 639 MediaResource::SubType subType, in getLeastImportantBiggestClient() 768 MediaResource::SubType subType = resourceRequestInfo.mResource->subType; in getNonConflictingClients() local
|
D | ResourceManagerServiceUtils.cpp | 142 bool hasResourceType(MediaResource::Type type, MediaResource::SubType subType, in hasResourceType() 164 bool hasResourceType(MediaResource::Type type, MediaResource::SubType subType, in hasResourceType() 175 bool hasResourceType(MediaResource::Type type, MediaResource::SubType subType, in hasResourceType()
|
D | ResourceManagerService.cpp | 932 MediaResource::SubType subType = resourceRequestInfo.mResource->subType; in getAllClients_l() local 968 MediaResource::SubType subType = resourceRequestInfo.mResource->subType; in getLowestPriorityBiggestClient_l() local 996 MediaResource::SubType subType, int *lowestPriorityPid, int *lowestPriority) { in getLowestPriorityPid_l() 1042 MediaResource::SubType subType, ClientInfo& clientInfo) { in getBiggestClientPendingRemoval_l() 1047 MediaResource::SubType subType, ClientInfo& clientInfo, bool pendingRemovalOnly) { in getBiggestClient_l()
|
D | ResourceManagerServiceNew.cpp | 365 MediaResource::Type type, MediaResource::SubType subType, in getLowestPriorityPid_l()
|
/frameworks/av/media/libmedia/ |
D | MediaResource.cpp | 32 MediaResource::MediaResource(Type type, SubType subType, int64_t value) { in MediaResource() 46 MediaResource MediaResource::CodecResource(bool secure, SubType subType, int64_t instanceCount) { in CodecResource() 65 SubType subType = isHardware ? SubType::kHwVideoCodec : SubType::kSwVideoCodec; in VideoBatteryResource() local
|
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
D | UsbDescriptorParser.java | 236 Byte subType = stream.getByte(); in allocDescriptor() local 247 Byte subType = stream.getByte(); in allocDescriptor() local 585 public boolean hasAudioTerminal(int subType, int terminalType) { in hasAudioTerminal() 603 public boolean hasAudioTerminalExcludeType(int subType, int excludedTerminalType) { in hasAudioTerminalExcludeType()
|
D | UsbACEndpoint.java | 55 int length, byte type, byte subType) { in allocDescriptor()
|
/frameworks/base/media/java/android/media/tv/tuner/filter/ |
D | Filter.java | 248 int type, int subType, FilterConfiguration settings); in nativeConfigureFilter() 366 int subType = (s == null) ? mSubtype : s.getType(); in configure() local
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionInfo.java | 329 int carrierId, int profileClass, int subType, @Nullable String groupOwner, in SubscriptionInfo() 350 int carrierId, int profileClass, int subType, @Nullable String groupOwner, in SubscriptionInfo() 372 int carrierId, int profileClass, int subType, @Nullable String groupOwner, in SubscriptionInfo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
D | AssistManager.java | 555 int subType = 0; in toLoggingSubType() local
|
/frameworks/base/media/java/android/media/tv/tuner/ |
D | Tuner.java | 1053 private native Filter nativeOpenFilter(int type, int subType, long bufferSize); in nativeOpenFilter() 2282 public Filter openFilter(@Type int mainType, @Subtype int subType, in openFilter()
|
/frameworks/av/services/mediaresourcemanager/test/ |
D | ResourceManagerService_test.cpp | 850 MediaResource::SubType subType = MediaResource::SubType::kUnspecifiedSubType; in testGetLowestPriorityPid() local
|
/frameworks/base/media/jni/ |
D | android_media_tv_Tuner.cpp | 3960 JNIEnv *env, jobject thiz, jint type, jint subType, jlong bufferSize) { in android_media_tv_Tuner_open_filter()
|