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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp386 postMessageAsync(new MessageDestroyGLTexture(getRenderEngine(), texture));
1054 status_t SurfaceFlinger::postMessageAsync(const sp<MessageBase>& msg, function in class:android::SurfaceFlinger
3179 postMessageAsync(msg); // we may be called from main thread, use async message
4172 status_t res = postMessageAsync(msg);
H A DSurfaceFlinger_hwc1.cpp361 postMessageAsync(new MessageDestroyGLTexture(getRenderEngine(), texture));
962 status_t SurfaceFlinger::postMessageAsync(const sp<MessageBase>& msg, function in class:android::SurfaceFlinger
2839 postMessageAsync(msg); // we may be called from main thread, use async message
3773 status_t res = postMessageAsync(msg);

Completed in 53 milliseconds