Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp122 struct NuPlayer::FlushDecoderAction : public Action { struct in android::NuPlayer
123 FlushDecoderAction(FlushCommand audio, FlushCommand video) in FlushDecoderAction() argument
136 DISALLOW_EVIL_CONSTRUCTORS(FlushDecoderAction);
765 new FlushDecoderAction(FLUSH_CMD_FLUSH /* audio */, in onMessageReceived()
1067 new FlushDecoderAction( in onMessageReceived()
1150 new FlushDecoderAction( in onMessageReceived()
1303 new FlushDecoderAction( in onMessageReceived()
1344 new FlushDecoderAction(FLUSH_CMD_FLUSH /* audio */, in onMessageReceived()
2016 new FlushDecoderAction( in queueDecoderShutdown()
2356 new FlushDecoderAction(FLUSH_CMD_SHUTDOWN /* audio */, in onSourceNotify()
DNuPlayer.h121 struct FlushDecoderAction;