Home
last modified time | relevance | path

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

/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.java365 Function<ParsedPackage, ParsedPackage> converter) throws Exception { in parsePackage() argument
442 Function<ParsedPackage, ParsedPackage> converter) throws Exception { in checkPackageWithComponents() argument
502 Function<ParsedPackage, ParsedPackage> converter) throws Exception { in checkPackageWithIntentFilters() argument
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
DPresetReverbTest.java236 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
242 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
DBassBoostTest.java210 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
216 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/base/media/java/android/media/audiofx/
DAudioEffect.java1474 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
1485 ByteBuffer converter = ByteBuffer.allocate(4); in intToByteArray() local
1503 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
1514 ByteBuffer converter = ByteBuffer.allocate(2); in shortToByteArray() local
1533 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToFloat() local
1543 ByteBuffer converter = ByteBuffer.allocate(4); in floatToByteArray() local
DDynamicsProcessing.java2165 ByteBuffer converter = ByteBuffer.allocate(expectedBytes); in numberArrayToByteArray() local
/frameworks/av/media/libaudioprocessing/tests/fuzzer/
Dlibaudioprocessing_record_buffer_converter_fuzzer.cpp144 RecordBufferConverter converter(srcChannelMask, srcFormat, srcSampleRate, in LLVMFuzzerTestOneInput() 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/av/media/codec2/sfplugin/
DCodec2Buffer.cpp622 GraphicView2MediaImageConverter converter(view, format, false /* copy */); in Allocate() local
753 GraphicView2MediaImageConverter converter(*view, format, false /* copy */); in Allocate() local
845 GraphicView2MediaImageConverter converter( in canCopy() local
868 GraphicView2MediaImageConverter converter( in copy() 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/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.java283 InputStreamReader converter = new InputStreamReader(mInput); in run() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DVisualVoicemailSmsFilter.java231 PhoneAccountHandleConverter converter) { in setPhoneAccountHandleConverterForTest()
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp662 ColorConverter converter((OMX_COLOR_FORMATTYPE)srcFormat, dstFormat()); in onOutputReceived() local
906 ColorConverter converter((OMX_COLOR_FORMATTYPE)srcFormat, dstFormat()); in onOutputReceived() local
DACodec.cpp905 sp<DataConverter> converter = mConverter[portIndex]; in allocateBuffersOnPort() local
6299 sp<DataConverter> converter = mCodec->mConverter[kPortIndexInput]; in onInputBufferFilled() local
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java425 public static <T, V> Set<T> set(Function<V, T> converter, V... values) { in set()
429 public static <T, V> Set<T> set(Function<V, T> converter, List<V> values) { in set()
/frameworks/base/core/java/android/text/
DHtml.java244 HtmlToSpannedConverter converter = in fromHtml() local
/frameworks/base/services/core/jni/BroadcastRadio/
Dconvert.cpp261 jclass jElementClass, std::function<JavaRef<jobject>(JNIEnv*, const T&)> converter) { in ArrayFromHal()
/frameworks/base/libs/hwui/jni/
DPath.cpp377 SkAutoConicToQuads converter; in createVerbSegments() local