Lines Matching refs:bagKeyId
2231 return getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, outValue);
2268 bool got = getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, &val);
2961 , bagKeyId(0)
3126 it.bagKeyId = table->getResId(key,
3128 //printf("Bag key of %s: #%08x\n", String8(key).string(), it.bagKeyId);
3129 if (it.bagKeyId == 0) {
3157 it.value, false, true, it.bagKeyId,
3218 items.add(it.bagKeyId, &it);
3236 map.name.ident = htodl(it.bagKeyId);
3721 if (it.bagKeyId == 0) {
3726 if (it.bagKeyId == attrID) {
3756 res = stringToValue(outValue, NULL, item->value, false, false, item->bagKeyId);