Searched refs:outLength (Results 1 - 10 of 10) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DFontLanguageListCache.cpp39 size_t outLength = 0; local
41 outLength = uloc_canonicalize(locale.c_str(), output, outSize, &uErr);
51 (outLength == 3 || (outLength == 8 && output[3] == '_'))) {
52 return outLength;
66 outLength = uloc_toLanguageTag(likelyChars, output, outSize, FALSE, &uErr);
76 return outLength;
/frameworks/native/include/android/
H A Dasset_manager.h188 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
199 int AAsset_openFileDescriptor64(AAsset* asset, off64_t* outStart, off64_t* 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/base/include/androidfw/
H A DAsset.h104 virtual int openFileDescriptor(off64_t* outStart, off64_t* outLength) const = 0;
244 virtual int openFileDescriptor(off64_t* outStart, off64_t* outLength) const;
300 virtual int openFileDescriptor(off64_t* outStart, off64_t* outLength) const { return -1; }
/frameworks/av/media/mtp/
H A DMtpDevice.h98 void* getThumbnail(MtpObjectHandle handle, int& outLength);
H A DMtpDataPacket.h120 void* getData(int* outLength) const;
H A DMtpDataPacket.cpp541 void* MtpDataPacket::getData(int* outLength) const {
547 *outLength = length;
551 *outLength = 0;
H A DMtpDevice.cpp435 void* MtpDevice::getThumbnail(MtpObjectHandle handle, int& outLength) { argument
443 return mData.getData(&outLength);
446 outLength = 0;
/frameworks/base/libs/androidfw/
H A DAsset.cpp629 int _FileAsset::openFileDescriptor(off64_t* outStart, off64_t* outLength) const
640 *outLength = mMap->getDataLength();
647 *outLength = mLength;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp1256 size_t outLength = mb->range_length(); local
1259 outLength += sizeof(int32_t);
1269 ab = new ABuffer(outLength);

Completed in 285 milliseconds