/frameworks/native/services/inputflinger/tests/ |
D | GestureConverter_test.cpp | 94 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/ |
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 | ObjectAnimator.java | 374 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()
|
D | BidirectionalTypeConverter.java | 58 public InvertedConverter(BidirectionalTypeConverter<To, From> converter) { in InvertedConverter()
|
/frameworks/av/media/libaudiohal/impl/ |
D | Hal2AidlMapper.h | 66 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/ |
D | PackageParserLegacyCoreTest.java | 416 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/ |
D | VirtualizerTest.java | 207 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local 213 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 | BassBoostTest.java | 216 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local 222 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/base/media/java/android/media/audiofx/ |
D | AudioEffect.java | 1479 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/ |
D | MediaAudioEffectTest.java | 1497 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/ |
D | ExtensionControllerImpl.java | 106 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()
|
D | ExtensionController.java | 55 PluginConverter<T, P> converter); in withPlugin()
|
/frameworks/av/media/libaudioprocessing/tests/fuzzer/ |
D | libaudioprocessing_record_buffer_converter_fuzzer.cpp | 144 RecordBufferConverter converter(srcChannelMask, srcFormat, srcSampleRate, in LLVMFuzzerTestOneInput() local
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2Buffer.cpp | 709 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/ |
D | color_conversion_fuzzer.cpp | 90 std::unique_ptr<ColorConverter> converter(new ColorConverter(srcColorFormat, dstColorFormat)); in process() local
|
/frameworks/base/packages/SystemUI/tests/utils/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/av/services/camera/libcameraservice/hidl/ |
D | AidlCameraDeviceCallbacks.cpp | 136 sp<H2BCameraDeviceCallbacks> converter = mConverter.promote(); in processResultMessage() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | VisualVoicemailSmsFilter.java | 244 PhoneAccountHandleConverter converter) { in setPhoneAccountHandleConverterForTest()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaShellCommand.java | 294 InputStreamReader converter = new InputStreamReader(mInput); in run() local
|
/frameworks/av/services/camera/libcameraservice/aidl/ |
D | AidlCameraDeviceCallbacks.cpp | 136 sp<AidlCameraDeviceCallbacks> converter = mConverter.promote(); in processResultMessage() local
|
/frameworks/base/core/java/android/content/res/ |
D | FontScaleConverterFactory.java | 195 FontScaleConverterImpl converter = new FontScaleConverterImpl( in forScale() local 216 FontScaleConverter converter = createInterpolatedTableBetween( in forScale() local
|
/frameworks/av/media/libstagefright/ |
D | FrameDecoder.cpp | 715 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/ |
D | ShortcutManagerTestUtils.java | 425 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()
|