Home | History | Annotate | Download | only in Shell

Lines Matching refs:PVRShellSet

75  PVRShellSet() and PVRShellGet() are used to pass data to and from PVRShell. PVRShellSet() is recommended to be used
85 PVRShellSet (prefFullScreen, true);
429 call PVRShellSet() to change default values, e.g.
493 bool PVRShellSet(const prefNameBoolEnum prefName, const bool value);
502 bool PVRShellSet(const prefNameFloatEnum prefName, const float value);
511 bool PVRShellSet(const prefNameIntEnum prefName, const int value);
520 bool PVRShellSet(const prefNamePtrEnum prefName, const void * const ptrValue);
529 bool PVRShellSet(const prefNameConstPtrEnum prefName, const void * const ptrValue);