Home
last modified time | relevance | path

Searched refs:last_resolution (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/
DAssetManager2.cpp561 last_resolution.resid = resid; in FindEntry()
562 last_resolution.cookie = best_cookie; in FindEntry()
563 last_resolution.steps = resolution_steps; in FindEntry()
566 last_resolution.type_string_ref = in FindEntry()
568 last_resolution.entry_string_ref = in FindEntry()
579 last_resolution.cookie = kInvalidCookie; in SetResourceResolutionLoggingEnabled()
580 last_resolution.resid = 0; in SetResourceResolutionLoggingEnabled()
581 last_resolution.steps.clear(); in SetResourceResolutionLoggingEnabled()
582 last_resolution.type_string_ref = StringPoolRef(); in SetResourceResolutionLoggingEnabled()
583 last_resolution.entry_string_ref = StringPoolRef(); in SetResourceResolutionLoggingEnabled()
[all …]
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h411 mutable Resolution last_resolution; variable