Lines Matching refs:BOOL
85 BOOL OSIsDebuggerPresent( void );
109 BOOL OSIsDebuggerInitialized( void );
115 BOOL OSGetForegroundBucket( void ** appRetArea, u32 * apRetSizeBytes);
116 BOOL OSGetForegroundBucketFreeArea( void ** appRetArea, u32 * apRetSizeBytes);
117 BOOL OSRequestFastExit(u32 aFlags, BOOL bRunExit);
118 BOOL OSSendAppSwitchRequest(UPID aProcId, void *apArgs, u32 aArgsBytes);
119 BOOL OSGetCallArgs(UPID *apRetCaller, u8 *apBuffer, u32 aBufferBytes);
120 BOOL OSSetScreenCapturePermission(BOOL enabled);
121 BOOL OSGetScreenCapturePermission(void);
122 BOOL OSSetScreenCapturePermissionEx(BOOL tvEnabled, BOOL drcEnabled);
123 BOOL OSGetScreenCapturePermissionEx(BOOL* tvEnabled, BOOL* drcEnabled);
124 BOOL OSEnableHomeButtonMenu(BOOL enable);
125 BOOL OSIsColdBoot(void);
126 BOOL OSIsSelfRefreshBoot(void);
127 BOOL OSIsNormalBoot(void);
128 BOOL OSIsECOBoot(void);
129 BOOL OSIsStandbyBoot(void);
130 BOOL OSIsOffBoot();
131 BOOL OSIsCompatBoot(void);
135 BOOL OSIsProdMode(void);
136 BOOL OSIsECOMode(void);
137 BOOL OSIsHomeButtonMenuEnabled(void);
150 BOOL OSSendPolicyRequest(OSPolicyRequest aPolicy, UPID aTargetProcId);
257 void OSSupressConsoleOutput(BOOL umSuppress, BOOL appSuppress, BOOL kmSuppress);