/hardware/qcom/sm8150/thermal/ |
D | thermal_common.c | 71 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/ |
D | android.hardware.power-service.pixel-libperfmgr.rc | 26 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}
|
D | GpuCalculationHelpers.cpp | 42 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/ |
D | CMakeLists.txt | 2 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/ |
D | ScheduleTest.cpp | 65 int cpu = sched_getcpu(); in send() local 67 if (cpu != cpu_caller) { in send()
|
/hardware/google/pixel/thermal/ |
D | pixel-thermal-logd.rc | 55 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/ |
D | meson.build | 32 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/ |
D | TODO | 1 - cpu load
|
/hardware/google/pixel/pixelstats/test/mm/data/test_data_0/ |
D | proc_stat | 1 cpu 185 189 193 197 201 205 209 213 217 221
|
/hardware/google/pixel/pixelstats/test/mm/data/test_data_1/ |
D | proc_stat | 1 cpu 4798 4994 5194 5398 5606 5818 6034 6254 6478 6706
|
/hardware/google/pixel/rebalance_interrupts/ |
D | rebalance_interrupts.cpp | 81 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/ |
D | meson.cross.ini | 16 cpu = 'aarch64' key
|
/hardware/google/gfxstream/qnx/nto/ |
D | qnx.nto.toolchain.cmake | 20 message(STATUS "cpu=$ENV{PROCESSOR}")
|
/hardware/google/aemu/base/ |
D | system-native-mac.mm | 51 // based on https://stackoverflow.com/questions/13893134/get-current-pthread-cpu-usage-mac-os-x
|
/hardware/google/aemu/base/include/aemu/base/system/ |
D | system-native-mac.mm | 53 // based on https://stackoverflow.com/questions/13893134/get-current-pthread-cpu-usage-mac-os-x
|
/hardware/interfaces/audio/effect/all-versions/default/ |
D | Effect.cpp | 149 const int cpu = getCpu(); in updateSpatializerPriority() local 150 ALOGV("%s: current CPU:%d", __func__, cpu); in updateSpatializerPriority()
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/ |
D | HintManagerTest.cc | 47 "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/ |
D | ResourceTracker.cpp | 2553 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/ |
D | IContext.hal | 755 * Changes the priority of the cpu worker threads for this context.
|