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

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

Completed in 116 milliseconds