Searched defs:postMessageAsync (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp322 postMessageAsync(new MessageDestroyGLTexture(getRenderEngine(), texture));
772 status_t SurfaceFlinger::postMessageAsync(const sp<MessageBase>& msg, function in class:android::SurfaceFlinger
2429 postMessageAsync(msg); // we may be called from main thread, use async message
3257 status_t res = postMessageAsync(msg);

Completed in 194 milliseconds