Searched defs:outputType (Results 1 - 4 of 4) sorted by relevance
/frameworks/av/include/drm/ |
H A D | drm_framework_common.h | 88 outputType(_outputType), 93 int outputType; /* BLUETOOTH , HDMI*/ member in class:android::ActionDescription
|
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
H A D | Filters.java | 41 Object in, Type outputType); 47 Object in, Type outputType) { 48 return builder.addKernel(getKernelID(), outputType, in); 128 Object in, Type outputType) { 129 return builder.addKernel(getKernelID(), outputType, 40 asyncLaunch(ScriptGroup.Builder2 builder, Object in, Type outputType) argument 46 asyncLaunch(ScriptGroup.Builder2 builder, Object in, Type outputType) argument 127 asyncLaunch(ScriptGroup.Builder2 builder, Object in, Type outputType) argument
|
/frameworks/av/drm/common/ |
H A D | IDrmManagerService.cpp | 460 data.writeInt32(description.outputType); 1172 const int outputType = data.readInt32(); local 1175 ActionDescription(outputType, configuration));
|
/frameworks/base/location/java/android/location/ |
H A D | Location.java | 203 * Converts a coordinate to a String representation. The outputType 212 * @throws IllegalArgumentException if outputType is not one of 215 public static String convert(double coordinate, int outputType) { argument 220 if ((outputType != FORMAT_DEGREES) && 221 (outputType != FORMAT_MINUTES) && 222 (outputType != FORMAT_SECONDS)) { 223 throw new IllegalArgumentException("outputType=" + outputType); 235 if (outputType == FORMAT_MINUTES || outputType [all...] |
Completed in 806 milliseconds