Home
last modified time | relevance | path

Searched refs:outStr (Results 1 – 7 of 7) 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/services/backup/java/com/android/server/backup/utils/
DTarBackupReader.java651 private static int extractLine(byte[] buffer, int offset, String[] outStr) throws IOException { in extractLine() argument
666 outStr[0] = new String(buffer, offset, pos - offset); in extractLine()
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.cpp686 [&outParam](const auto& outStr) { in getParameters() argument
687 outParam = outStr; in getParameters()
/frameworks/base/tools/aapt/
DResourceTable.h253 String16* outStr = NULL, void* accessorCookie = NULL,
DResourceTable.cpp2311 String16* outStr, void* accessorCookie, in stringToValue() argument
2362 if (outStr) { in stringToValue()
2363 *outStr = finalStr; in stringToValue()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java6675 int extractLine(byte[] buffer, int offset, String[] outStr) throws IOException { in extractLine() argument
6688 outStr[0] = new String(buffer, offset, pos - offset); in extractLine()
8112 int extractLine(byte[] buffer, int offset, String[] outStr) throws IOException { in extractLine() argument
8125 outStr[0] = new String(buffer, offset, pos - offset); in extractLine()