Home
last modified time | relevance | path

Searched refs:outStr (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
DImageGoodnessFilter.java128 String outStr; in onProcess() local
157 outStr = GREAT; in onProcess()
159 outStr = GOOD; in onProcess()
161 outStr = OK; in onProcess()
163 outStr = BAD; in onProcess()
165 outStr = AWFUL; in onProcess()
169 if (outStr.equals(GREAT)) { in onProcess()
186 stringFrame.setValue(outStr); in onProcess()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DToStringFilter.java43 String outStr = objectFrame.getValue().toString(); in onProcess() local
46 stringFrame.setValue(outStr); in onProcess()
/frameworks/base/tools/aapt/
DResourceTable.h216 String16* outStr = NULL, void* accessorCookie = NULL,
DResourceTable.cpp2159 String16* outStr, void* accessorCookie, in stringToValue() argument
2208 if (outStr) { in stringToValue()
2209 *outStr = finalStr; in stringToValue()
/frameworks/base/services/java/com/android/server/
DBackupManagerService.java4103 int extractLine(byte[] buffer, int offset, String[] outStr) throws IOException { in extractLine() argument
4116 outStr[0] = new String(buffer, offset, pos - offset); in extractLine()