Home
last modified time | relevance | path

Searched refs:cached (Results 1 – 9 of 9) sorted by relevance

/system/logging/logcat/
Dprocess_names.cpp69 const std::string& cached = cache.get(pid); in Get() local
70 if (!cached.empty()) { in Get()
71 return cached; in Get()
/system/unwinding/libunwindstack/benchmarks/
Dremote_unwind_benchmarks.cpp96 static void RemoteUnwind(benchmark::State& state, bool cached) { in RemoteUnwind() argument
104 if (cached) { in RemoteUnwind()
136 static void RemoteAndroidUnwind(benchmark::State& state, bool cached) { in RemoteAndroidUnwind() argument
144 if (cached) { in RemoteAndroidUnwind()
/system/sepolicy/private/
Dmediaprovider.te32 # Allow MediaProvider to read/write cached ringtones (opened by system).
Dlogd.te87 # expected to be locally cached).
Dpriv_app.te119 # Allow Phone to read/write cached ringtones (opened by system).
Dapp.te325 # Read/write cached ringtones (opened by system).
Dproperty_contexts940 # long-running Android apps so they can update cached data and their UI state.
/system/memory/lmkd/
DREADME.md107 Default = 701 (all cached apps excluding the last
Dlmkd.cpp464 int64_t cached; member
2155 mi->field.nr_file_pages = mi->field.cached + mi->field.swap_cached + in meminfo_parse()