Home
last modified time | relevance | path

Searched refs:cpu (Results 1 – 19 of 19) sorted by relevance

/hardware/qcom/sm8150/thermal/
Dthermal_common.c71 unsigned int cpu = 0; in get_cpu_label() local
77 for(cpu = 0; cpu < get_num_cpus(); cpu++) { in get_cpu_label()
78 cpu_label[cpu] = (char *)calloc(sizeof("CPUN"), sizeof(char)); in get_cpu_label()
79 if(!cpu_label[cpu]) in get_cpu_label()
81 snprintf(cpu_label[cpu], sizeof("CPUN"), CPU_LABEL, cpu); in get_cpu_label()
268 unsigned int idx = 0, cpu = 0; in thermal_zone_init() local
285 for (cpu = 0; cpu < get_num_cpus() && in thermal_zone_init()
286 idx < (get_num_cpus() + cfg_cnt - 1); cpu++, idx++) { in thermal_zone_init()
288 v_sen_t[j].type, cpu)) { in thermal_zone_init()
/hardware/google/pixel/power-libperfmgr/aidl/
Dandroid.hardware.power-service.pixel-libperfmgr.rc26 on property:vendor.powerhal.dalvik.vm.dex2oat-cpu-set=*
27 setprop dalvik.vm.dex2oat-cpu-set ${vendor.powerhal.dalvik.vm.dex2oat-cpu-set}
28 setprop dalvik.vm.restore-dex2oat-cpu-set ${vendor.powerhal.dalvik.vm.dex2oat-cpu-set}
DGpuCalculationHelpers.cpp42 nanoseconds sanitize_timings(nanoseconds total, nanoseconds cpu, nanoseconds gpu) { in sanitize_timings() argument
43 auto const accounted_portion = cpu + gpu; in sanitize_timings()
46 auto const cpu_portion = duration_cast<duration<float, std::nano>>(cpu) / accounted_portion; in sanitize_timings()
/hardware/google/gfxstream/host/compressedTextureFormats/
DCMakeLists.txt2 set(astc-cpu-decompressor-sources AstcCpuDecompressorImpl.cpp)
4 set(astc-cpu-decompressor-sources AstcCpuDecompressorNoOp.cpp)
9 ${astc-cpu-decompressor-sources})
/hardware/interfaces/tests/libhwbinder/1.0/default/
DScheduleTest.cpp65 int cpu = sched_getcpu(); in send() local
67 if (cpu != cpu_caller) { in send()
/hardware/google/pixel/thermal/
Dpixel-thermal-logd.rc55 write /dev/thermal/tz-by-name/skin-therm-cpu/emul_temp 25000
56 write /dev/thermal/tz-by-name/skin-therm-cpu/mode disabled
57 write /dev/thermal/tz-by-name/skin-virt-cpu/emul_temp 25000
58 write /dev/thermal/tz-by-name/skin-virt-cpu/mode disabled
97 write /dev/thermal/tz-by-name/skin-therm-cpu/emul_temp 0
98 write /dev/thermal/tz-by-name/skin-therm-cpu/mode enabled
99 write /dev/thermal/tz-by-name/skin-virt-cpu/emul_temp 0
100 write /dev/thermal/tz-by-name/skin-virt-cpu/mode enabled
/hardware/google/gfxstream/guest/vulkan/
Dmeson.build32 output : 'gfxstream_vk_icd.@0@.json'.format(host_machine.cpu()),
45 _dev_icdname = 'gfxstream_vk_devenv_icd.@0@.json'.format(host_machine.cpu())
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
DTODO1 - cpu load
/hardware/google/pixel/pixelstats/test/mm/data/test_data_0/
Dproc_stat1 cpu 185 189 193 197 201 205 209 213 217 221
/hardware/google/pixel/pixelstats/test/mm/data/test_data_1/
Dproc_stat1 cpu 4798 4994 5194 5398 5606 5818 6034 6254 6478 6706
/hardware/google/pixel/rebalance_interrupts/
Drebalance_interrupts.cpp81 int cpu; in Policy0AffectedCpus() local
82 if (!ParseInt(cpus_as_string[i].c_str(), &cpu)) in Policy0AffectedCpus()
84 cpus_as_int.push_back(cpu); in Policy0AffectedCpus()
/hardware/google/gfxstream/qnx/nto/aarch64-le/
Dmeson.cross.ini16 cpu = 'aarch64' key
/hardware/google/gfxstream/qnx/nto/
Dqnx.nto.toolchain.cmake20 message(STATUS "cpu=$ENV{PROCESSOR}")
/hardware/google/aemu/base/
Dsystem-native-mac.mm51 // based on https://stackoverflow.com/questions/13893134/get-current-pthread-cpu-usage-mac-os-x
/hardware/google/aemu/base/include/aemu/base/system/
Dsystem-native-mac.mm53 // based on https://stackoverflow.com/questions/13893134/get-current-pthread-cpu-usage-mac-os-x
/hardware/interfaces/audio/effect/all-versions/default/
DEffect.cpp149 const int cpu = getCpu(); in updateSpatializerPriority() local
150 ALOGV("%s: current CPU:%d", __func__, cpu); in updateSpatializerPriority()
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc47 "Path": "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq",
58 "Path": "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq",
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp2553 constraints.usage.cpu |= fuchsia_sysmem::wire::kCpuUsageRead; in setBufferCollectionImageConstraintsImpl()
2555 constraints.usage.cpu |= fuchsia_sysmem::wire::kCpuUsageReadOften; in setBufferCollectionImageConstraintsImpl()
2557 constraints.usage.cpu |= fuchsia_sysmem::wire::kCpuUsageWrite; in setBufferCollectionImageConstraintsImpl()
2559 constraints.usage.cpu |= fuchsia_sysmem::wire::kCpuUsageWriteOften; in setBufferCollectionImageConstraintsImpl()
/hardware/interfaces/renderscript/1.0/
DIContext.hal755 * Changes the priority of the cpu worker threads for this context.