Home
last modified time | relevance | path

Searched full:kernel (Results 1 – 25 of 93) sorted by relevance

1234

/packages/services/Car/tools/bootio/sepolicy/
Ddomain.te1 # dontaudit bootio kernel:system module_request;
2 allow bootio kernel:fd use;
/packages/services/Car/tools/bootanalyze/
Dbootanalyze.py40 KERNEL_TIME_KEY = "kernel"
164 dump_timings_points_summary("Kernel", kernel_timing_points, args)
292 print "kernel time not captured in logcat, cannot get time diff"
301 print "BootAnimEnd time or BootComplete-kernel not captured in both log" +\
343 dump_timing_points("Kernel", kernel_timing_points)
461 … help='collect systrace from the device. kernel trace should be already enabled', )
Dconfig.yaml12 kernel: Linux version
/packages/services/Car/service/src/com/android/car/
DSystemInterface.java116 //TODO should return by checking some kernel suspend control sysfs, bug: 32061842 in isSystemSupportingDeepSleep()
153 // come from kernel. it can be either power on or wake up for maintenance in isWakeupCausedByTimer()
/packages/services/Car/tools/bootio/
Dbootio.cpp62 LOG(ERROR) << "Kernel doesn't support I/O profiling."; in StartDataCollection()
63 printf("Kernel doesn't support I/O profiling."); in StartDataCollection()
DREADME.md4 To use bootio kernel must be compiled with this flags:
/packages/services/Car/car_product/sepolicy/
Ddomain.te2 dontaudit domain kernel:system module_request;
/packages/apps/Settings/src/com/android/settings/applications/
DProcStatsData.java190 // Distribute kernel's Z-Ram across processes, based on how much they have been running. in distributeZRam()
191 // The idea is that the memory used by the kernel for this is not really the kernel's in distributeZRam()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
Dgrey.rs20 uchar __attribute__((kernel)) RGBAtoA(uchar4 in) {
Dvignette.rs65 uchar4 __attribute__((kernel)) vignette(const uchar4 in, uint32_t x, uint32_t y) {
Dgrad.rs99 uchar4 __attribute__((kernel)) selectiveAdjust(const uchar4 in, uint32_t x,
Dsaturation.rs148 uchar4 __attribute__((kernel)) selectiveAdjust(const uchar4 in, uint32_t x,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DMemoryUtils.java28 * Returns the amount of RAM available to the Linux kernel, i.e. whatever is left after all the
/packages/apps/Settings/res/xml/
Ddevice_info_settings.xml94 <!-- Device Kernel version -->
/packages/apps/TvSettings/Settings/res/xml/
Ddevice_info_settings.xml108 <!-- Device Kernel version -->
/packages/services/Car/vehicle_monitor_service/
DProcessMonitor.cpp72 "Kernel doesn't support I/O profiling."); in ProcessMonitor()
/packages/apps/Car/Settings/res/values/
Dstrings.xml200 <string name="kernel_version">Kernel version</string>
/packages/apps/Settings/src/com/android/settings/development/
DDevelopmentSettings.java1600 if (currentBuffers.equals("kernel")) { in updateLogpersistValues()
1605 currentBuffers.contains("kernel")) { in updateLogpersistValues()
/packages/apps/TvSettings/Settings/res/values-en-rGB/
Dstrings.xml137 <string name="kernel_version" msgid="2418845475938044903">"Kernel version"</string>
/packages/apps/TvSettings/Settings/res/values-pt/
Dstrings.xml137 <string name="kernel_version" msgid="2418845475938044903">"Versão do kernel"</string>
/packages/apps/TvSettings/Settings/res/values-es/
Dstrings.xml137 <string name="kernel_version" msgid="2418845475938044903">"Versión del kernel"</string>
/packages/apps/TvSettings/Settings/res/values-az/
Dstrings.xml137 <string name="kernel_version" msgid="2418845475938044903">"Kernel versiyası"</string>
/packages/apps/TvSettings/Settings/res/values-eu/
Dstrings.xml137 <string name="kernel_version" msgid="2418845475938044903">"Kernel bertsioa"</string>
/packages/apps/TvSettings/Settings/res/values-zu/
Dstrings.xml137 <string name="kernel_version" msgid="2418845475938044903">"Inguqulo ye-Kernel"</string>
/packages/apps/TvSettings/Settings/res/values-nl/
Dstrings.xml137 <string name="kernel_version" msgid="2418845475938044903">"Kernel-versie"</string>

1234