Home
last modified time | relevance | path

Searched refs:outLength (Results 1 – 11 of 11) sorted by relevance

/frameworks/minikin/libs/minikin/
DFontLanguageListCache.cpp40 size_t outLength = 0; in toLanguageTag() local
42 outLength = uloc_canonicalize(locale.c_str(), output, outSize, &uErr); in toLanguageTag()
52 (outLength == 3 || (outLength == 8 && output[3] == '_'))) { in toLanguageTag()
53 return outLength; in toLanguageTag()
67 outLength = uloc_toLanguageTag(likelyChars, output, outSize, FALSE, &uErr); in toLanguageTag()
77 return outLength; in toLanguageTag()
/frameworks/base/native/android/
Dasset_manager.cpp217 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength) in AAsset_openFileDescriptor() argument
224 *outLength = off_t(outLength64); in AAsset_openFileDescriptor()
228 int AAsset_openFileDescriptor64(AAsset* asset, off64_t* outStart, off64_t* outLength) in AAsset_openFileDescriptor64() argument
230 return asset->mAsset->openFileDescriptor(outStart, outLength); in AAsset_openFileDescriptor64()
/frameworks/native/include/android/
Dasset_manager.h198 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength)
210 int AAsset_openFileDescriptor64(AAsset* asset, off64_t* outStart, off64_t* outLength);
/frameworks/base/libs/androidfw/include/androidfw/
DAsset.h107 virtual int openFileDescriptor(off64_t* outStart, off64_t* outLength) const = 0;
267 virtual int openFileDescriptor(off64_t* outStart, off64_t* outLength) const;
/frameworks/av/media/mtp/
DMtpDevice.h105 void* getThumbnail(MtpObjectHandle handle, int& outLength);
DMtpDataPacket.cpp638 void* MtpDataPacket::getData(int* outLength) const { in getData()
644 *outLength = length; in getData()
648 *outLength = 0; in getData()
DMtpDataPacket.h126 void* getData(int* outLength) const;
DMtpDevice.cpp450 void* MtpDevice::getThumbnail(MtpObjectHandle handle, int& outLength) { in getThumbnail() argument
458 return mData.getData(&outLength); in getThumbnail()
461 outLength = 0; in getThumbnail()
/frameworks/base/libs/androidfw/
DAsset.cpp674 int _FileAsset::openFileDescriptor(off64_t* outStart, off64_t* outLength) const in openFileDescriptor()
685 *outLength = mMap->getDataLength(); in openFileDescriptor()
692 *outLength = mLength; in openFileDescriptor()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp1268 size_t outLength = mb->range_length(); in mediaBufferToABuffer() local
1271 outLength += sizeof(int32_t); in mediaBufferToABuffer()
1296 ab = new ABuffer(outLength); in mediaBufferToABuffer()
/frameworks/base/config/
Dboot-image-profile.txt45228 HSPLjava/util/Base64$Decoder;->outLength([BII)I