Searched refs:SetSurfaceAction (Results 1 – 4 of 4) sorted by relevance
125 struct SetSurfaceAction;
108 struct NuPlayer::SetSurfaceAction : public Action { struct in android::NuPlayer109 explicit SetSurfaceAction(const sp<Surface> &surface) in SetSurfaceAction() function120 DISALLOW_EVIL_CONSTRUCTORS(SetSurfaceAction);784 mDeferredActions.push_back(new SetSurfaceAction(surface)); in onMessageReceived()
115 struct SetSurfaceAction;
143 struct NuPlayer2::SetSurfaceAction : public Action { struct in android::NuPlayer2144 explicit SetSurfaceAction(const sp<ANativeWindowWrapper> &nww) in SetSurfaceAction() argument155 DISALLOW_EVIL_CONSTRUCTORS(SetSurfaceAction);922 mDeferredActions.push_back(new SetSurfaceAction(nww)); in onMessageReceived()