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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp117 err = fetchInputData(msg);
215 status_t NuPlayer::DecoderPassThrough::fetchInputData(sp<AMessage> &reply) { function in class:android::NuPlayer::DecoderPassThrough
H A DNuPlayerDecoder.cpp558 err = fetchInputData(msg);
621 // and lasts for the lifetime of this codec. See its use in fetchInputData.
829 status_t NuPlayer::Decoder::fetchInputData(sp<AMessage> &reply) { function in class:android::NuPlayer::Decoder
899 ALOGE("fetchInputData: mismatched mIsEncrypted/mIsEncryptedObservedEarlier (0/1)");

Completed in 101 milliseconds