Home
last modified time | relevance | path

Searched refs:outStr (Results 1 – 8 of 8) 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/av/services/audioflinger/
DDeviceEffectManager.cpp150 String8 outStr; in dump() local
151 outStr.appendFormat("%*sEffect for device %s address %s:\n", 2, "", in dump()
153 write(fd, outStr.string(), outStr.size()); in dump()
DEffects.cpp3140 String8 outStr; in dump() local
3142 outStr.appendFormat("%*sHAL Effect Id: %d\n", spaces, "", mHalEffect->id()); in dump()
3144 outStr.appendFormat("%*sNO HAL Effect\n", spaces, ""); in dump()
3146 write(fd, outStr.string(), outStr.size()); in dump()
3147 outStr.clear(); in dump()
3149 outStr.appendFormat("%*sSub Effects:\n", spaces, ""); in dump()
3150 write(fd, outStr.string(), outStr.size()); in dump()
3151 outStr.clear(); in dump()
3154 outStr.appendFormat("%*sEffect for patch handle %d:\n", spaces + 2, "", iter.first); in dump()
3155 write(fd, outStr.string(), outStr.size()); in dump()
[all …]
/frameworks/base/services/backup/java/com/android/server/backup/utils/
DTarBackupReader.java653 private static int extractLine(byte[] buffer, int offset, String[] outStr) throws IOException { in extractLine() argument
668 outStr[0] = new String(buffer, offset, pos - offset); in extractLine()
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.cpp702 [&outParam](const auto& outStr) { in getParameters() argument
703 outParam = outStr; in getParameters()
/frameworks/base/tools/aapt/
DResourceTable.h253 String16* outStr = NULL, void* accessorCookie = NULL,
DResourceTable.cpp2308 String16* outStr, void* accessorCookie, in stringToValue() argument
2359 if (outStr) { in stringToValue()
2360 *outStr = finalStr; in stringToValue()