/frameworks/av/media/libmediaplayerservice/ |
Crypto.h | 22 #include <utils/threads.h>
|
MetadataRetrieverClient.h | 22 #include <utils/threads.h>
|
/frameworks/av/media/libstagefright/include/ |
HTTPBase.h | 24 #include <utils/threads.h>
|
MPEG2PSExtractor.h | 23 #include <utils/threads.h>
|
ThrottledSource.h | 22 #include <utils/threads.h>
|
/frameworks/av/media/libstagefright/matroska/ |
MatroskaExtractor.h | 25 #include <utils/threads.h>
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
AnotherPacketSource.h | 23 #include <utils/threads.h>
|
/frameworks/base/include/androidfw/ |
ZipFileRO.h | 36 #include <utils/threads.h>
|
/frameworks/base/libs/common_time/ |
clock_recovery.h | 23 #include <utils/threads.h>
|
/frameworks/base/tools/aapt/ |
Main.h | 10 #include <utils/threads.h>
|
qsort_r_compat.c | 67 #include <cutils/threads.h>
|
/frameworks/native/include/binder/ |
AppOpsManager.h | 22 #include <utils/threads.h>
|
ProcessState.h | 25 #include <utils/threads.h>
|
/frameworks/native/include/gui/ |
CpuConsumer.h | 26 #include <utils/threads.h>
|
/frameworks/native/include/ui/ |
FramebufferNativeWindow.h | 27 #include <utils/threads.h>
|
GraphicBufferAllocator.h | 27 #include <utils/threads.h>
|
/frameworks/native/services/surfaceflinger/ |
MessageQueue.h | 24 #include <utils/threads.h>
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
vpx_decoder.h | 108 unsigned int threads; /**< Maximum number of threads to use, default 1 */ member in struct:vpx_codec_dec_cfg
|
/hardware/qcom/display/msm8960/libexternal/ |
external.h | 24 #include <utils/threads.h>
|
/hardware/qcom/display/msm8974/libexternal/ |
external.h | 24 #include <utils/threads.h>
|
/hardware/ti/omap4-aah/libtiutils/ |
DebugUtils.h | 21 #include <utils/threads.h> 79 android::Vector<ThreadInfo*> threads; member in class:Ti::Debug::Data 255 // retain reference to threads data 258 // iterate over threads to locate thread id, 262 const int size = int(data->threads.size()); 265 ThreadInfo * const threadInfo = data->threads.itemAt(i);
|
/hardware/ti/omap4xxx/camera/ |
CameraProperties.cpp | 25 #include <utils/threads.h>
|
/libcore/luni/src/test/java/libcore/java/net/ |
ConcurrentCloseTest.java | 126 // We want to test that we unblock *all* the threads blocked on a socket, not just one. 130 final ArrayList<Thread> threads = new ArrayList<Thread>(); local 148 threads.add(t); 150 for (Thread t : threads) { 154 for (Thread t : threads) {
|
/packages/apps/Mms/tests/src/com/android/mms/ |
RecyclerTest.java | 26 import android.provider.Telephony.Threads; 43 * Bang on the recycler and test it getting called simultaneously from two different threads 51 * Bang on the recycler and test it getting called simultaneously from two different threads 68 Threads.CONTENT_URI.buildUpon().appendQueryParameter("simple", "true").build(); 70 Threads._ID, Threads.DATE, Threads.MESSAGE_COUNT, Threads.RECIPIENT_IDS, 71 Threads.SNIPPET, Threads.SNIPPET_CHARSET, Threads.READ, Threads.ERROR 241 ArrayList<Thread> threads = new ArrayList<Thread>(THREAD_COUNT); local [all...] |
/system/core/libcutils/ |
threads.c | 17 #include <cutils/threads.h>
|