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

/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddbgcontext.cpp139 std::string * const outStr)
145 outStr->append((const char *)&totalDecompSize, sizeof(totalDecompSize));
152 outStr->append((const char *)&chunkSize, sizeof(chunkSize));
153 outStr->append((const char *)&compSize, sizeof(compSize));
155 outStr->append(lzf_buf, compSize);
157 outStr->append((const char *)in_data + i, chunkSize);
213 void DbgContext::CompressReadPixelBuffer(std::string * const outStr) argument
220 Compress(ref, lzf_refSize, outStr);
138 Compress(const void * in_data, unsigned int in_len, std::string * const outStr) argument
H A Dheader.h130 void Compress(const void * in_data, unsigned in_len, std::string * const outStr);
137 void CompressReadPixelBuffer(std::string * const outStr);
/frameworks/base/tools/aapt/
H A DResourceTable.h185 String16* outStr = NULL, void* accessorCookie = NULL,
H A DResourceTable.cpp2049 String16* outStr, void* accessorCookie,
2088 if (outStr) {
2089 *outStr = finalStr;
2044 stringToValue(Res_value* outValue, StringPool* pool, const String16& str, bool preserveSpaces, bool coerceType, uint32_t attrID, const Vector<StringPool::entry_style_span>* style, String16* outStr, void* accessorCookie, uint32_t attrType) argument
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java3665 int extractLine(byte[] buffer, int offset, String[] outStr) throws IOException { argument
3678 outStr[0] = new String(buffer, offset, pos - offset);

Completed in 100 milliseconds