/frameworks/base/core/java/android/animation/ |
D | PropertyValuesHolder.java | 219 PointFToIntArray converter = new PointFToIntArray(); in ofMultiInt() local 241 TypeConverter<V, int[]> converter, TypeEvaluator<V> evaluator, V... values) { in ofMultiInt() 263 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, Keyframe... values) { in ofMultiInt() 338 PointFToFloatArray converter = new PointFToFloatArray(); in ofMultiFloat() local 359 TypeConverter<V, float[]> converter, TypeEvaluator<V> evaluator, V... values) { in ofMultiFloat() 381 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, Keyframe... values) { in ofMultiFloat() 428 TypeConverter<PointF, ?> converter, Path path) { in ofObject() 488 TypeConverter<T, V> converter, TypeEvaluator<T> evaluator, T... values) { in ofObject() 513 TypeConverter<PointF, V> converter, Path path) { in ofObject() 676 public void setConverter(TypeConverter converter) { in setConverter() [all …]
|
D | BidirectionalTypeConverter.java | 58 public InvertedConverter(BidirectionalTypeConverter<To, From> converter) { in InvertedConverter()
|
D | ObjectAnimator.java | 380 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiInt() 581 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiFloat() 638 @Nullable TypeConverter<PointF, ?> converter, Path path) { in ofObject() 702 TypeConverter<V, P> converter, TypeEvaluator<V> evaluator, V... values) { in ofObject() 729 @Nullable TypeConverter<PointF, V> converter, Path path) { in ofObject()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/parsing/ |
D | PackageParserLegacyCoreTest.java | 356 Function<ParsedPackage, ParsedPackage> converter) throws Exception { in parsePackage() argument 433 Function<ParsedPackage, ParsedPackage> converter) throws Exception { in checkPackageWithComponents() argument 493 Function<ParsedPackage, ParsedPackage> converter) throws Exception { in checkPackageWithIntentFilters() argument
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
D | BassBoostTest.java | 210 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local 216 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
|
D | PresetReverbTest.java | 236 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local 242 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
|
D | VirtualizerTest.java | 207 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local 213 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
|
D | EqualizerTest.java | 342 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local 348 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2Buffer.cpp | 523 GraphicView2MediaImageConverter converter(view, colorFormat, false /* copy */); in Allocate() local 640 GraphicView2MediaImageConverter converter(*view, colorFormat, false /* copy */); in Allocate() local 736 GraphicView2MediaImageConverter converter( in canCopy() local 758 GraphicView2MediaImageConverter converter( in copy() local
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | ObjectCounter.java | 114 public <T> T[] toProto(Class<T> protoClass, ProtobufConverter<K, T> converter) { in toProto()
|
D | IntCounter.java | 130 public <T> T[] toProto(Class<T> protoClass, ProtobufConverter<T> converter) { in toProto()
|
D | IntHistogram.java | 277 public <T> T[] toProto(Class<T> protoClass, ProtobufConverter<T> converter) { in toProto()
|
/frameworks/base/media/java/android/media/audiofx/ |
D | AudioEffect.java | 1457 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local 1468 ByteBuffer converter = ByteBuffer.allocate(4); in intToByteArray() local 1486 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local 1497 ByteBuffer converter = ByteBuffer.allocate(2); in shortToByteArray() local 1516 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToFloat() local 1526 ByteBuffer converter = ByteBuffer.allocate(4); in floatToByteArray() local
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
D | MediaAudioEffectTest.java | 1499 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local 1506 ByteBuffer converter = ByteBuffer.allocate(4); in intToByteArray() local 1517 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local 1524 ByteBuffer converter = ByteBuffer.allocate(2); in shortToByteArray() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | ExtensionControllerImpl.java | 105 String action, PluginConverter<T, P> converter) { in withPlugin() 208 public <P> void addPlugin(String action, Class<P> cls, PluginConverter<T, P> converter) { in addPlugin() 228 public PluginItem(String action, Class<P> cls, PluginConverter<T, P> converter) { in PluginItem()
|
D | ExtensionController.java | 55 PluginConverter<T, P> converter); in withPlugin()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/ |
D | FakeExtensionController.java | 64 … <P> ExtensionBuilder<T> withPlugin(Class<P> cls, String action, PluginConverter<T, P> converter) { in withPlugin()
|
/frameworks/base/core/jni/ |
D | android_os_VintfObject.cpp | 62 static void tryAddSchema(const std::shared_ptr<const T>& object, const XmlConverter<T>& converter, in tryAddSchema()
|
/frameworks/av/services/camera/libcameraservice/hidl/ |
D | AidlCameraDeviceCallbacks.cpp | 135 sp<H2BCameraDeviceCallbacks> converter = mConverter.promote(); in processResultMessage() local
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaShellCommand.java | 276 InputStreamReader converter = new InputStreamReader(System.in); in run() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | VisualVoicemailSmsFilter.java | 231 PhoneAccountHandleConverter converter) { in setPhoneAccountHandleConverterForTest()
|
/frameworks/av/media/libstagefright/ |
D | FrameDecoder.cpp | 630 ColorConverter converter((OMX_COLOR_FORMATTYPE)srcFormat, dstFormat()); in onOutputReceived() local 866 ColorConverter converter((OMX_COLOR_FORMATTYPE)srcFormat, dstFormat()); in onOutputReceived() local
|
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
D | ShortcutManagerTestUtils.java | 362 public static <T, V> Set<T> set(Function<V, T> converter, V... values) { in set() 366 public static <T, V> Set<T> set(Function<V, T> converter, List<V> values) { in set()
|
/frameworks/av/media/libaudiohal/impl/ |
D | StreamHalHidl.cpp | 602 static auto transformToHidlVec(const Values& values, ElementConverter converter) { in transformToHidlVec()
|
/frameworks/base/core/java/android/text/ |
D | Html.java | 241 HtmlToSpannedConverter converter = in fromHtml() local
|