Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp5323 sp<AMessage> asyncNotify; in onMessageReceived() local
5324 (void)msg->findMessage("async", &asyncNotify); in onMessageReceived()
5327 AsyncNotifyPost(const sp<AMessage> &asyncNotify) : mAsyncNotify(asyncNotify) {} in onMessageReceived()
5336 } asyncNotifyPost{asyncNotify}; in onMessageReceived()
5438 if (asyncNotify != nullptr && mSurface != NULL) { in onMessageReceived()
5494 if (asyncNotify != nullptr) { in onMessageReceived()
5500 mAsyncReleaseCompleteNotification = asyncNotify; in onMessageReceived()