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.cpp569 postMessageAsync(new LambdaMessage([this]() NO_THREAD_SAFETY_ANALYSIS { in bootFinished()
661 postMessageAsync(new LambdaMessage([=] { in init()
1384 status_t SurfaceFlinger::postMessageAsync(const sp<MessageBase>& msg, in postMessageAsync() function in android::SurfaceFlinger
1507 postMessageAsync(new LambdaMessage( in setPrimaryVsyncEnabled()
4494 postMessageAsync( in initializeDisplays()
5990 status_t result = postMessageAsync(message); in captureScreenCommon()
5995 result = postMessageAsync(message); in captureScreenCommon()
DSurfaceFlinger.h263 status_t postMessageAsync(const sp<MessageBase>& msg, nsecs_t reltime = 0, uint32_t flags = 0);