Searched defs:outLength (Results 1 – 5 of 5) sorted by relevance
217 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength) in AAsset_openFileDescriptor()228 int AAsset_openFileDescriptor64(AAsset* asset, off64_t* outStart, off64_t* outLength) in AAsset_openFileDescriptor64()
39 size_t outLength = 0; in toLanguageTag() local
300 virtual int openFileDescriptor(off64_t* outStart, off64_t* outLength) const { return -1; } in openFileDescriptor()
435 void* MtpDevice::getThumbnail(MtpObjectHandle handle, int& outLength) { in getThumbnail()
1256 size_t outLength = mb->range_length(); in mediaBufferToABuffer() local