Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodec.cpp5213 sp<AMessage> asyncNotify; in onMessageReceived() local
5214 (void)msg->findMessage("async", &asyncNotify); in onMessageReceived()
5217 AsyncNotifyPost(const sp<AMessage> &asyncNotify) : mAsyncNotify(asyncNotify) {} in onMessageReceived()
5226 } asyncNotifyPost{asyncNotify}; in onMessageReceived()
5328 if (asyncNotify != nullptr && mSurface != NULL) { in onMessageReceived()
5384 if (asyncNotify != nullptr) { in onMessageReceived()
5390 mAsyncReleaseCompleteNotification = asyncNotify; in onMessageReceived()