Home
last modified time | relevance | path

Searched refs:outputType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/location/java/android/location/
DLocation.java179 public static String convert(double coordinate, int outputType) { in convert() argument
184 if ((outputType != FORMAT_DEGREES) && in convert()
185 (outputType != FORMAT_MINUTES) && in convert()
186 (outputType != FORMAT_SECONDS)) { in convert()
187 throw new IllegalArgumentException("outputType=" + outputType); in convert()
199 if (outputType == FORMAT_MINUTES || outputType == FORMAT_SECONDS) { in convert()
205 if (outputType == FORMAT_SECONDS) { in convert()
/frameworks/av/include/drm/
Ddrm_framework_common.h88 outputType(_outputType), in ActionDescription()
93 int outputType; /* BLUETOOTH , HDMI*/
/frameworks/av/drm/common/
DIDrmManagerService.cpp457 data.writeInt32(description.outputType); in validateAction()
1154 const int outputType = data.readInt32(); in onTransact() local
1157 ActionDescription(outputType, configuration)); in onTransact()