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_IsRestrictBrowserBoot( void ) in OS_IsRestrictBrowserBoot()
327 …return (BOOL)OS_GetParentalControlInfoPtr()->flags.isSetParentalControl && (BOOL)OS_GetParentalCon… in OS_IsRestrictBrowserBoot()
341 static inline BOOL OS_IsRestrictPrepaidPoint( void ) in OS_IsRestrictPrepaidPoint()
343 …return (BOOL)OS_GetParentalControlInfoPtr()->flags.isSetParentalControl && (BOOL)OS_GetParentalCon… in OS_IsRestrictPrepaidPoint()
356 static inline BOOL OS_IsRestrictPhotoExchange( void ) in OS_IsRestrictPhotoExchange()
358 …return (BOOL)OS_GetParentalControlInfoPtr()->flags.isSetParentalControl && (BOOL)OS_GetParentalCon… in OS_IsRestrictPhotoExchange()
371 static inline BOOL OS_IsRestrictUGC( void ) in OS_IsRestrictUGC()
373 …return (BOOL)OS_GetParentalControlInfoPtr()->flags.isSetParentalControl && (BOOL)OS_GetParentalCon… in OS_IsRestrictUGC()
386 static inline BOOL OS_CheckParentalControlPassword( const char *password ) in OS_CheckParentalControlPassword()