/frameworks/av/media/img_utils/src/ |
D | TiffEntry.cpp | 37 const sp<TiffIfd>* TiffEntry::forceValidType<sp<TiffIfd> >(TagType type, const sp<TiffIfd>* value) { in forceValidType() 47 const uint8_t* TiffEntry::forceValidType<uint8_t>(TagType type, const uint8_t* value) { in forceValidType() 57 const int8_t* TiffEntry::forceValidType<int8_t>(TagType type, const int8_t* value) { in forceValidType() 67 const uint16_t* TiffEntry::forceValidType<uint16_t>(TagType type, const uint16_t* value) { in forceValidType() 77 const int16_t* TiffEntry::forceValidType<int16_t>(TagType type, const int16_t* value) { in forceValidType() 87 const uint32_t* TiffEntry::forceValidType<uint32_t>(TagType type, const uint32_t* value) { in forceValidType() 97 const int32_t* TiffEntry::forceValidType<int32_t>(TagType type, const int32_t* value) { in forceValidType() 107 const double* TiffEntry::forceValidType<double>(TagType type, const double* value) { in forceValidType() 117 const float* TiffEntry::forceValidType<float>(TagType type, const float* value) { in forceValidType() 136 TagType type = getType(); in toString() local
|
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
D | BaseSettingsProviderTest.java | 79 protected void setStringViaFrontEndApiSetting(int type, String name, String value, int userId) { in setStringViaFrontEndApiSetting() 101 protected String getStringViaFrontEndApiSetting(int type, String name, int userId) { in getStringViaFrontEndApiSetting() 123 protected Uri insertStringViaProviderApi(int type, String name, String value, in insertStringViaProviderApi() 136 protected int deleteStringViaProviderApi(int type, String name) { in deleteStringViaProviderApi() 141 protected int updateStringViaProviderApiSetting(int type, String name, String value) { in updateStringViaProviderApiSetting() 150 protected String queryStringViaProviderApi(int type, String name) { in queryStringViaProviderApi() 154 protected String queryStringViaProviderApi(int type, String name, boolean queryStringInQuotes, in queryStringViaProviderApi() 189 protected static void resetSettingsViaShell(int type, int resetMode) throws IOException { in resetSettingsViaShell() 224 protected static void resetToDefaultsViaShell(int type, String packageName) throws IOException { in resetToDefaultsViaShell() 228 protected static void resetToDefaultsViaShell(int type, String packageName, String tag) in resetToDefaultsViaShell() [all …]
|
D | SettingsProviderTest.java | 255 private void testResetModePackageDefaultsCommon(int type) throws Exception { in testResetModePackageDefaultsCommon() 299 private void testResetModePackageDefaultsWithTokensCommon(int type) throws Exception { in testResetModePackageDefaultsWithTokensCommon() 354 private void testResetModeUntrustedDefaultsCommon(int type) throws Exception { in testResetModeUntrustedDefaultsCommon() 396 private void testResetModeUntrustedClearCommon(int type) throws Exception { in testResetModeUntrustedClearCommon() 438 private void testResetModeTrustedDefaultsCommon(int type) throws Exception { in testResetModeTrustedDefaultsCommon() 469 private void doTestQueryStringInBracketsViaProviderApiForType(int type) { in doTestQueryStringInBracketsViaProviderApiForType() 489 private void toTestBulkInsertViaProviderApiForType(int type) { in toTestBulkInsertViaProviderApiForType() 540 private void doTestQueryUpdateDeleteGlobalViaProviderApiForType(int type) throws Exception { in doTestQueryUpdateDeleteGlobalViaProviderApiForType() 577 private void performSetAndGetSettingTestViaFrontEndApi(int type, int userId) in performSetAndGetSettingTestViaFrontEndApi() 589 private void performSetAndGetSettingTestViaProviderApi(int type) in performSetAndGetSettingTestViaProviderApi() [all …]
|
/frameworks/base/core/java/android/app/timezone/ |
D | Utils.java | 24 static int validateVersion(String type, int version) { in validateVersion() 31 static String validateRulesVersion(String type, String rulesVersion) { in validateRulesVersion() 41 static <T> T validateNotNull(String type, T object) { in validateNotNull() 52 static <T> T validateConditionalNull(boolean requireNotNull, String type, T object) { in validateConditionalNull() 61 static <T> T validateNull(String type, T object) { in validateNull()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
D | TonesAutoTest.java | 37 int type; in tonesDtmfTest() local 61 int type; in tonesSupervisoryTest() local 98 int type; in tonesProprietaryTest() local 123 int type; in tonesSimultaneousTest() local 153 int type; in tonesStressTest() local
|
/frameworks/base/core/java/android/app/slice/ |
D | SliceQuery.java | 83 public static List<SliceItem> findAll(SliceItem s, String type) { in findAll() 90 public static List<SliceItem> findAll(SliceItem s, String type, String hints, String nonHints) { in findAll() 97 public static List<SliceItem> findAll(SliceItem s, String type, String[] hints, in findAll() 107 public static SliceItem find(Slice s, String type, String hints, String nonHints) { in find() 114 public static SliceItem find(Slice s, String type) { in find() 121 public static SliceItem find(SliceItem s, String type) { in find() 128 public static SliceItem find(SliceItem s, String type, String hints, String nonHints) { in find() 135 public static SliceItem find(Slice s, String type, String[] hints, String[] nonHints) { in find() 144 public static SliceItem find(SliceItem s, String type, String[] hints, String[] nonHints) { in find()
|
/frameworks/base/core/java/com/android/server/ |
D | LocalServices.java | 45 public static <T> T getService(Class<T> type) { in getService() 54 public static <T> void addService(Class<T> type, T service) { in addService() 67 public static <T> void removeServiceForTest(Class<T> type) { in removeServiceForTest()
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
D | TypeReference.java | 91 private TypeReference(Type type) { in TypeReference() 108 public SpecializedBaseTypeReference(Type type) { in SpecializedBaseTypeReference() 144 public static TypeReference<?> createSpecializedTypeReference(Type type) { in createSpecializedTypeReference() 167 private static final Class<?> getRawType(Type type) { in getRawType() 221 private static Type getComponentType(Type type) { in getComponentType() 276 public static boolean containsTypeVariable(Type type) { in containsTypeVariable() 374 private static void toString(Type type, StringBuilder out) { in toString()
|
/frameworks/base/libs/hwui/utils/ |
D | TypeLogic.h | 24 using type = std::conditional_t<std::is_const<S>::value, std::add_const_t<D>, D>; member 29 using type = std::conditional_t<std::is_volatile<S>::value, std::add_volatile_t<D>, D>; member 34 using type = copy_volatile_t<copy_const_t<D, S>, S>; member
|
/frameworks/libs/net/common/device/com/android/net/module/util/structs/ |
D | LlaOption.java | 39 public final byte type; field in LlaOption 48 LlaOption(final byte type, final byte length, final MacAddress linkLayerAddress) { in LlaOption() 57 public static ByteBuffer build(final byte type, final MacAddress linkLayerAddress) { in build()
|
/frameworks/base/core/java/android/content/res/ |
D | TypedArray.java | 230 final int type = data[index + STYLE_TYPE]; in getText() local 267 final int type = data[index + STYLE_TYPE]; in getString() local 306 final int type = data[index + STYLE_TYPE]; in getNonResourceString() local 338 final int type = data[index + STYLE_TYPE]; in getNonConfigurationString() local 385 final int type = data[index + STYLE_TYPE]; in getBoolean() local 424 final int type = data[index + STYLE_TYPE]; in getInt() local 461 final int type = data[index + STYLE_TYPE]; in getFloat() local 512 final int type = data[index + STYLE_TYPE]; in getColor() local 630 final int type = data[index + STYLE_TYPE]; in getInteger() local 678 final int type = data[index + STYLE_TYPE]; in getDimension() local [all …]
|
/frameworks/base/telephony/java/com/android/internal/telephony/util/ |
D | XmlUtils.java | 33 int type; in beginDocument() local 53 int type; in nextElement() local 65 int type = parser.next(); in nextElementWithin() local
|
/frameworks/base/core/java/android/accounts/ |
D | AuthenticatorDescription.java | 30 final public String type; field in AuthenticatorDescription 54 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription() 67 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription() 77 public static AuthenticatorDescription newKey(String type) { in newKey() 83 private AuthenticatorDescription(String type) { in AuthenticatorDescription()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsStateController.java | 123 final @InternalInsetsType int type = provider != null in getInsetsForWindow() local 132 final @InternalInsetsType int type = getInsetsTypeForLayoutParams(attrs); in getInsetsForWindowMetrics() local 148 @WindowType int type = attrs.type; in getInsetsTypeForLayoutParams() local 178 private InsetsState getInsetsForTarget(@InternalInsetsType int type, in getInsetsForTarget() 264 InsetsSourceProvider getSourceProvider(@InternalInsetsType int type) { in getSourceProvider() 282 @Nullable InsetsSourceProvider peekSourceProvider(@InternalInsetsType int type) { in peekSourceProvider() 410 boolean isFakeTarget(@InternalInsetsType int type, InsetsControlTarget target) { in isFakeTarget() 454 private void onControlChanged(@InternalInsetsType int type, in onControlChanged() 485 void onControlFakeTargetChanged(@InternalInsetsType int type, in onControlFakeTargetChanged() 507 @InternalInsetsType int type, boolean fake) { in removeFromControlMaps() [all …]
|
D | TransitionController.java | 71 Transition createTransition(int type) { in createTransition() 79 Transition createTransition(@WindowManager.TransitionType int type, in createTransition() 161 Transition requestTransitionIfNeeded(@WindowManager.TransitionType int type, in requestTransitionIfNeeded() 170 Transition requestTransitionIfNeeded(@WindowManager.TransitionType int type, in requestTransitionIfNeeded() 175 private static boolean isExistenceType(@WindowManager.TransitionType int type) { in isExistenceType() 186 Transition requestTransitionIfNeeded(@WindowManager.TransitionType int type, in requestTransitionIfNeeded()
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetTransformFeedbackVarying.java | 11 int[] type, in glGetTransformFeedbackVarying() 28 java.nio.IntBuffer type, in glGetTransformFeedbackVarying() 40 java.nio.IntBuffer type, in glGetTransformFeedbackVarying() 51 int[] type, in glGetTransformFeedbackVarying() 61 java.nio.IntBuffer type in glGetTransformFeedbackVarying()
|
D | glGetActiveAttrib.java | 11 int[] type, in glGetActiveAttrib() 27 java.nio.IntBuffer type, in glGetActiveAttrib() 38 int[] type, in glGetActiveAttrib() 48 java.nio.IntBuffer type in glGetActiveAttrib()
|
D | glGetActiveUniform.java | 11 int[] type, in glGetActiveUniform() 27 java.nio.IntBuffer type, in glGetActiveUniform() 37 int[] type, in glGetActiveUniform() 47 java.nio.IntBuffer type in glGetActiveUniform()
|
/frameworks/base/apex/jobscheduler/framework/java/android/app/ |
D | AlarmManager.java | 432 public void set(@AlarmType int type, long triggerAtMillis, PendingIntent operation) { in set() 459 public void set(@AlarmType int type, long triggerAtMillis, String tag, OnAlarmListener listener, in set() 524 public void setRepeating(@AlarmType int type, long triggerAtMillis, in setRepeating() 580 public void setWindow(@AlarmType int type, long windowStartMillis, long windowLengthMillis, in setWindow() 603 public void setWindow(@AlarmType int type, long windowStartMillis, long windowLengthMillis, in setWindow() 647 public void setPrioritized(@AlarmType int type, long windowStartMillis, long windowLengthMillis, in setPrioritized() 704 public void setExact(@AlarmType int type, long triggerAtMillis, PendingIntent operation) { in setExact() 735 public void setExact(@AlarmType int type, long triggerAtMillis, String tag, in setExact() 746 public void setIdleUntil(@AlarmType int type, long triggerAtMillis, String tag, in setIdleUntil() 815 public void set(@AlarmType int type, long triggerAtMillis, long windowMillis, in set() [all …]
|
/frameworks/base/core/java/android/os/health/ |
D | HealthKeys.java | 74 int type(); in type() method 112 final int type = constant.type(); in Constants() local 148 public int getSize(int type) { in getSize() 162 public int getIndex(int type, int key) { in getIndex() 175 public int[] getKeys(int type) { in getKeys()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Enum.h | 98 #define DEFINE_C2_ENUM_VALUE_AUTO_HELPER(name, type, prefix, ...) \ argument 101 #define _DEFINE_C2_ENUM_VALUE_AUTO_HELPER(enabled, name, type, prefix, ...) \ argument 103 #define __DEFINE_C2_ENUM_VALUE_AUTO_HELPER(enabled, name, type, prefix, ...) \ argument 105 #define ___DEFINE_C2_ENUM_VALUE_AUTO_HELPER(name, type, prefix, ...) \ argument 113 #define ___DEFINE_C2_ENUM_VALUE_AUTO_HELPER__C2_GENERATE_GLOBAL_VARS__(name, type, prefix, ...) argument 148 #define C2ENUM(name, type, ...) \ argument 172 #define C2ENUM_CUSTOM_PREFIX(name, type, prefix, ...) \ argument 193 #define C2ENUM_CUSTOM_NAMES(name, type, names, ...) \ argument
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SimpleSessionDescription.java | 118 public Media newMedia(String type, int port, int portCount, in newMedia() 194 public int getBandwidth(String type) { in getBandwidth() 202 public void setBandwidth(String type, int value) { in setBandwidth() 244 private Media(String type, int port, int portCount, String protocol) { in Media() 334 public String getRtpmap(int type) { in getRtpmap() 342 public String getFmtp(int type) { in getFmtp() 352 public void setRtpPayload(int type, String rtpmap, String fmtp) { in setRtpPayload() 364 public void removeRtpPayload(int type) { in removeRtpPayload() 470 public int getBandwidth(String type) { in getBandwidth() 485 public void setBandwidth(String type, int value) { in setBandwidth() [all …]
|
/frameworks/base/drm/java/android/drm/ |
D | DrmInfoEvent.java | 74 public DrmInfoEvent(int uniqueId, int type, String message) { in DrmInfoEvent() 89 public DrmInfoEvent(int uniqueId, int type, String message, in DrmInfoEvent() 100 private void checkTypeValidity(int type) { in checkTypeValidity()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
D | DefaultUiController.java | 103 public void onInvocationProgress(int type, float progress) { in onInvocationProgress() 139 int type, float progress, boolean invocationWasInProgress) { in logInvocationProgressMetrics() 187 private void setProgressInternal(int type, float progress) { in setProgressInternal() 192 private void animateInvocationCompletion(int type, float velocity) { in animateInvocationCompletion()
|
/frameworks/base/core/java/android/os/ |
D | IThermalService.aidl | 44 boolean registerThermalEventListenerWithType(in IThermalEventListener listener, in int type); in registerThermalEventListenerWithType() 67 Temperature[] getCurrentTemperaturesWithType(in int type); in getCurrentTemperaturesWithType() 106 CoolingDevice[] getCurrentCoolingDevicesWithType(in int type); in getCurrentCoolingDevicesWithType()
|