Searched refs:outputType (Results 1 - 3 of 3) 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/base/location/java/android/location/
H A DLocation.java170 * Converts a coordinate to a String representation. The outputType
176 * @throws IllegalArgumentException if outputType is not one of
179 public static String convert(double coordinate, int outputType) { argument
184 if ((outputType != FORMAT_DEGREES) &&
185 (outputType != FORMAT_MINUTES) &&
186 (outputType != FORMAT_SECONDS)) {
187 throw new IllegalArgumentException("outputType=" + outputType);
199 if (outputType == FORMAT_MINUTES || outputType
[all...]
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp457 data.writeInt32(description.outputType);
1154 const int outputType = data.readInt32(); local
1157 ActionDescription(outputType, configuration));

Completed in 147 milliseconds