Searched defs:outputType (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/drm/
H A Ddrm_framework_common.h88 outputType(_outputType),
93 int outputType; /* BLUETOOTH , HDMI*/ member in class:android::ActionDescription
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A DFilters.java41 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 DIDrmManagerService.cpp460 data.writeInt32(description.outputType);
1172 const int outputType = data.readInt32(); local
1175 ActionDescription(outputType, configuration));
/frameworks/base/location/java/android/location/
H A DLocation.java181 * Converts a coordinate to a String representation. The outputType
190 * @throws IllegalArgumentException if outputType is not one of
193 public static String convert(double coordinate, int outputType) { argument
198 if ((outputType != FORMAT_DEGREES) &&
199 (outputType != FORMAT_MINUTES) &&
200 (outputType != FORMAT_SECONDS)) {
201 throw new IllegalArgumentException("outputType=" + outputType);
213 if (outputType == FORMAT_MINUTES || outputType
[all...]

Completed in 983 milliseconds