Searched refs:getTableCookie (Results 1 – 4 of 4) sorted by relevance
119 static_cast<jint>(table->getTableCookie(block))); in copyValue()1314 block != -1 ? reinterpret_cast<jint>(res.getTableCookie(block)) : (jint)-1; in android_content_AssetManager_resolveAttrs()1569 static_cast<jint>(res.getTableCookie(block)) : -1; in android_content_AssetManager_applyStyle()1713 block != kXmlBlock ? reinterpret_cast<jint>(res.getTableCookie(block)) : (jint)-1; in android_content_AssetManager_retrieveAttributes()1826 dest[STYLE_ASSET_COOKIE] = reinterpret_cast<jint>(res.getTableCookie(block)); in android_content_AssetManager_retrieveArray()
1844 int32_t getTableCookie(size_t index) const;
970 return table.getTableCookie(idx); in getPlatformAssetCookie()
5801 int32_t ResTable::getTableCookie(size_t index) const in getTableCookie() function in android::ResTable