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

1234567

/frameworks/av/include/private/media/
H A DAudioEffectShared.h23 #include <utils/threads.h>
/frameworks/base/core/jni/
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/native/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/services/mediaresourcemanager/
H A DServiceLog.h23 #include <utils/threads.h>
/frameworks/base/cmds/bootanimation/
H A Dbootanimation_main.cpp25 #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.java125 List<Thread> threads = new ArrayList<>();
128 threads.add(new Thread() {
150 threads.get(i).start();
156 for (int i = 0; i < threads.size(); i++) {
158 threads.get(i).join();
169 List<Thread> threads = new ArrayList<>();
172 threads.add(new Thread() {
187 threads.get(i).start();
190 for (int i = 0; i < threads.size(); i++) {
192 threads
[all...]
/frameworks/av/include/media/
H A DIMediaDeathNotifier.h20 #include <utils/threads.h>
/frameworks/av/include/media/stagefright/
H A DAMRWriter.h25 #include <utils/threads.h>
H A DMediaAdapter.h24 #include <utils/threads.h>
H A DMediaBufferGroup.h23 #include <utils/threads.h>
/frameworks/av/media/libstagefright/httplive/
H A DLiveDataSource.h23 #include <utils/threads.h>
/frameworks/base/libs/common_time/
H A Dcommon_clock.h24 #include <utils/threads.h>
H A Ddiag_thread.h21 #include <utils/threads.h>
H A Dutils.h24 #include <utils/threads.h>
/frameworks/base/libs/hwui/thread/
H A DSignal.h22 #include <utils/threads.h>
/frameworks/base/media/jni/soundpool/
H A DSoundPoolThread.h20 #include <utils/threads.h>
/frameworks/base/tools/aapt/
H A DWorkQueue.h22 #include <utils/threads.h>
30 * units in parallel, using up to the specified number of threads.
49 /* Creates a work queue with the specified maximum number of work threads. */
53 * Cancels pending work and waits for all remaining threads to complete.
64 * 'backlog' times the number of threads. This condition reduces the rate of entry into
66 * work threads can actually handle.
/frameworks/native/include/binder/
H A DBufferedTextOutput.h21 #include <utils/threads.h>
/frameworks/native/include/gui/
H A DBufferItemConsumer.h26 #include <utils/threads.h>

Completed in 534 milliseconds

1234567