Searched defs:outLength (Results 1 - 4 of 4) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DFontLanguageListCache.cpp40 size_t outLength = 0; local
42 outLength = uloc_canonicalize(locale.c_str(), output, outSize, &uErr);
52 (outLength == 3 || (outLength == 8 && output[3] == '_'))) {
53 return outLength;
67 outLength = uloc_toLanguageTag(likelyChars, output, outSize, FALSE, &uErr);
77 return outLength;
/frameworks/base/native/android/
H A Dasset_manager.cpp217 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength) argument
224 *outLength = off_t(outLength64);
228 int AAsset_openFileDescriptor64(AAsset* asset, off64_t* outStart, off64_t* outLength) argument
230 return asset->mAsset->openFileDescriptor(outStart, outLength);
/frameworks/av/media/mtp/
H A DMtpDevice.cpp450 void* MtpDevice::getThumbnail(MtpObjectHandle handle, int& outLength) { argument
458 return mData.getData(&outLength);
461 outLength = 0;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp1258 size_t outLength = mb->range_length(); local
1261 outLength += sizeof(int32_t);
1286 ab = new ABuffer(outLength);

Completed in 120 milliseconds