HomeSort by relevance Sort by last modified time
    Searched refs:EPOC_WsSession (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.h 56 RWsSession EPOC_WsSession;
SDL_epocvideo.cpp 195 error = Private->EPOC_WsSession.Connect();
197 Private->EPOC_WsScreen=new(ELeave) CWsScreenDevice(Private->EPOC_WsSession);
201 Private->EPOC_WsWindowGroup=RWindowGroup(Private->EPOC_WsSession);
216 Private->EPOC_WsWindow=RWindow(Private->EPOC_WsSession);
282 Private->EPOC_Bitmap = new (ELeave) CWsBitmap(Private->EPOC_WsSession);
304 Private->EPOC_WsSession.EventReady(&Private->EPOC_WsEventStatus);
306 Private->EPOC_WsSession.RedrawReady(&Private->EPOC_RedrawEventStatus);
431 Private->EPOC_WsSession.Flush();
465 TInt focusWindowGroupId = Private->EPOC_WsSession.GetFocusWindowGroup();
480 while (Private->EPOC_WsSession.GetFocusWindowGroup() != Private->EPOC_WsWindowGroupID
    [all...]
SDL_epocevents.cpp 136 Private->EPOC_WsSession.EventReady(&Private->EPOC_WsEventStatus);
138 Private->EPOC_WsSession.GetEvent(Private->EPOC_WsEvent);
141 //Private->EPOC_WsSession.EventReady(&Private->EPOC_WsEventStatus);
188 //Private->EPOC_WsSession.EventReady(&Private->EPOC_WsEventStatus);
191 Private->EPOC_WsSession.GetEvent(Private->EPOC_WsEvent);
194 Private->EPOC_WsSession.EventReady(&Private->EPOC_WsEventStatus);

Completed in 712 milliseconds