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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp333 postMessageAsync(new MessageDestroyGLTexture(getRenderEngine(), texture));
873 status_t SurfaceFlinger::postMessageAsync(const sp<MessageBase>& msg, function in class:android::SurfaceFlinger
2599 postMessageAsync(msg); // we may be called from main thread, use async message
3529 status_t res = postMessageAsync(msg);
H A DSurfaceFlinger_hwc1.cpp330 postMessageAsync(new MessageDestroyGLTexture(getRenderEngine(), texture));
836 status_t SurfaceFlinger::postMessageAsync(const sp<MessageBase>& msg, function in class:android::SurfaceFlinger
2515 postMessageAsync(msg); // we may be called from main thread, use async message
3422 status_t res = postMessageAsync(msg);

Completed in 99 milliseconds