Home
last modified time | relevance | path

Searched defs:converter (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/core/java/android/animation/
DPropertyValuesHolder.java219 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 …]
DBidirectionalTypeConverter.java58 public InvertedConverter(BidirectionalTypeConverter<To, From> converter) { in InvertedConverter()
DObjectAnimator.java380 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/
DPackageParserLegacyCoreTest.java356 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/
DBassBoostTest.java210 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
216 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
DPresetReverbTest.java236 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
242 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
DVirtualizerTest.java207 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
213 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
DEqualizerTest.java342 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
348 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp523 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/
DObjectCounter.java114 public <T> T[] toProto(Class<T> protoClass, ProtobufConverter<K, T> converter) { in toProto()
DIntCounter.java130 public <T> T[] toProto(Class<T> protoClass, ProtobufConverter<T> converter) { in toProto()
DIntHistogram.java277 public <T> T[] toProto(Class<T> protoClass, ProtobufConverter<T> converter) { in toProto()
/frameworks/base/media/java/android/media/audiofx/
DAudioEffect.java1457 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/
DMediaAudioEffectTest.java1499 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/
DExtensionControllerImpl.java105 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()
DExtensionController.java55 PluginConverter<T, P> converter); in withPlugin()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeExtensionController.java64 … <P> ExtensionBuilder<T> withPlugin(Class<P> cls, String action, PluginConverter<T, P> converter) { in withPlugin()
/frameworks/base/core/jni/
Dandroid_os_VintfObject.cpp62 static void tryAddSchema(const std::shared_ptr<const T>& object, const XmlConverter<T>& converter, in tryAddSchema()
/frameworks/av/services/camera/libcameraservice/hidl/
DAidlCameraDeviceCallbacks.cpp135 sp<H2BCameraDeviceCallbacks> converter = mConverter.promote(); in processResultMessage() local
/frameworks/base/services/core/java/com/android/server/media/
DMediaShellCommand.java276 InputStreamReader converter = new InputStreamReader(System.in); in run() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DVisualVoicemailSmsFilter.java231 PhoneAccountHandleConverter converter) { in setPhoneAccountHandleConverterForTest()
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp630 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/
DShortcutManagerTestUtils.java362 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/
DStreamHalHidl.cpp602 static auto transformToHidlVec(const Values& values, ElementConverter converter) { in transformToHidlVec()
/frameworks/base/core/java/android/text/
DHtml.java241 HtmlToSpannedConverter converter = in fromHtml() local

12