Searched refs:appRatingInfo (Results 1 – 2 of 2) sorted by relevance
245 BOOL OSi_IsParentalControledAppCore(u8* appRatingInfo);248 OSi_IsParentalControledAppCore(u8* appRatingInfo) in OSi_IsParentalControledAppCore() argument256 if (appRatingInfo == NULL) in OSi_IsParentalControledAppCore()264 if ((appRatingInfo[p->ogn] & OS_TWL_PCTL_OGNINFO_ENABLE_MASK) == 0) in OSi_IsParentalControledAppCore()272 if ((appRatingInfo[p->ogn] & OS_TWL_PCTL_OGNINFO_ALWAYS_MASK) != 0) in OSi_IsParentalControledAppCore()278 if ((appRatingInfo[p->ogn] & OS_TWL_PCTL_OGNINFO_AGE_MASK) > p->ratingAge) in OSi_IsParentalControledAppCore()300 OS_IsParentalControledApp(u8* appRatingInfo) in OS_IsParentalControledApp() argument304 return OSi_IsParentalControledAppCore(appRatingInfo); in OS_IsParentalControledApp()
227 BOOL OS_IsParentalControledApp(u8* appRatingInfo);