Searched refs:filled (Results 1 – 11 of 11) sorted by relevance
187 ssize_t filled = rear - front; in obtainBuffer() local189 if (!(0 <= filled && (size_t) filled <= mFrameCount)) { in obtainBuffer()192 "shutting down", filled, mFrameCount); in obtainBuffer()198 filled = 0; in obtainBuffer()207 ssize_t avail = (mIsOut) ? adjustableSize - filled : filled; in obtainBuffer()643 ssize_t filled = rear - newFront; in flushBufferIfNeeded() local644 if (filled >= (ssize_t)overflowBit) { in flushBufferIfNeeded()648 ALOGV("flush wrap: filled %zx >= overflowBit %zx", filled, overflowBit); in flushBufferIfNeeded()650 filled -= overflowBit; in flushBufferIfNeeded()653 if (!(0 <= filled && (size_t) filled <= mFrameCount)) { in flushBufferIfNeeded()[all …]
99 size_t filled = mMaxFrames - (size_t) avail; in write() local101 if (filled <= mSetpoint / 2) { in write()104 } else if (filled <= (mSetpoint * 3) / 4) { in write()107 } else if (filled <= (mSetpoint * 5) / 4) { in write()110 } else if (filled <= (mSetpoint * 3) / 2) { in write()113 } else if (filled <= (mSetpoint * 7) / 4) { in write()
58 static sk_sp<Bitmap> createBoxBitmap(bool filled) { in createBoxBitmap() argument68 paint.setColor(filled ? Color::Yellow_500 : Color::Grey_700); in createBoxBitmap()69 paint.setStyle(filled ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style); in createBoxBitmap()
106 size_t x0, size_t y0, size_t radius, bool filled = false) { in drawCircle() argument112 if (filled) { in drawCircle()126 if (filled) { in drawCircle()
35 // Should be filled if is_jar is true37 // Should be filled if is_jar is false
56 ; * motion vector buffer is still filled with the
6993 const ssize_t filled = rear - front; in sync() local6997 if (filled < 0) { in sync()7002 } else if ((size_t) filled <= recordThread->mRsmpInFrames) { in sync()7003 framesIn = (size_t) filled; in sync()7031 ssize_t filled = rear - front; in getNextBuffer() local7034 LOG_ALWAYS_FATAL_IF(!(0 <= filled && (size_t) filled <= recordThread->mRsmpInFrames)); in getNextBuffer()7038 if (part1 > (size_t) filled) { in getNextBuffer()7039 part1 = filled; in getNextBuffer()
226 of the destination is filled with elements of the identity matrix. E.g.
229 * of the destination is filled with elements of the identity matrix. E.g.
2030 // package, the class name will be filled in instead (since settings3827 // Tag FIELD_AUTOFILL_NUM_VIEWS_FILLED: Number of views that could be filled3830 // Tag of a field for the number values to be filled in3833 // Tag of a field for the number of views that were filled