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

/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2DecoderPassThrough.h69 bool isStaleReply(const sp<AMessage> &msg);
H A DNuPlayer2Decoder.h128 bool isStaleReply(const sp<AMessage> &msg);
H A DNuPlayer2DecoderPassThrough.cpp95 bool NuPlayer2::DecoderPassThrough::isStaleReply(const sp<AMessage> &msg) { function in class:android::NuPlayer2::DecoderPassThrough
420 if (!isStaleReply(msg)) {
H A DNuPlayer2Decoder.cpp206 if (!isStaleReply(msg)) {
214 if (!isStaleReply(msg)) {
872 bool NuPlayer2::Decoder::isStaleReply(const sp<AMessage> &msg) { function in class:android::NuPlayer2::Decoder
/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.cpp208 if (!isStaleReply(msg)) {
216 if (!isStaleReply(msg)) {
853 bool NuPlayer::Decoder::isStaleReply(const sp<AMessage> &msg) { function in class:android::NuPlayer::Decoder

Completed in 699 milliseconds