Searched defs:convert (Results 1 - 8 of 8) sorted by relevance

/frameworks/wilhelm/tools/mphtogen/
H A Dmphtogen.c25 static void convert(const signed char MPH_to[MPH_MAX], const char *filename) function
50 #define _(x) convert(MPH_to_##x, "../../src/autogen/MPH_to_" #x ".h");
/frameworks/native/opengl/tools/glgen/src/
H A DJType.java199 public static JType convert(CType ctype, boolean useArray) { method in class:JType
H A DJFunc.java121 public static JFunc convert(CFunc cfunc, boolean useArray) { method in class:JFunc
125 jfunc.setType(JType.convert(cfunc.getType(), false));
140 jfunc.addArgument(cArgName, JType.convert(cArgType, useArray), i);
152 System.err.println("Failed to convert function " + cfunc);
/frameworks/opt/mms/src/java/com/google/android/mms/util/
H A DDrmConvertSession.java43 * @param context The context of the application running the convert session.
45 * @return A convert session or null in case an error occurs.
78 * @param buffer Buffer filled with data to convert.
83 public byte [] convert(byte[] inBuffer, int size) { method in class:DrmConvertSession
102 Log.w(TAG, "Buffer with data to convert is illegal. Convertsession: "
105 Log.w(TAG, "Could not convert data. Convertsession: " +
/frameworks/av/services/audioflinger/
H A Dtest-resample.cpp247 int16_t* convert = (int16_t*) malloc(out_frames * channels * sizeof(int16_t)); local
253 convert[i * channels + j] = int16_t(s);
270 write(output_fd, convert, out_frames * channels * sizeof(int16_t));
/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp79 status_t ColorConverter::convert( function in class:android::ColorConverter
/frameworks/base/core/java/android/text/
H A DHtml.java139 return converter.convert();
432 public Spanned convert() { method in class:HtmlToSpannedConverter
/frameworks/base/location/java/android/location/
H A DLocation.java178 public static String convert(double coordinate, int outputType) { method in class:Location
225 public static double convert(String coordinate) { method in class:Location

Completed in 206 milliseconds