/aosp12/frameworks/opt/chips/src/com/android/ex/chips/ |
H A D | RecipientEntry.java | 101 protected RecipientEntry(int entryType, String displayName, String destination, in RecipientEntry() argument 105 this(entryType, displayName, destination, destinationType, in RecipientEntry() 110 protected RecipientEntry(int entryType, String displayName, String destination, in RecipientEntry() argument 114 mEntryType = entryType; in RecipientEntry() 133 protected RecipientEntry(int entryType, String displayName, String destination, in RecipientEntry() argument 137 this(entryType, displayName, destination, destinationType, destinationLabel, in RecipientEntry()
|
H A D | DropdownChipLayouter.java | 185 final int entryType = entry.getEntryType(); in bindView() local 186 if (entryType == RecipientEntry.ENTRY_TYPE_PERSON) { in bindView() 190 } else if (entryType == RecipientEntry.ENTRY_TYPE_PERMISSION_REQUEST) { in bindView()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | BugleRecipientEntry.java | 30 protected BugleRecipientEntry(final int entryType, final String displayName, in BugleRecipientEntry() argument 35 super(entryType, displayName, destination, destinationType, destinationLabel, contactId, in BugleRecipientEntry()
|
/aosp12/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/ |
H A D | BatteryConsumerData.java | 53 public EntryType entryType; field in BatteryConsumerData.Entry 320 private void addEntry(String title, EntryType entryType, double value1, double value2) { in addEntry() argument 323 entry.entryType = entryType; in addEntry()
|
H A D | BatteryStatsViewerActivity.java | 279 switch (entry.entryType) { in onBindViewHolder()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | ShortcutViewUtils.java | 66 Config(@NonNull Context context, PersistableBundle carrierConfig, int entryType) { in Config() argument 67 mCanEnableShortcutView = canEnableShortcutView(carrierConfig, entryType); in Config() 101 private boolean canEnableShortcutView(PersistableBundle carrierConfig, int entryType) { in canEnableShortcutView() argument 102 if (entryType != EmergencyDialer.ENTRY_TYPE_POWER_MENU) { in canEnableShortcutView()
|
H A D | EmergencyDialer.java | 1171 private String entryTypeToString(int entryType) { in entryTypeToString() argument 1172 switch (entryType) { in entryTypeToString() 1178 return "Unknown-" + entryType; in entryTypeToString()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | PeopleBackupHelper.java | 202 SharedFileEntryType entryType = getEntryType(entry); in backupKey() local 203 switch(entryType) { in backupKey()
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | Intent.java | 11048 char entryType = in toUriInner() local 11060 if (entryType != '\0') { in toUriInner() 11061 uri.append(entryType); in toUriInner()
|
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/ |
H A D | VtsHalCameraProviderV2_4TargetTest.cpp | 8715 int32_t entryType = in verifyRecommendedConfigs() local 8719 ASSERT_TRUE((entryType == in verifyRecommendedConfigs() 8721 (entryType == in verifyRecommendedConfigs() 8733 int32_t entryType = in verifyRecommendedConfigs() local 8737 ASSERT_TRUE((entryType == in verifyRecommendedConfigs() 8739 (entryType == in verifyRecommendedConfigs()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
H A D | omx_vdec_copper.cpp | 3298 OMX_QCOM_PLATFORMPRIVATE_EXTN* entryType = (OMX_QCOM_PLATFORMPRIVATE_EXTN *) paramData; in set_parameter() local 3299 if (entryType->type != OMX_QCOM_PLATFORM_PRIVATE_PMEM) in set_parameter() 3301 …EBUG_PRINT_HIGH("set_parameter: Platform Private entry type (%d) not supported.", entryType->type); in set_parameter()
|
H A D | omx_vdec.cpp | 3507 OMX_QCOM_PLATFORMPRIVATE_EXTN* entryType = (OMX_QCOM_PLATFORMPRIVATE_EXTN *) paramData; in set_parameter() local 3508 if (entryType->type != OMX_QCOM_PLATFORM_PRIVATE_PMEM) in set_parameter() 3510 …EBUG_PRINT_HIGH("set_parameter: Platform Private entry type (%d) not supported.", entryType->type); in set_parameter()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | MediaCodec.cpp | 1867 AMessage::Type entryType; in loadCodecProperties() local 1868 const char *mapSrc = details->getEntryNameAt(ix, &entryType); in loadCodecProperties()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec.cpp | 3345 … OMX_QCOM_PLATFORMPRIVATE_EXTN* entryType = (OMX_QCOM_PLATFORMPRIVATE_EXTN *) paramData; in set_parameter() local 3347 if (entryType->type != OMX_QCOM_PLATFORM_PRIVATE_PMEM) { in set_parameter() 3348 …EBUG_PRINT_HIGH("set_parameter: Platform Private entry type (%d) not supported.", entryType->type); in set_parameter()
|
H A D | omx_vdec_hevc.cpp | 3138 … OMX_QCOM_PLATFORMPRIVATE_EXTN* entryType = (OMX_QCOM_PLATFORMPRIVATE_EXTN *) paramData; in set_parameter() local 3139 if (entryType->type != OMX_QCOM_PLATFORM_PRIVATE_PMEM) { in set_parameter() 3140 …EBUG_PRINT_HIGH("set_parameter: Platform Private entry type (%d) not supported.", entryType->type); in set_parameter()
|
H A D | omx_vdec_hevc_swvdec.cpp | 3812 OMX_QCOM_PLATFORMPRIVATE_EXTN* entryType = (OMX_QCOM_PLATFORMPRIVATE_EXTN *) paramData; in set_parameter() local 3813 if (entryType->type != OMX_QCOM_PLATFORM_PRIVATE_PMEM) in set_parameter() 3815 …EBUG_PRINT_HIGH("set_parameter: Platform Private entry type (%d) not supported.", entryType->type); in set_parameter()
|
H A D | omx_vdec_msm8974.cpp | 3914 … OMX_QCOM_PLATFORMPRIVATE_EXTN* entryType = (OMX_QCOM_PLATFORMPRIVATE_EXTN *) paramData; in set_parameter() local 3915 if (entryType->type != OMX_QCOM_PLATFORM_PRIVATE_PMEM) { in set_parameter() 3916 …EBUG_PRINT_HIGH("set_parameter: Platform Private entry type (%d) not supported.", entryType->type); in set_parameter()
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_hevc.cpp | 3117 … OMX_QCOM_PLATFORMPRIVATE_EXTN* entryType = (OMX_QCOM_PLATFORMPRIVATE_EXTN *) paramData; in set_parameter() local 3118 if (entryType->type != OMX_QCOM_PLATFORM_PRIVATE_PMEM) { in set_parameter() 3119 …EBUG_PRINT_HIGH("set_parameter: Platform Private entry type (%d) not supported.", entryType->type); in set_parameter()
|
H A D | omx_vdec_hevc_swvdec.cpp | 3884 OMX_QCOM_PLATFORMPRIVATE_EXTN* entryType = (OMX_QCOM_PLATFORMPRIVATE_EXTN *) paramData; in set_parameter() local 3885 if (entryType->type != OMX_QCOM_PLATFORM_PRIVATE_PMEM) in set_parameter() 3887 …EBUG_PRINT_HIGH("set_parameter: Platform Private entry type (%d) not supported.", entryType->type); in set_parameter()
|
H A D | omx_vdec_v4l2.cpp | 4564 … OMX_QCOM_PLATFORMPRIVATE_EXTN* entryType = (OMX_QCOM_PLATFORMPRIVATE_EXTN *) paramData; in set_parameter() local 4565 if (entryType->type != OMX_QCOM_PLATFORM_PRIVATE_PMEM) { in set_parameter() 4566 …EBUG_PRINT_HIGH("set_parameter: Platform Private entry type (%d) not supported.", entryType->type); in set_parameter()
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_v4l2.cpp | 4902 … OMX_QCOM_PLATFORMPRIVATE_EXTN* entryType = (OMX_QCOM_PLATFORMPRIVATE_EXTN *) paramData; in set_parameter() local 4903 if (entryType->type != OMX_QCOM_PLATFORM_PRIVATE_PMEM) { in set_parameter() 4904 …EBUG_PRINT_HIGH("set_parameter: Platform Private entry type (%d) not supported.", entryType->type); in set_parameter()
|