Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:postMessageAsync

318     postMessageAsync(new MessageDestroyGLTexture(getRenderEngine(), texture));
754 status_t SurfaceFlinger::postMessageAsync(const sp<MessageBase>& msg,
2198 postMessageAsync(msg); // we may be called from main thread, use async message
2912 status_t res = postMessageAsync(msg);