Home
last modified time | relevance | path

Searched refs:startAggregatingTaskCpuTimes (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_KernelSingleProcessCpuThreadReader.cpp55 virtual bool startAggregatingTaskCpuTimes(pid_t, uint16_t) = 0;
90 bool startAggregatingTaskCpuTimes(pid_t pid, uint16_t aggregationKey) { in startAggregatingTaskCpuTimes() function in android::BpfCpuTimeInStateReader
91 return android::bpf::startAggregatingTaskCpuTimes(pid, aggregationKey); in startAggregatingTaskCpuTimes()
116 bool startAggregatingTaskCpuTimes(pid_t pid, uint16_t aggregationKey);
151 if (!cpuTimeInStateReader->startAggregatingTaskCpuTimes(selectedThreadIds[i], in startAggregatingThreadCpuTimes()
280 bool MockCpuTimeInStateReader::startAggregatingTaskCpuTimes(pid_t pid, uint16_t aggregationKey) { in startAggregatingTaskCpuTimes() function in android::MockCpuTimeInStateReader
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DSystemServerCpuThreadReaderTest.java91 public boolean startAggregatingTaskCpuTimes(int pid, int aggregationKey) { in startAggregatingTaskCpuTimes() method in SystemServerCpuThreadReaderTest.MockCpuTimeInStateReader
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DKernelSingleProcessCpuThreadReaderTest.java96 public boolean startAggregatingTaskCpuTimes(int pid, int aggregationKey) { in startAggregatingTaskCpuTimes() method in KernelSingleProcessCpuThreadReaderTest.MockCpuTimeInStateReader
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DKernelSingleProcessCpuThreadReader.java75 boolean startAggregatingTaskCpuTimes(int pid, int aggregationKey); in startAggregatingTaskCpuTimes() method