Searched refs:getTableCookie (Results 1 – 4 of 4) sorted by relevance
108 static_cast<jint>(table->getTableCookie(block))); in copyValue()1191 block != -1 ? reinterpret_cast<jint>(res.getTableCookie(block)) : (jint)-1; in android_content_AssetManager_resolveAttrs()1429 static_cast<jint>(res.getTableCookie(block)) : -1; in android_content_AssetManager_applyStyle()1573 block != kXmlBlock ? reinterpret_cast<jint>(res.getTableCookie(block)) : (jint)-1; in android_content_AssetManager_retrieveAttributes()1686 dest[STYLE_ASSET_COOKIE] = reinterpret_cast<jint>(res.getTableCookie(block)); in android_content_AssetManager_retrieveArray()
1777 int32_t getTableCookie(size_t index) const;
942 return table.getTableCookie(idx); in getPlatformAssetCookie()
5321 int32_t ResTable::getTableCookie(size_t index) const in getTableCookie() function in android::ResTable