Home
last modified time | relevance | path

Searched defs:bytesNeeded (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/photos/data/
H A DSparseArrayBitmapPool.java77 private void freeUpCapacity(int bytesNeeded) { in freeUpCapacity()
/aosp12/hardware/interfaces/identity/support/src/
H A Dcppbor_parse.cpp29 std::string insufficientLengthString(size_t bytesNeeded, size_t bytesAvail, in insufficientLengthString()
/aosp12/frameworks/base/libs/hwui/jni/
H A DGraphics.cpp650 const size_t bytesNeeded = maxInfo.computeByteSize(rowBytes); in allocPixelRef() local