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

  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
sdlexe.cpp 341 CSDL* iSdl;
480 delete iSdl;
514 iSdl = CSDL::NewL(gSDLClass.SdlFlags());
516 gSDLClass.SendEvent(MSDLMainObs::ESDLCreated, 0, iSdl);
518 iSdl->SetObserver(this);
519 iSdl->DisableKeyBlocking(*this);
520 iSdl->SetContainerWindowL(
524 iSdl->AppendOverlay(iCursor, 0);
591 iSdl->CallMainL(gSDLClass.Main(), &iWait->iStatus, iParams, CSDL::ENoParamFlags, 0xA000);
603 if(iWait == NULL || !iWait->IsActive() || iSdl == NULL
    [all...]
SDL_main.cpp 160 CSDL* iSdl;
791 gEpocEnv->iSdl = NULL;
808 gEpocEnv->iSdl = sdl;
996 return gEpocEnv != NULL ? gEpocEnv->iSdl : NULL;

Completed in 557 milliseconds