Lines Matching refs:bagKeyId
2351 return getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, outValue);
2386 bagKeyId, &val);
3132 , bagKeyId(0)
3297 it.bagKeyId = table->getResId(key,
3299 //printf("Bag key of %s: #%08x\n", String8(key).string(), it.bagKeyId);
3300 if (it.bagKeyId == 0) {
3330 it.value, false, true, it.bagKeyId,
3415 items.add(it.bagKeyId, &it);
3433 map.name.ident = htodl(it.bagKeyId);
3917 if (it.bagKeyId == 0) {
3922 if (it.bagKeyId == attrID) {
3952 res = stringToValue(outValue, NULL, item->value, false, false, item->bagKeyId);