/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 | 254 private void testResetModePackageDefaultsCommon(int type) throws Exception { in testResetModePackageDefaultsCommon() 298 private void testResetModePackageDefaultsWithTokensCommon(int type) throws Exception { in testResetModePackageDefaultsWithTokensCommon() 353 private void testResetModeUntrustedDefaultsCommon(int type) throws Exception { in testResetModeUntrustedDefaultsCommon() 394 private void testResetModeUntrustedClearCommon(int type) throws Exception { in testResetModeUntrustedClearCommon() 435 private void testResetModeTrustedDefaultsCommon(int type) throws Exception { in testResetModeTrustedDefaultsCommon() 466 private void doTestQueryStringInBracketsViaProviderApiForType(int type) { in doTestQueryStringInBracketsViaProviderApiForType() 486 private void toTestBulkInsertViaProviderApiForType(int type) { in toTestBulkInsertViaProviderApiForType() 537 private void doTestQueryUpdateDeleteGlobalViaProviderApiForType(int type) throws Exception { in doTestQueryUpdateDeleteGlobalViaProviderApiForType() 574 private void performSetAndGetSettingTestViaFrontEndApi(int type, int userId) in performSetAndGetSettingTestViaFrontEndApi() 586 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/android/hardware/camera2/utils/ |
D | TypeReference.java | 90 private TypeReference(Type type) { in TypeReference() 107 public SpecializedBaseTypeReference(Type type) { in SpecializedBaseTypeReference() 143 public static TypeReference<?> createSpecializedTypeReference(Type type) { in createSpecializedTypeReference() 166 private static final Class<?> getRawType(Type type) { in getRawType() 220 private static Type getComponentType(Type type) { in getComponentType() 275 public static boolean containsTypeVariable(Type type) { in containsTypeVariable() 373 private static void toString(Type type, StringBuilder out) { in toString()
|
/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/services/core/java/com/android/server/wm/ |
D | InsetsStateController.java | 108 final @InternalInsetsType int type = provider != null in getInsetsForDispatch() local 115 final @InternalInsetsType int type = getInsetsTypeForWindowType(attrs.type); in getInsetsForWindowMetrics() local 135 private static @InternalInsetsType int getInsetsTypeForWindowType(int type) { in getInsetsTypeForWindowType() 149 private InsetsState getInsetsForDispatchInner(@InternalInsetsType int type, in getInsetsForDispatchInner() 225 InsetsSourceProvider getSourceProvider(@InternalInsetsType int type) { in getSourceProvider() 243 @Nullable InsetsSourceProvider peekSourceProvider(@InternalInsetsType int type) { in peekSourceProvider() 305 boolean isFakeTarget(@InternalInsetsType int type, InsetsControlTarget target) { in isFakeTarget() 345 private void onControlChanged(@InternalInsetsType int type, in onControlChanged() 376 void onControlFakeTargetChanged(@InternalInsetsType int type, in onControlFakeTargetChanged() 401 @InternalInsetsType int type, boolean fake) { in removeFromControlMaps() [all …]
|
/frameworks/base/core/java/android/content/res/ |
D | TypedArray.java | 229 final int type = data[index + STYLE_TYPE]; in getText() local 266 final int type = data[index + STYLE_TYPE]; in getString() local 305 final int type = data[index + STYLE_TYPE]; in getNonResourceString() local 337 final int type = data[index + STYLE_TYPE]; in getNonConfigurationString() local 384 final int type = data[index + STYLE_TYPE]; in getBoolean() local 423 final int type = data[index + STYLE_TYPE]; in getInt() local 460 final int type = data[index + STYLE_TYPE]; in getFloat() local 511 final int type = data[index + STYLE_TYPE]; in getColor() local 629 final int type = data[index + STYLE_TYPE]; in getInteger() local 677 final int type = data[index + STYLE_TYPE]; in getDimension() local [all …]
|
/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/av/media/codec2/core/include/ |
D | C2Enum.h | 57 #define _C2_GET_ENUM_VALUE(x, type) (_C2EnumConst<type>)x argument 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/base/core/java/android/accounts/ |
D | AuthenticatorDescription.java | 29 final public String type; field in AuthenticatorDescription 53 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription() 66 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription() 76 public static AuthenticatorDescription newKey(String type) { in newKey() 82 private AuthenticatorDescription(String type) { in AuthenticatorDescription()
|
/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/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/core/java/android/app/ |
D | AlarmManager.java | 348 public void set(@AlarmType int type, long triggerAtMillis, PendingIntent operation) { in set() 375 public void set(@AlarmType int type, long triggerAtMillis, String tag, OnAlarmListener listener, in set() 436 public void setRepeating(@AlarmType int type, long triggerAtMillis, in setRepeating() 486 public void setWindow(@AlarmType int type, long windowStartMillis, long windowLengthMillis, in setWindow() 501 public void setWindow(@AlarmType int type, long windowStartMillis, long windowLengthMillis, in setWindow() 540 public void setExact(@AlarmType int type, long triggerAtMillis, PendingIntent operation) { in setExact() 554 public void setExact(@AlarmType int type, long triggerAtMillis, String tag, in setExact() 565 public void setIdleUntil(@AlarmType int type, long triggerAtMillis, String tag, in setIdleUntil() 615 public void set(@AlarmType int type, long triggerAtMillis, long windowMillis, in set() 632 public void set(@AlarmType int type, long triggerAtMillis, long windowMillis, in set() [all …]
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowTestsBase.java | 141 private WindowState createCommonWindow(WindowState parent, int type, String name) { in createCommonWindow() 149 DisplayContent dc, int windowingMode, int activityType, int type) { in createWindowToken() 167 WindowState createWindow(WindowState parent, int type, String name) { in createWindow() 173 WindowState createWindow(WindowState parent, int type, String name, int ownerId) { in createWindow() 180 int type, DisplayContent dc, String name) { in createWindowOnStack() 185 WindowState createAppWindow(Task task, int type, String name) { in createAppWindow() 192 WindowState createWindow(WindowState parent, int type, DisplayContent dc, String name) { in createWindow() 198 WindowState createWindow(WindowState parent, int type, DisplayContent dc, String name, in createWindow() 205 WindowState createWindow(WindowState parent, int type, DisplayContent dc, String name, in createWindow() 213 WindowState createWindow(WindowState parent, int type, WindowToken token, String name) { in createWindow() [all …]
|
/frameworks/base/wifi/java/android/net/wifi/aware/ |
D | TlvBufferUtils.java | 165 public TlvConstructor putByte(int type, byte b) { in putByte() 197 public TlvConstructor putByteArray(int type, @Nullable byte[] array, int offset, in putByteArray() 218 public TlvConstructor putByteArray(int type, @Nullable byte[] array) { in putByteArray() 248 public TlvConstructor putZeroLengthElement(int type) { in putZeroLengthElement() 264 public TlvConstructor putShort(int type, short data) { in putShort() 282 public TlvConstructor putInt(int type, int data) { in putInt() 302 public TlvConstructor putString(int type, @Nullable String data) { in putString() 346 private void addHeader(int type, int length) { in addHeader() 374 public int type; field in TlvBufferUtils.TlvElement 399 private TlvElement(int type, int length, @Nullable byte[] refArray, int offset) { in TlvElement() [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/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/packages/Tethering/src/com/android/networkstack/tethering/ |
D | EntitlementManager.java | 177 public void setExemptedDownstreamType(final int type) { in setExemptedDownstreamType() 367 protected Intent runSilentTetherProvisioning(int type, final TetheringConfiguration config) { in runSilentTetherProvisioning() 386 private void runUiTetherProvisioning(int type, final TetheringConfiguration config) { in runUiTetherProvisioning() 398 protected Intent runUiTetherProvisioning(int type, final TetheringConfiguration config, in runUiTetherProvisioning() 469 protected void addDownstreamMapping(int type, int resultCode) { in addDownstreamMapping() 483 protected void removeDownstreamMapping(int type) { in removeDownstreamMapping() 501 private static boolean isValidDownstreamType(int type) { in isValidDownstreamType() 547 private static String typeString(int type) { in typeString() 568 private ResultReceiver buildProxyReceiver(int type, boolean notifyFail, in buildProxyReceiver() 610 private int updateEntitlementCacheValue(int type, int resultCode) { in updateEntitlementCacheValue()
|
/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/services/core/java/com/android/server/power/ |
D | ThermalManagerService.java | 221 @Nullable Integer type) { in postEventListenerCurrentTemperatures() 226 type); in postEventListenerCurrentTemperatures() local 233 @Nullable Integer type) { in postEventListener() 256 final Integer type = in notifyEventListenersLocked() local 633 int type); in getCurrentTemperatures() 636 int type); in getCurrentCoolingDevices() 640 int type); in getTemperatureThresholds() 679 int type) { in getCurrentTemperatures() 719 int type) { in getCurrentCoolingDevices() 755 int type) { in getTemperatureThresholds() [all …]
|