Searched refs:threads (Results 1 - 25 of 248) sorted by relevance

12345678910

/frameworks/native/services/surfaceflinger/tests/
H A DStress_test.cpp41 std::vector<std::thread> threads; local
43 threads.push_back(std::thread(do_stress));
45 for (auto& thread : threads) {
/frameworks/av/include/private/media/
H A DAudioEffectShared.h23 #include <utils/threads.h>
/frameworks/av/services/mediaanalytics/
H A DMetricsSummarizerCodec.cpp21 #include <utils/threads.h>
H A DMetricsSummarizerCodec.h21 #include <utils/threads.h>
H A DMetricsSummarizerExtractor.cpp20 #include <utils/threads.h>
H A DMetricsSummarizerExtractor.h21 #include <utils/threads.h>
H A DMetricsSummarizerRecorder.h21 #include <utils/threads.h>
H A DMetricsSummarizerPlayer.h21 #include <utils/threads.h>
H A DMetricsSummarizerRecorder.cpp23 #include <utils/threads.h>
/frameworks/base/core/jni/
H A Dandroid_hardware_display_DisplayViewport.h23 #include <utils/threads.h>
H A Dandroid_view_KeyEvent.h22 #include <utils/threads.h>
/frameworks/av/include/common_time/
H A Dlocal_clock.h25 #include <utils/threads.h>
H A Dcc_helper.h22 #include <utils/threads.h>
/frameworks/av/services/mediadrm/
H A DMediaDrmService.h23 #include <utils/threads.h>
/frameworks/minikin/tests/stresstest/
H A DMultithreadTest.cpp63 // Wait until all threads are created.
92 std::vector<std::thread> threads; local
96 threads.reserve(NUM_THREADS);
98 threads.emplace_back(&thread_main, i);
104 for (auto& thread : threads) {
/frameworks/native/include/private/binder/
H A DStatic.h20 #include <utils/threads.h>
/frameworks/native/libs/binder/include/private/binder/
H A DStatic.h20 #include <utils/threads.h>
/frameworks/av/include/media/stagefright/foundation/
H A DAAtomizer.h27 #include <utils/threads.h>
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAAtomizer.h27 #include <utils/threads.h>
/frameworks/av/media/libstagefright/include/foundation/
H A DAAtomizer.h27 #include <utils/threads.h>
/frameworks/av/services/mediaresourcemanager/
H A DServiceLog.h23 #include <utils/threads.h>
/frameworks/native/opengl/libagl/
H A DTokenManager.h24 #include <utils/threads.h>
/frameworks/native/services/surfaceflinger/
H A DBarrier.h22 #include <utils/threads.h>
32 // Release any threads waiting at the Barrier.
34 // to other threads before they wake up.
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DLockSettingsStorageTests.java111 List<Thread> threads = new ArrayList<>();
114 threads.add(new Thread() {
136 threads.get(i).start();
142 for (int i = 0; i < threads.size(); i++) {
144 threads.get(i).join();
155 List<Thread> threads = new ArrayList<>();
158 threads.add(new Thread() {
173 threads.get(i).start();
176 for (int i = 0; i < threads.size(); i++) {
178 threads
[all...]
/frameworks/av/include/media/
H A DIMediaDeathNotifier.h20 #include <utils/threads.h>

Completed in 2827 milliseconds

12345678910