| /frameworks/base/core/java/android/animation/ |
| D | PropertyValuesHolder.java | 223 PointFToIntArray converter = new PointFToIntArray(); in ofMultiInt() local 244 TypeConverter<V, int[]> converter, TypeEvaluator<V> evaluator, V... values) { in ofMultiInt() 266 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, Keyframe... values) { in ofMultiInt() 341 PointFToFloatArray converter = new PointFToFloatArray(); in ofMultiFloat() local 361 TypeConverter<V, float[]> converter, TypeEvaluator<V> evaluator, V... values) { in ofMultiFloat() 383 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, Keyframe... values) { in ofMultiFloat() 425 TypeConverter<PointF, ?> converter, Path path) { in ofObject() 473 TypeConverter<T, V> converter, TypeEvaluator<T> evaluator, T... values) { in ofObject() 498 TypeConverter<PointF, V> converter, Path path) { in ofObject() 656 public void setConverter(TypeConverter converter) { in setConverter() [all …]
|
| D | BidirectionalTypeConverter.java | 58 public InvertedConverter(BidirectionalTypeConverter<To, From> converter) { in InvertedConverter()
|
| D | ObjectAnimator.java | 352 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiInt() 548 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiFloat() 599 @Nullable TypeConverter<PointF, ?> converter, Path path) { in ofObject() 649 TypeConverter<V, P> converter, TypeEvaluator<V> evaluator, V... values) { in ofObject() 676 @Nullable TypeConverter<PointF, V> converter, Path path) { in ofObject()
|
| /frameworks/av/media/libstagefright/wifi-display/source/ |
| D | PlaybackSession.cpp | 132 const sp<Converter> &converter) in Track() 173 const sp<Converter> &WifiDisplaySource::PlaybackSession::Track::converter() const { in converter() function in android::WifiDisplaySource::PlaybackSession::Track 516 const sp<Converter> &converter = in onMessageReceived() local 562 sp<Converter> converter = videoTrack->converter(); in onMessageReceived() local 677 sp<Converter> converter = videoTrack->converter(); in onSinkFeedback() local 961 sp<Converter> converter = new Converter(notify, codecLooper, format); in addSource() local
|
| /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/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/libs/common_time/ |
| D | common_time_server_packets.cpp | 40 #define SERIALIZE_FIELD(field_name, type, converter) \ argument 51 #define DESERIALIZE_FIELD(field_name, type, converter) \ argument
|
| /frameworks/base/media/java/android/media/audiofx/ |
| D | AudioEffect.java | 1294 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local 1304 ByteBuffer converter = ByteBuffer.allocate(4); in intToByteArray() local 1321 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local 1331 ByteBuffer converter = ByteBuffer.allocate(2); in shortToByteArray() local
|
| /frameworks/base/cmds/media/src/com/android/commands/media/ |
| D | Media.java | 251 InputStreamReader converter = new InputStreamReader(System.in); in run() local
|
| /frameworks/av/media/libstagefright/ |
| D | StagefrightMetadataRetriever.cpp | 293 ColorConverter converter( in extractVideoFrameWithCodecFlags() local
|
| /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/ |
| D | jni_stochastic_linear_ranker.cpp | 244 std::stringstream converter; in ConvertFloat2String() local
|
| /frameworks/base/cmds/am/src/com/android/commands/am/ |
| D | Am.java | 1299 final InputStreamReader converter = new InputStreamReader( in waitControllerLocked() local 1399 InputStreamReader converter = new InputStreamReader(System.in); in run() local
|
| /frameworks/base/core/java/android/text/ |
| D | Html.java | 133 HtmlToSpannedConverter converter = in fromHtml() local
|