Searched refs:isStaleReply (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.h69 bool isStaleReply(const sp<AMessage> &msg);
H A DNuPlayerDecoder.h128 bool isStaleReply(const sp<AMessage> &msg);
H A DNuPlayerDecoderPassThrough.cpp96 bool NuPlayer::DecoderPassThrough::isStaleReply(const sp<AMessage> &msg) { function in class:android::NuPlayer::DecoderPassThrough
421 if (!isStaleReply(msg)) {
H A DNuPlayerDecoder.cpp207 if (!isStaleReply(msg)) {
215 if (!isStaleReply(msg)) {
823 bool NuPlayer::Decoder::isStaleReply(const sp<AMessage> &msg) { function in class:android::NuPlayer::Decoder

Completed in 295 milliseconds