/frameworks/av/media/libmedia/ |
D | AudioTrackShared.cpp | 140 ssize_t filled = rear - front; in obtainBuffer() local 142 if (!(0 <= filled && (size_t) filled <= mFrameCount)) { in obtainBuffer() 145 "shutting down", filled, mFrameCount); in obtainBuffer() 151 filled = 0; in obtainBuffer() 156 size_t avail = mIsOut ? mFrameCount - filled : filled; in obtainBuffer() 346 ssize_t filled = rear - front; in getFramesFilled() local 348 if (!(0 <= filled && (size_t) filled <= mFrameCount)) { in getFramesFilled() 349 ALOGE("Shared memory control block is corrupt (filled=%zd); shutting down", filled); in getFramesFilled() 352 return (size_t)filled; in getFramesFilled() 560 ssize_t filled = rear - newFront; in obtainBuffer() local [all …]
|
/frameworks/av/media/libnbaio/ |
D | MonoPipe.cpp | 155 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/ |
D | touchlag.cpp | 106 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/opt/net/wifi/service/java/com/android/server/wifi/ |
D | README.txt | 3 frameworks/base/services/java/com/android/server/wifi: gitk <SHA1 to be filled in later>
|
/frameworks/base/docs/html/training/custom-views/ |
D | custom-drawing.jd | 235 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/arm_neon/vc/m4p2/src/ |
D | omxVCM4P2_DecodePadMV_PVOP_s.s | 56 ; * motion vector buffer is still filled with the
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
D | omxVCM4P2_DecodePadMV_PVOP_s.s | 56 ; * motion vector buffer is still filled with the
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 5388 ssize_t filled = rear - front; in threadLoop() local 5391 if (filled < 0) { in threadLoop() 5396 } else if ((size_t) filled <= mRsmpInFrames) { in threadLoop() 5397 framesIn = (size_t) filled; in threadLoop() 6012 ssize_t filled = rear - front; in getNextBuffer() local 6015 LOG_ALWAYS_FATAL_IF(!(0 <= filled && (size_t) filled <= recordThread->mRsmpInFrames)); in getNextBuffer() 6019 if (part1 > (size_t) filled) { in getNextBuffer() 6020 part1 = filled; in getNextBuffer()
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/ |
D | badges.jd | 175 /* This is necessary to handle back-navigation to the page after form was filled */
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | checklist.jd | 119 it is filled.</li>
|
D | apps.jd | 133 expected when the text field is empty. When the field is filled, TalkBack reads the entered
|
/frameworks/base/docs/html/distribute/tools/promote/ |
D | badges.jd | 194 /* This is necessary to handle back-navigation to the page after form was filled */
|
/frameworks/base/docs/html/training/tv/start/ |
D | layouts.jd | 116 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/ |
D | cache-bitmap.jd | 132 screen {@link android.widget.GridView} filled with images on a device with 800x480 resolution would
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | compute.jd | 88 automatically filled in based on the input {@link android.renderscript.Allocation} passed to the
|
/frameworks/rs/scriptc/ |
D | rs_matrix.rsh | 143 * destination is filled with elements of the identity matrix. E.g.
|
/frameworks/base/docs/html/tools/testing/ |
D | activity_test.jd | 214 …xt box, enter "SpinnerActivity". 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="…
|
D | testing_eclipse.jd | 168 added classes yet, this node won't have any children, and its icon will not be filled in.
|
/frameworks/base/docs/html/training/auto/audio/ |
D | index.jd | 205 icon's background gets filled in with the app's primary color.</p>
|
/frameworks/base/docs/html/design/wear/ |
D | watchfaces.jd | 169 replace filled images with pixel patterns. For analog watch face designs, hollow out the center
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-ui.jd | 391 Pixel swatch: A rectangle filled with the same color as the pixel.
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_subscriptions.jd | 128 <li>Additional currency pricing (can be auto-filled)</li>
|
D | billing_admin.jd | 203 tax-exclusive default price and tax-inclusive prices will be auto-filled. If you
|
/frameworks/base/docs/html/training/notepad/ |
D | notepad-ex1.jd | 51 The Project Name and other properties should be automatically filled for you.
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | calendar-provider.jd | 173 in a pre-filled form. After they're done, they're returned to your application.
|