Home
last modified time | relevance | path

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

12

/frameworks/native/services/inputflinger/tests/
DGestureConverter_test.cpp94 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F() local
125 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F() local
148 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F() local
210 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F() local
230 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F() local
284 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F() local
342 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F() local
397 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F() local
421 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F() local
446 GestureConverter converter(*mReader->getContext(), deviceContext, DEVICE_ID); in TEST_F() local
[all …]
/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 …]
DObjectAnimator.java374 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiInt()
575 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiFloat()
632 @Nullable TypeConverter<PointF, ?> converter, Path path) { in ofObject()
696 TypeConverter<V, P> converter, TypeEvaluator<V> evaluator, V... values) { in ofObject()
723 @Nullable TypeConverter<PointF, V> converter, Path path) { in ofObject()
DBidirectionalTypeConverter.java58 public InvertedConverter(BidirectionalTypeConverter<To, From> converter) { in InvertedConverter()
/frameworks/av/media/libaudiohal/impl/
DHal2AidlMapper.h66 status_t getAudioPorts(OutputContainer* ports, Func converter) { in getAudioPorts()
71 status_t getAudioRoutes(OutputContainer* routes, Func converter) { in getAudioRoutes()
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/parsing/
DPackageParserLegacyCoreTest.java416 Function<ParsedPackage, ParsedPackage> converter) throws Exception { in parsePackage() argument
493 Function<ParsedPackage, ParsedPackage> converter) throws Exception { in checkPackageWithComponents() argument
553 Function<ParsedPackage, ParsedPackage> converter) throws Exception { in checkPackageWithIntentFilters() argument
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
DVirtualizerTest.java207 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
213 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
DBassBoostTest.java216 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
222 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.java1479 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
1490 ByteBuffer converter = ByteBuffer.allocate(4); in intToByteArray() local
1508 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
1519 ByteBuffer converter = ByteBuffer.allocate(2); in shortToByteArray() local
1538 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToFloat() local
1548 ByteBuffer converter = ByteBuffer.allocate(4); in floatToByteArray() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
DMediaAudioEffectTest.java1497 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
1504 ByteBuffer converter = ByteBuffer.allocate(4); in intToByteArray() local
1515 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
1522 ByteBuffer converter = ByteBuffer.allocate(2); in shortToByteArray() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DExtensionControllerImpl.java106 String action, PluginConverter<T, P> converter) { in withPlugin()
209 public <P> void addPlugin(String action, Class<P> cls, PluginConverter<T, P> converter) { in addPlugin()
229 public PluginItem(String action, Class<P> cls, PluginConverter<T, P> converter) { in PluginItem()
DExtensionController.java55 PluginConverter<T, P> converter); in withPlugin()
/frameworks/av/media/libaudioprocessing/tests/fuzzer/
Dlibaudioprocessing_record_buffer_converter_fuzzer.cpp144 RecordBufferConverter converter(srcChannelMask, srcFormat, srcSampleRate, in LLVMFuzzerTestOneInput() local
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp709 GraphicView2MediaImageConverter converter(view, format, false /* copy */); in Allocate() local
843 GraphicView2MediaImageConverter converter(*view, format, false /* copy */); in Allocate() local
946 GraphicView2MediaImageConverter converter( in canCopy() local
970 GraphicView2MediaImageConverter converter( in copy() local
/frameworks/av/media/libstagefright/colorconversion/fuzzer/
Dcolor_conversion_fuzzer.cpp90 std::unique_ptr<ColorConverter> converter(new ColorConverter(srcColorFormat, dstColorFormat)); in process() local
/frameworks/base/packages/SystemUI/tests/utils/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.cpp136 sp<H2BCameraDeviceCallbacks> converter = mConverter.promote(); in processResultMessage() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DVisualVoicemailSmsFilter.java244 PhoneAccountHandleConverter converter) { in setPhoneAccountHandleConverterForTest()
/frameworks/base/services/core/java/com/android/server/media/
DMediaShellCommand.java294 InputStreamReader converter = new InputStreamReader(mInput); in run() local
/frameworks/av/services/camera/libcameraservice/aidl/
DAidlCameraDeviceCallbacks.cpp136 sp<AidlCameraDeviceCallbacks> converter = mConverter.promote(); in processResultMessage() local
/frameworks/base/core/java/android/content/res/
DFontScaleConverterFactory.java195 FontScaleConverterImpl converter = new FontScaleConverterImpl( in forScale() local
216 FontScaleConverter converter = createInterpolatedTableBetween( in forScale() local
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp715 ColorConverter converter((OMX_COLOR_FORMATTYPE)srcFormat, dstFormat()); in onOutputReceived() local
999 ColorConverter converter((OMX_COLOR_FORMATTYPE)srcFormat, dstFormat()); in onOutputReceived() 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()

12