/frameworks/av/media/libmedia/ |
D | AudioTrackShared.cpp | 187 ssize_t filled = rear - front; in obtainBuffer() local 189 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() 647 ssize_t filled = rear - newFront; in obtainBuffer() local 648 if (filled >= (ssize_t)overflowBit) { in obtainBuffer() 652 ALOGV("flush wrap: filled %zx >= overflowBit %zx", filled, overflowBit); in obtainBuffer() 654 filled -= overflowBit; in obtainBuffer() 657 if (!(0 <= filled && (size_t) filled <= mFrameCount)) { in obtainBuffer() [all …]
|
/frameworks/av/media/libnbaio/ |
D | MonoPipe.cpp | 105 size_t filled = (mMaxFrames - avail) + written; in write() local 107 if (filled <= mSetpoint / 2) { in write() 110 } else if (filled <= (mSetpoint * 3) / 4) { in write() 113 } else if (filled <= (mSetpoint * 5) / 4) { in write() 116 } else if (filled <= (mSetpoint * 3) / 2) { in write() 119 } else if (filled <= (mSetpoint * 7) / 4) { in write()
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | ListViewAnimation.cpp | 104 static SkBitmap createBoxBitmap(bool filled) { in createBoxBitmap() argument 113 paint.setColor(filled ? Color::Yellow_500 : Color::Grey_700); in createBoxBitmap() 114 paint.setStyle(filled ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style); in createBoxBitmap()
|
/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/base/docs/html/training/testing/unit-testing/ |
D | index.jd | 47 that can be filled by using mock objects.</li> 51 have Android dependencies which cannot be easily filled by using mock objects.</li>
|
/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/arm11/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/arm_neon/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 | 6662 const ssize_t filled = rear - front; in sync() local 6666 if (filled < 0) { in sync() 6671 } else if ((size_t) filled <= recordThread->mRsmpInFrames) { in sync() 6672 framesIn = (size_t) filled; in sync() 6700 ssize_t filled = rear - front; in getNextBuffer() local 6703 LOG_ALWAYS_FATAL_IF(!(0 <= filled && (size_t) filled <= recordThread->mRsmpInFrames)); in getNextBuffer() 6707 if (part1 > (size_t) filled) { in getNextBuffer() 6708 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/rs/api/ |
D | rs_matrix.spec | 226 of the destination is filled with elements of the identity matrix. E.g.
|
/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.
|
D | start.jd | 231 <p>When a TV app launches, the system displays an animation that resembles an expanding, 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 | 229 * of the destination is filled with elements of the identity matrix. E.g.
|
/frameworks/base/docs/html/ndk/guides/audio/ |
D | opensl-prog-notes.jd | 233 (for an AudioPlayer), processing the just-filled input buffer and enqueueing the next
|
D | opensl-for-android.jd | 1026 buffer queue callback fires after each buffer is filled. The callback handler processes 1101 The application should initially enqueue a set of filled buffers in the Android buffer queue.
|
/frameworks/base/docs/html/design/wear/ |
D | watchfaces.jd | 171 replace filled images with pixel patterns. For analog watch face designs, hollow out the center
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_subscriptions.jd | 137 <li>Additional currency pricing (can be auto-filled)</li>
|
/frameworks/base/docs/html/training/auto/audio/ |
D | index.jd | 214 icon's background gets filled in with the app's primary color.</p>
|
/frameworks/base/docs/html/ndk/reference/ |
D | group___configuration.jd | 603 <p>Return the current country code set in the configuration. The output will be filled with an arra… 681 <p>Return the current language code set in the configuration. The output will be filled with an arr…
|