Lines Matching refs:BOOL

165 BOOL    OS_IsAvailableWireless(void);
177 BOOL OS_IsAgreeEULA(void);
227 BOOL OS_IsParentalControledApp(u8* appRatingInfo);
264 BOOL OS_IsForceDisableWireless(void);
310 static inline BOOL OS_IsRestrictPictoChatBoot( void ) in OS_IsRestrictPictoChatBoot()
312 …return (BOOL)OS_GetParentalControlInfoPtr()->flags.isSetParentalControl && (BOOL)OS_GetParentalCon… in OS_IsRestrictPictoChatBoot()
325 static inline BOOL OS_IsRestrictDSDownloadBoot( void ) in OS_IsRestrictDSDownloadBoot()
327 …return (BOOL)OS_GetParentalControlInfoPtr()->flags.isSetParentalControl && (BOOL)OS_GetParentalCon… in OS_IsRestrictDSDownloadBoot()
340 static inline BOOL OS_IsRestrictBrowserBoot( void ) in OS_IsRestrictBrowserBoot()
342 …return (BOOL)OS_GetParentalControlInfoPtr()->flags.isSetParentalControl && (BOOL)OS_GetParentalCon… in OS_IsRestrictBrowserBoot()
356 static inline BOOL OS_IsRestrictPrepaidPoint( void ) in OS_IsRestrictPrepaidPoint()
358 …return (BOOL)OS_GetParentalControlInfoPtr()->flags.isSetParentalControl && (BOOL)OS_GetParentalCon… in OS_IsRestrictPrepaidPoint()
371 static inline BOOL OS_IsRestrictPhotoExchange( void ) in OS_IsRestrictPhotoExchange()
373 …return (BOOL)OS_GetParentalControlInfoPtr()->flags.isSetParentalControl && (BOOL)OS_GetParentalCon… in OS_IsRestrictPhotoExchange()
386 static inline BOOL OS_IsRestrictUGC( void ) in OS_IsRestrictUGC()
388 …return (BOOL)OS_GetParentalControlInfoPtr()->flags.isSetParentalControl && (BOOL)OS_GetParentalCon… in OS_IsRestrictUGC()
401 static inline BOOL OS_CheckParentalControlPassword( const char *password ) in OS_CheckParentalControlPassword()