Home
last modified time | relevance | path

Searched refs:postMessageAsync (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
DMonitoredProducer.cpp43 mFlinger->postMessageAsync(cleanUpListMessage); in ~MonitoredProducer()
DSurfaceFlinger.cpp562 postMessageAsync(new LambdaMessage([this]() NO_THREAD_SAFETY_ANALYSIS { in bootFinished()
675 postMessageAsync(new LambdaMessage([=] { in init()
1400 status_t SurfaceFlinger::postMessageAsync(const sp<MessageBase>& msg, in postMessageAsync() function in android::SurfaceFlinger
4403 postMessageAsync( in initializeDisplays()
5869 status_t result = postMessageAsync(message); in captureScreenCommon()
5874 result = postMessageAsync(message); in captureScreenCommon()
DSurfaceFlinger.h263 status_t postMessageAsync(const sp<MessageBase>& msg, nsecs_t reltime = 0, uint32_t flags = 0);