Esempio n. 1
0
        virtual bool handler() {


   LOGI("handler()");
            Mutex::Autolock _l(flinger->mStateLock);

            // if we have secure windows, never allow the screen capture
            if (flinger->mSecureFrameBuffer)
                return true;

            result = flinger->captureScreenImplLocked(dpy,
                    heap, w, h, f, sw, sh);

            return true;
        }
Esempio n. 2
0
 virtual bool handler() {
     result = flinger->createLayer(name, client, w, h, format, flags,
             handle, gbp);
     return true;
 }
 virtual bool handler() {
     result = flinger->createLayer(params, name, client,
             w, h, format, flags);
     return true;
 }
Esempio n. 4
0
 virtual bool handler() {
     result = flinger->createLayer(name, client, w, h, format, flags,
             windowType, ownerUid, handle, gbp, parent);
     return true;
 }