Home
last modified time | relevance | path

Searched refs:entryType (Results 1 – 21 of 21) sorted by relevance

/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java101 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 DDropdownChipLayouter.java185 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 DBugleRecipientEntry.java30 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 DBatteryConsumerData.java53 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 DBatteryStatsViewerActivity.java279 switch (entry.entryType) { in onBindViewHolder()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DShortcutViewUtils.java66 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 DEmergencyDialer.java1171 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 DPeopleBackupHelper.java202 SharedFileEntryType entryType = getEntryType(entry); in backupKey() local
203 switch(entryType) { in backupKey()
/aosp12/frameworks/base/core/java/android/content/
H A DIntent.java11048 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 DVtsHalCameraProviderV2_4TargetTest.cpp8715 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 Domx_vdec_copper.cpp3298 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 Domx_vdec.cpp3507 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 DMediaCodec.cpp1867 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 Domx_vdec.cpp3345 … 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 Domx_vdec_hevc.cpp3138 … 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 Domx_vdec_hevc_swvdec.cpp3812 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 Domx_vdec_msm8974.cpp3914 … 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 Domx_vdec_hevc.cpp3117 … 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 Domx_vdec_hevc_swvdec.cpp3884 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 Domx_vdec_v4l2.cpp4564 … 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 Domx_vdec_v4l2.cpp4902 … 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()