HomeSort by relevance Sort by last modified time
    Searched defs:overlay (Results 101 - 125 of 207) sorted by null

1 2 3 45 6 7 8 9

  /frameworks/base/services/core/java/com/android/server/display/
OverlayDisplayAdapter.java 41 * A display adapter that uses overlay windows to simulate secondary displays
43 * overlay displays.
82 for (OverlayDisplayHandle overlay : mOverlays) {
83 overlay.dumpLocked(pw);
127 Slog.i(TAG, "Dismissing all overlay display devices.");
128 for (OverlayDisplayHandle overlay : mOverlays) {
129 overlay.dismissLocked();
139 Slog.w(TAG, "Too many overlay display devices specified: " + value);
158 Slog.i(TAG, "Showing overlay display device #" + number
171 Slog.w(TAG, "Malformed overlay display devices setting: " + value)
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 26 #include <overlay.h>
31 namespace overlay { namespace
36 namespace ovutils = overlay::utils;
91 overlay::Rotator* rot;
218 * overlay pipes.
219 * Configures overlay.
262 /* configure's overlay pipes for the frame */
304 /* configure's overlay pipes for the frame */
hwc_utils.h 49 namespace ovutils = overlay::utils;
51 namespace overlay { namespace
52 class Overlay;
174 void add(hwc_layer_1_t* layer, overlay::Rotator *rot);
182 overlay::Rotator* getRot(uint32_t index) const;
186 overlay::Rotator* mRot[MAX_SESS];
199 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const {
326 int configRotator(overlay::Rotator *rot, ovutils::Whf& whf,
330 int configMdp(overlay::Overlay *ov, const ovutils::PipeArgs& parg
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlay.cpp 31 #include "overlay.h"
38 namespace overlay { namespace
42 Overlay::Overlay() {
54 Overlay::~Overlay() {
61 void Overlay::configBegin() {
70 void Overlay::configDone() {
92 int Overlay::getPipeId(utils::eDest dest) {
96 eDest Overlay::getDest(int pipeid)
    [all...]
overlay.h 39 namespace overlay { namespace
42 class Overlay : utils::NoCopy {
66 ~Overlay();
86 * end, and expect the overlay to allocate a given pipe for a layer.
91 /* getting overlay.pipeid for the given dest */
138 /* Returns the singleton instance of overlay */
139 static Overlay* getInstance();
153 explicit Overlay();
237 static Overlay *sInstance;
247 inline void Overlay::validate(int index)
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 26 #include <overlay.h>
31 namespace overlay { namespace
36 namespace ovutils = overlay::utils;
83 overlay::Rotator* rot;
135 /* allocate MDP pipes from overlay */
208 * overlay pipes.
209 * Configures overlay.
251 /* configure's overlay pipes for the frame */
285 /* configure's overlay pipes for the frame */
hwc_utils.h 46 namespace ovutils = overlay::utils;
48 namespace overlay { namespace
49 class Overlay;
161 void add(hwc_layer_1_t* layer, overlay::Rotator *rot);
169 overlay::Rotator* getRot(uint32_t index) const;
173 overlay::Rotator* mRot[MAX_SESS];
186 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const {
299 int configRotator(overlay::Rotator *rot, ovutils::Whf& whf,
303 int configMdp(overlay::Overlay *ov, const ovutils::PipeArgs& parg
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
overlay.cpp 31 #include "overlay.h"
43 namespace overlay { namespace
47 Overlay::Overlay() {
59 Overlay::~Overlay() {
66 void Overlay::configBegin() {
75 void Overlay::configDone() {
97 int Overlay::getPipeId(utils::eDest dest) {
101 eDest Overlay::getDest(int pipeid)
    [all...]
  /external/aac/libAACdec/src/
channelinfo.h 259 } overlay; member in struct:__anon4660
270 * - pComData->overlay memory pointed to can be overwritten after each CChannelElement_Decode() call..
  /external/chromium_org/third_party/zlib/
deflate.c 226 ushf *overlay; local
227 /* We overlay pending_buf and d_buf+l_buf. This works since the average
293 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
294 s->pending_buf = (uchf *) overlay;
304 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
    [all...]
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp 455 inline float overlay (float src, float dst) function in namespace:rr::advblend
620 case BLENDEQUATION_ADVANCED_OVERLAY: SAMPLE_REGISTER_ADV_BLEND(overlay); break;
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_deflate.c 227 ushf *overlay; local
228 /* We overlay pending_buf and d_buf+l_buf. This works since the average
300 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
301 s->pending_buf = (uchf *) overlay;
311 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
deflate.c 228 ushf *overlay; local
229 /* We overlay pending_buf and d_buf+l_buf. This works since the average
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
302 s->pending_buf = (uchf *) overlay;
312 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
    [all...]
  /external/zlib/src/
deflate.c 228 ushf *overlay; local
229 /* We overlay pending_buf and d_buf+l_buf. This works since the average
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
302 s->pending_buf = (uchf *) overlay;
312 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
    [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 53 #include "Overlay.h"
604 Overlay::drawInfoPage(encoderInputSurface);
607 // Configure optional overlay.
609 sp<Overlay> overlay; local
612 overlay = new Overlay();
613 err = overlay->start(encoderInputSurface, &bufferProducer);
619 printf("Bugreport overlay created\n");
707 if (overlay != NULL) overlay->stop()
    [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.c 65 * Description: Use this function to reset the overlay register back buffer to its default
148 regs.overlay.OGAMC0 = gamma0;
149 regs.overlay.OGAMC1 = gamma1;
150 regs.overlay.OGAMC2 = gamma2;
151 regs.overlay.OGAMC3 = gamma3;
152 regs.overlay.OGAMC4 = gamma4;
153 regs.overlay.OGAMC5 = gamma5;
167 drv_debug_msg(VIDEO_DEBUG_GENERAL, "I830StopVideo : no overlay has been enabled, do nothing.\n");
194 regs.overlay.b_wait_vblank = 1;
208 regs.overlay.b_wait_vblank = 1
426 I830OverlayRegPtr overlay = (I830OverlayRegPtr)(pPriv->regmap[overlayId]); local
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 47 namespace ovutils = overlay::utils;
49 namespace overlay { namespace
50 class Overlay;
128 void add(hwc_layer_1_t* layer, overlay::Rotator *rot);
132 overlay::Rotator* getRot(uint32_t index) const;
136 overlay::Rotator* mRot[MAX_SESS];
149 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const {
202 overlay::Rotator **rot);
208 const ovutils::eDest& rDest, overlay::Rotator **rot);
307 //Overlay object - NULL for non overlay device
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 46 namespace ovutils = overlay::utils;
48 namespace overlay { namespace
49 class Overlay;
130 void add(hwc_layer_1_t* layer, overlay::Rotator *rot);
134 overlay::Rotator* getRot(uint32_t index) const;
138 overlay::Rotator* mRot[MAX_SESS];
151 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const {
218 int configRotator(overlay::Rotator *rot, const ovutils::Whf& whf,
222 int configMdp(overlay::Overlay *ov, const ovutils::PipeArgs& parg
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java 356 * Generates a phone number shortcut icon. Adds an overlay describing the type of the phone
376 // Create an overlay for the phone number type
377 CharSequence overlay = Phone.getTypeLabel(r, phoneType, phoneLabel); local
379 if (overlay != null) {
397 overlay = TextUtils.ellipsize(overlay, textPaint, mIconSize, TruncateAt.END);
398 final float textWidth = textPaint.measureText(overlay, 0, overlay.length());
399 canvas.drawText(overlay, 0, overlay.length(), (mIconSize - textWidth) / 2, mIconSiz
    [all...]
  /external/chromium_org/third_party/jinja2/
environment.py 224 #: True if the environment is just an overlay
227 #: the environment this environment is linked to if it is an overlay
323 def overlay(self, block_start_string=missing, block_end_string=missing, member in class:Environment
332 """Create a new overlay environment that shares all the data with the
    [all...]
  /external/chromium_org/v8/test/cctest/
test-regexp.cc 1645 Vector<const int> overlay = CharacterRange::GetWordBounds(); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_new.cpp 514 const TOverlay overlay = {&aOverlay, aPriority}; local
515 return iOverlays.Insert(overlay, i);
dsa_old.cpp 770 const TOverlay overlay = {&aOverlay, aPriority}; local
771 return iOverlays.Insert(overlay, i);
  /frameworks/base/core/java/android/app/
EnterTransitionCoordinator.java 593 ViewGroupOverlay overlay = decorView.getOverlay(); local
598 overlay.add(snapshot);
605 ViewGroupOverlay overlay = decorView.getOverlay();
608 overlay.remove(rejectedSnapshots.get(i));
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 411 final ViewGroupOverlay overlay = mContainerView.getOverlay(); local
418 overlay.add(revealView);
420 // Add the source to the containerView's overlay so that the animation can occur under the
421 // status bar, the source view will be automatically positioned in the overlay so that
423 overlay.add(source);
438 overlay.remove(source);
465 overlay.remove(revealView);

Completed in 1075 milliseconds

1 2 3 45 6 7 8 9