Searched defs:ClientState (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/DrawingBoard/
H A DSampleDrawingServer.cpp61 ClientState* cs;
62 std::map<int, ClientState*>::iterator it = fClientMap.find(cid);
64 cs = new ClientState;
201 struct ClientState { struct in class:DrawingServerView
206 std::map<int, ClientState*> fClientMap;
/external/skia/experimental/DrawingBoard/
H A DSampleDrawingServer.cpp61 ClientState* cs;
62 std::map<int, ClientState*>::iterator it = fClientMap.find(cid);
64 cs = new ClientState;
201 struct ClientState { struct in class:DrawingServerView
206 std::map<int, ClientState*> fClientMap;
/external/chromium_org/content/common/gpu/media/
H A Dvideo_decode_accelerator_unittest.cc9 // - ClientState is an enum for the state of the decode client used by the test.
179 enum ClientState { enum in namespace:content::__anon7618
208 // calls have been made, N>=0 means interpret as ClientState.
218 ClientStateNotification<ClientState>* note,
262 void SetState(ClientState new_state);
292 ClientStateNotification<ClientState>* note_;
300 ClientState state_;
330 ClientStateNotification<ClientState>* note,
615 void GLRenderingVDAClient::SetState(ClientState new_state) {
652 SetState(static_cast<ClientState>(
[all...]
H A Dvideo_encode_accelerator_unittest.cc312 enum ClientState { enum in namespace:content::__anon7620
471 ClientStateNotification<ClientState>* note,
497 void SetState(ClientState new_state);
536 ClientState state_;
541 ClientStateNotification<ClientState>* note_;
624 ClientStateNotification<ClientState>* note,
843 void VEAClient::SetState(ClientState new_state) {
1075 ScopedVector<ClientStateNotification<ClientState> > notes;
1088 notes.push_back(new ClientStateNotification<ClientState>());
1105 enum ClientState state_transition
[all...]

Completed in 100 milliseconds