Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DLocation.java163 public static String convert(double coordinate, int outputType) { in convert() argument
168 if ((outputType != FORMAT_DEGREES) && in convert()
169 (outputType != FORMAT_MINUTES) && in convert()
170 (outputType != FORMAT_SECONDS)) { in convert()
171 throw new IllegalArgumentException("outputType=" + outputType); in convert()
183 if (outputType == FORMAT_MINUTES || outputType == FORMAT_SECONDS) { in convert()
189 if (outputType == FORMAT_SECONDS) { in convert()
/frameworks/base/include/drm/
Ddrm_framework_common.h87 outputType(_outputType), in ActionDescription()
92 int outputType; /* BLUETOOTH , HDMI*/
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
DAdditionalTextOutput.java43 private StringBuilder getStringBuilderForType(OutputType outputType) { in getStringBuilderForType() argument
44 int index = outputType.ordinal(); in getStringBuilderForType()
/frameworks/base/drm/common/
DIDrmManagerService.cpp456 data.writeInt32(description.outputType); in validateAction()
1113 const int outputType = data.readInt32(); in onTransact() local
1116 ActionDescription(outputType, configuration)); in onTransact()