Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:PostMessageAction

139 struct NuPlayer::PostMessageAction : public Action {
140 explicit PostMessageAction(const sp<AMessage> &msg)
151 DISALLOW_EVIL_CONSTRUCTORS(PostMessageAction);
2023 mDeferredActions.push_back(new PostMessageAction(reply));