Home
last modified time | relevance | path

Searched refs:filled (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/av/media/libmedia/
DAudioTrackShared.cpp154 ssize_t filled = rear - front; in obtainBuffer() local
156 if (!(0 <= filled && (size_t) filled <= mFrameCount)) { in obtainBuffer()
159 "shutting down", filled, mFrameCount); in obtainBuffer()
165 filled = 0; in obtainBuffer()
170 size_t avail = mIsOut ? mFrameCount - filled : filled; in obtainBuffer()
360 ssize_t filled = rear - front; in getFramesFilled() local
362 if (!(0 <= filled && (size_t) filled <= mFrameCount)) { in getFramesFilled()
363 ALOGE("Shared memory control block is corrupt (filled=%zd); shutting down", filled); in getFramesFilled()
366 return (size_t)filled; in getFramesFilled()
622 ssize_t filled = rear - newFront; in obtainBuffer() local
[all …]
/frameworks/av/media/libnbaio/
DMonoPipe.cpp155 size_t filled = (mMaxFrames - avail) + written; in write() local
157 if (filled <= mSetpoint / 2) { in write()
160 } else if (filled <= (mSetpoint * 3) / 4) { in write()
163 } else if (filled <= (mSetpoint * 5) / 4) { in write()
166 } else if (filled <= (mSetpoint * 3) / 2) { in write()
169 } else if (filled <= (mSetpoint * 7) / 4) { in write()
/frameworks/base/tests/touchlag/
Dtouchlag.cpp106 size_t x0, size_t y0, size_t radius, bool filled = false) { in drawCircle() argument
112 if (filled) { in drawCircle()
126 if (filled) { in drawCircle()
/frameworks/base/docs/html/training/testing/unit-testing/
Dindex.jd46 that can be filled by using mock objects.</li>
50 have Android dependencies which cannot be easily filled by using mock objects.</li>
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DREADME.txt3 frameworks/base/services/java/com/android/server/wifi: gitk <SHA1 to be filled in later>
/frameworks/base/docs/html/training/custom-views/
Dcustom-drawing.jd235 whether the shapes are filled, outlined, or both by calling {@link
243 Just as with primitive shapes, paths can be outlined, filled, or both, depending on the
250 {@link android.graphics.LinearGradient} on filled
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DomxVCM4P2_DecodePadMV_PVOP_s.s56 ; * motion vector buffer is still filled with the
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
DomxVCM4P2_DecodePadMV_PVOP_s.s56 ; * motion vector buffer is still filled with the
/frameworks/av/services/audioflinger/
DThreads.cpp6419 const ssize_t filled = rear - front; in sync() local
6423 if (filled < 0) { in sync()
6428 } else if ((size_t) filled <= recordThread->mRsmpInFrames) { in sync()
6429 framesIn = (size_t) filled; in sync()
6457 ssize_t filled = rear - front; in getNextBuffer() local
6460 LOG_ALWAYS_FATAL_IF(!(0 <= filled && (size_t) filled <= recordThread->mRsmpInFrames)); in getNextBuffer()
6464 if (part1 > (size_t) filled) { in getNextBuffer()
6465 part1 = filled; in getNextBuffer()
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/
Dbadges.jd175 /* This is necessary to handle back-navigation to the page after form was filled */
/frameworks/base/docs/html/distribute/tools/promote/
Dbadges.jd194 /* This is necessary to handle back-navigation to the page after form was filled */
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dchecklist.jd119 it is filled.</li>
/frameworks/rs/api/
Drs_matrix.spec198 of the destination is filled with elements of the identity matrix. E.g.
/frameworks/base/docs/html/training/tv/start/
Dlayouts.jd116 clip the outside edge of an app layout in order to ensure that the entire display is filled.
/frameworks/base/docs/html/training/displaying-bitmaps/
Dcache-bitmap.jd132 screen {@link android.widget.GridView} filled with images on a device with 800x480 resolution would
/frameworks/rs/scriptc/
Drs_matrix.rsh213 * of the destination is filled with elements of the identity matrix. E.g.
/frameworks/base/docs/html/guide/topics/renderscript/
Dcompute.jd88 automatically filled in based on the input {@link android.renderscript.Allocation} passed to the
/frameworks/base/docs/html/tools/testing/
Dactivity_test.jd214 …xt box, enter &quot;SpinnerActivity&quot;. The <em>Properties</em> area is filled in automatically.
244 …roid_project_complete_callouts.png" alt="New Android Project dialog with filled-in values" style="…
274 …project_complete_callouts.png" alt="New Android Test Project dialog with filled-in values" style="…
Dtesting_eclipse.jd168 added classes yet, this node won't have any children, and its icon will not be filled in.
/frameworks/base/docs/html/tools/debugging/
Ddebugging-ui.jd392 Pixel swatch: A rectangle filled with the same color as the pixel.
/frameworks/base/docs/html/design/wear/
Dwatchfaces.jd171 replace filled images with pixel patterns. For analog watch face designs, hollow out the center
/frameworks/base/docs/html/training/notepad/
Dnotepad-ex1.jd51 The Project Name and other properties should be automatically filled for you.
/frameworks/base/docs/html/google/play/billing/
Dbilling_admin.jd203 tax-exclusive default price and tax-inclusive prices will be auto-filled. If you
Dbilling_subscriptions.jd134 <li>Additional currency pricing (can be auto-filled)</li>
/frameworks/base/docs/html/training/auto/audio/
Dindex.jd211 icon's background gets filled in with the app's primary color.</p>

12