Home
last modified time | relevance | path

Searched refs:CPU (Results 1 – 25 of 64) sorted by relevance

123

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DPowerComponentHandlerUnitTest.java22 import static android.car.hardware.power.PowerComponent.CPU;
80 new int[]{AUDIO, BLUETOOTH, CELLULAR, CPU, DISPLAY, ETHERNET, INPUT, LOCATION, in testGetAccumulatedPolicy_firstTime()
92 DISPLAY, VOICE_INTERACTION}, new int[]{AUDIO, CELLULAR, CPU, ETHERNET, INPUT, in testApplyPowerPolicy_oneTime()
106 new CarPowerPolicy("test_policy3", new int[]{CPU, INPUT}, new int[]{WIFI}), in testApplyPowerPolicy_multipleTimes()
109 new int[]{AUDIO, MEDIA, DISPLAY, INPUT, CPU}, in testApplyPowerPolicy_multipleTimes()
136 TRUSTED_DEVICE_DETECTION, VISUAL_INTERACTION, VOICE_INTERACTION, CPU}); in testApplyPowerPolicy_withCustomComponents()
151 TRUSTED_DEVICE_DETECTION, VISUAL_INTERACTION, VOICE_INTERACTION, CPU, in testApplyPowerPolicy_withCustomComponents()
DPolicyReaderUnitTest.java22 import static android.car.hardware.power.PowerComponent.CPU;
84 MICROPHONE, CPU});
87 LOCATION, MICROPHONE, CPU},
99 new int[]{WIFI, CELLULAR, ETHERNET, TRUSTED_DEVICE_DETECTION, CPU},
104 new int[]{BLUETOOTH, WIFI, CELLULAR, ETHERNET, NFC, CPU},
110 new int[]{AUDIO, BLUETOOTH, WIFI, LOCATION, MICROPHONE, CPU});
114 new int[]{BLUETOOTH, WIFI, CELLULAR, ETHERNET, NFC, CPU},
124 MICROPHONE, CPU, CUSTOM_COMPONENT_SPECIAL_SENSOR, CUSTOM_COMPONENT_AUX_INPUT});
130 MICROPHONE, CPU, CUSTOM_COMPONENT_1000, CUSTOM_COMPONENT_SPECIAL_SENSOR});
134 LOCATION, MICROPHONE, CPU, CUSTOM_COMPONENT_1000,
/packages/services/Car/cpp/powerpolicy/server/tests/
DPolicyManagerTest.cpp129 PowerComponent::MICROPHONE, PowerComponent::CPU},
147 PowerComponent::MICROPHONE, PowerComponent::CPU},
159 PowerComponent::MICROPHONE, PowerComponent::CPU});
169 PowerComponent::MICROPHONE, PowerComponent::CPU},
186 PowerComponent::MICROPHONE, PowerComponent::CPU},
195 PowerComponent::MICROPHONE, PowerComponent::CPU},
207 PowerComponent::MICROPHONE, PowerComponent::CPU},
246 PowerComponent::MICROPHONE, PowerComponent::CPU},
250 {PowerComponent::AUDIO, PowerComponent::DISPLAY, PowerComponent::CPU},
262 PowerComponent::CPU},
[all …]
DPowerComponentHandlerTest.cpp119 {PowerComponent::CPU, PowerComponent::INPUT}, in TEST_F()
126 PowerComponent::INPUT, PowerComponent::CPU}, in TEST_F()
153 PowerComponent::CPU, PowerComponent::BLUETOOTH, PowerComponent::CELLULAR, in TEST_F()
/packages/services/Car/tools/cpu_perf/
Dpixel6.config1 # CPU settings config for Pixel6
16 # no CPU to turn off
D8155.config1 # CPU settings config for QCOM 8155
16 # no CPU to turn off
/packages/services/Car/car-lib/src/android/car/hardware/power/
DPowerComponentUtil.java74 public static final int LAST_POWER_COMPONENT = PowerComponent.CPU;
182 return PowerComponent.CPU; in toPowerComponent()
230 case PowerComponent.CPU: in powerComponentToString()
DPowerComponent.java90 int CPU = 16; field
/packages/modules/Virtualization/docs/debug/
Dramdump.md23 [ 14.955309][ T148] CPU: 0 PID: 148 Comm: sh Kdump: loaded Not tainted 5.15.60-android14-5-04357…
34 Booting Linux on physical CPU 0x0000000000 [0x412fd050]
88 [ 14.955309][ T148] CPU: 0 PID: 148 Comm: sh Kdump: loaded Not tainted 5.15.60-android14-5-04357…
111 PID: 148 TASK: ffffff8001a2d880 CPU: 0 COMMAND: "sh"
Dtracing.md108 **What is the longest time CPU spent in hypervisor, grouped by the reason to enter hypervisor**
132 **What are the 10 longest times CPU spent in hypervisor because of host_mem_abort**
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeRefactoredCarPowerPolicyDaemon.java124 new int[]{PowerComponent.AUDIO, PowerComponent.DISPLAY, PowerComponent.CPU}, in createInitialOnPowerPolicy()
143 PowerComponent.MICROPHONE, PowerComponent.CPU}, new int[]{}); in createAllOnPowerPolicy()
151 PowerComponent.CPU, PowerComponent.TRUSTED_DEVICE_DETECTION}, in createNoUserPowerPolicy()
164 PowerComponent.LOCATION, PowerComponent.MICROPHONE, PowerComponent.CPU}); in createSuspendPrepPowerPolicy()
/packages/modules/NeuralNetworks/
DREADME.txt27 ./sample_driver: Sample driver that uses the CPU to execute queries.
35 ./common/operations: CPU implementation of the operations.
/packages/modules/NeuralNetworks/tools/systrace_parser/
Dcontract-between-code-and-parser.txt69 … t1: t_m_w:B|T1|[SW][NN_LC_PCO]funcC1 CPU, Phase Transformati…
72CPU, Phase Computation
83 …UTION, t1: t_m_w:B|T1|[NN_LC_PCO]funcC2 CPU, (sub)Phase Computa…
162 … diagnostics and for distinguishing CPU
/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.runner/current/android/automotive/computepipe/runner/
DPipeOffloadConfigOffloadType.aidl21 CPU = 0, enumConstant
/packages/services/Car/cpp/computepipe/aidl/android/automotive/computepipe/runner/
DPipeOffloadConfigOffloadType.aidl29 CPU = 0, enumConstant
/packages/services/Car/cpp/computepipe/aidl/aidl_api/android.automotive.computepipe.runner/1/android/automotive/computepipe/runner/
DPipeOffloadConfigOffloadType.aidl21 CPU = 0, enumConstant
/packages/services/Car/cpp/computepipe/proto/
DOffloadConfig.proto7 CPU = 0; enumerator
/packages/modules/NeuralNetworks/runtime/test/
DTestIntrospectionControl.cpp799 CPU, enumerator
836 ASSERT_EQ(kDriverKind == DriverKind::CPU, kSuccess == Success::PASS_CPU); in TEST_P()
842 if (DeviceManager::get()->getUseCpuOnly() != (kDriverKind == DriverKind::CPU)) { in TEST_P()
852 case DriverKind::CPU: { in TEST_P()
903 if (kDriverKind == DriverKind::CPU) { in TEST_P()
1011 case DriverKind::CPU: { in TEST_P()
1065 std::make_tuple(DriverKind::CPU, Success::PASS_CPU, Compute::ASYNC),
1066 std::make_tuple(DriverKind::CPU, Success::PASS_CPU, Compute::SYNC),
1067 std::make_tuple(DriverKind::CPU, Success::PASS_CPU, Compute::BURST),
1106 std::make_tuple(DriverKind::CPU, Success::PASS_CPU, Compute::FENCED),
/packages/modules/NeuralNetworks/tools/systrace_parser/parser/test/
Dcpu.txt12 CPU - - - - 1117.05 - …
Dunittest.txt27 CPU - - - - 90.90 - …
/packages/services/Car/cpp/computepipe/runner/client_interface/
DPipeOptionsConverter.cpp97 case proto::OffloadOption::CPU: in ConvertOffloadType()
98 return PipeOffloadConfigOffloadType::CPU; in ConvertOffloadType()
/packages/services/Car/cpp/powerpolicy/server/src/
DPolicyManager.cpp99 PowerComponent::TRUSTED_DEVICE_DETECTION, PowerComponent::CPU};
127 PowerComponent::CPU};
130 PowerComponent::CPU};
137 PowerComponent::CPU};
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/
DPowerComponentUtilUnitTest.java119 PowerComponent.CELLULAR, PowerComponent.CPU, PowerComponent.DISPLAY, in testPowerComponentsToStrings()
/packages/modules/NeuralNetworks/driver/sample/
DCanonicalDevice.cpp117 return DeviceType::CPU; in getType()
/packages/services/Car/service/src/com/android/car/power/
DPolicyReader.java127 PowerComponent.AUDIO, PowerComponent.DISPLAY, PowerComponent.CPU
131 PowerComponent.ETHERNET, PowerComponent.TRUSTED_DEVICE_DETECTION, PowerComponent.CPU
144 PowerComponent.LOCATION, PowerComponent.MICROPHONE, PowerComponent.CPU

123