Searched defs:outLength (Results 1 - 3 of 3) sorted by last modified time

/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/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp1401 size_t outLength = mb->range_length(); local
1404 outLength += sizeof(int32_t);
1414 ab = new ABuffer(outLength);
/frameworks/av/media/mtp/
H A DMtpDevice.cpp400 void* MtpDevice::getThumbnail(MtpObjectHandle handle, int& outLength) { argument
408 return mData.getData(outLength);
411 outLength = 0;

Completed in 985 milliseconds