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

/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2Renderer.cpp162 const sp<AMessage> &notifyConsumed) {
167 msg->setMessage("notifyConsumed", notifyConsumed);
1457 sp<AMessage> notifyConsumed; local
1458 CHECK(msg->findMessage("notifyConsumed", &notifyConsumed));
1462 entry.mNotifyConsumed = notifyConsumed;
1685 sp<AMessage> notifyConsumed; local
1686 if (msg->findMessage("notifyConsumed", &notifyConsumed)) {
159 queueBuffer( bool audio, const sp<MediaCodecBuffer> &buffer, const sp<AMessage> &notifyConsumed) argument
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp163 const sp<AMessage> &notifyConsumed) {
168 msg->setMessage("notifyConsumed", notifyConsumed);
1458 sp<AMessage> notifyConsumed; local
1459 CHECK(msg->findMessage("notifyConsumed", &notifyConsumed));
1463 entry.mNotifyConsumed = notifyConsumed;
1679 sp<AMessage> notifyConsumed; local
1680 if (msg->findMessage("notifyConsumed", &notifyConsumed)) {
160 queueBuffer( bool audio, const sp<MediaCodecBuffer> &buffer, const sp<AMessage> &notifyConsumed) argument
[all...]

Completed in 36 milliseconds