Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:postMessageAsync

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