Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp116 struct NuPlayer::FlushDecoderAction : public Action { struct in android::NuPlayer
117 FlushDecoderAction(FlushCommand audio, FlushCommand video) in FlushDecoderAction() function
130 DISALLOW_EVIL_CONSTRUCTORS(FlushDecoderAction);
649 new FlushDecoderAction(FLUSH_CMD_FLUSH /* audio */, in onMessageReceived()
916 new FlushDecoderAction( in onMessageReceived()
996 new FlushDecoderAction( in onMessageReceived()
1143 new FlushDecoderAction( in onMessageReceived()
1182 new FlushDecoderAction(FLUSH_CMD_FLUSH /* audio */, in onMessageReceived()
1708 new FlushDecoderAction( in queueDecoderShutdown()
2035 new FlushDecoderAction(FLUSH_CMD_SHUTDOWN /* audio */, in onSourceNotify()
DNuPlayer.h108 struct FlushDecoderAction;