Home | History | Annotate | Download | only in src

Lines Matching full:appid

348 	uid_t appid;
351 appid = uid % AID_USER;
352 if (appid < AID_APP) {
354 if (android_ids[n].aid == appid) {
361 } else if (appid < AID_ISOLATED_START) {
363 appid -= AID_APP;
366 appid -= AID_ISOLATED_START;
369 if (appid >= CAT_MAPPING_MAX_ID || userid >= CAT_MAPPING_MAX_ID)
427 context_range_get(ctx), appid & 0xff,
428 256 + (appid>>8 & 0xff));
438 context_range_get(ctx), appid & 0xff,
439 256 + (appid>>8 & 0xff),