Searched refs:outLength (Results 1 – 11 of 11) sorted by relevance
/frameworks/minikin/libs/minikin/ |
D | FontLanguageListCache.cpp | 40 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/ |
D | asset_manager.cpp | 217 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/ |
D | asset_manager.h | 198 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/ |
D | Asset.h | 107 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/ |
D | MtpDevice.h | 105 void* getThumbnail(MtpObjectHandle handle, int& outLength);
|
D | MtpDataPacket.cpp | 638 void* MtpDataPacket::getData(int* outLength) const { in getData() 644 *outLength = length; in getData() 648 *outLength = 0; in getData()
|
D | MtpDataPacket.h | 126 void* getData(int* outLength) const;
|
D | MtpDevice.cpp | 450 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/ |
D | Asset.cpp | 674 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/ |
D | GenericSource.cpp | 1268 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/ |
D | boot-image-profile.txt | 45228 HSPLjava/util/Base64$Decoder;->outLength([BII)I
|