Home
last modified time | relevance | path

Searched defs:tids (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/statsdatom/apps/adpfapp/src/android/adpf/atom/app/
DADPFAtomTestActivity.java67 final int[] tids = createHintSessionWithExitedThreads(); in onCreate() local
108 int[] tids = createThreads(5, stopLatch); in createHintSessionWithExitedThreads() local
115 int[] tids = new int[tidCnt]; in createThreads() local
/cts/hostsidetests/os/src/android/os/cts/
DProcfsHostTests.java118 int[] tids = lookForTidsInProcess(mTestAppPid); in testProcTidStat() local
229 int[] tids = new int[threads.length]; in lookForTidsInProcess() local
/cts/hostsidetests/adpf/app/hintsession/src/cpp/
Dmain.cpp199 std::vector<pid_t> tids; in android_main() local
DRenderer.cpp343 void Renderer::startHintSession(std::vector<int32_t> &tids, int64_t target) { in startHintSession()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/performancehintmanager/
DPerformanceHintManagerStatsTests.java259 List<Integer> tids = Arrays.stream(tidsStr.split(",")).map(Integer::parseInt).toList(); in testAdpfHintSessionTidCleanupIsPushed() local
/cts/tests/tests/os/jni/
Dandroid_os_cts_PerformanceHintManagerTest.cpp186 std::vector<pid_t> tids; in nativeTestSetThreadsWithInvalidTid() local