Searched refs:thr (Results 1 – 2 of 2) sorted by relevance
34 void *thr(void *arg) in thr() function70 pthread_create(&th, 0, thr, (void*)i); in poc()74 pthread_create(&th, 0, thr, (void*)i); in poc()
1127 LooperThread thr = new LooperThread(new Runnable() { in doStagefrightTestMediaCodec() local1155 thr.start(); in doStagefrightTestMediaCodec()1276 thr.stopLooper(); in doStagefrightTestMediaCodec()1277 thr.join(); in doStagefrightTestMediaCodec()1293 LooperThread thr = new LooperThread(new Runnable() { in doStagefrightTestMediaMetadataRetriever() local1322 thr.start(); in doStagefrightTestMediaMetadataRetriever()1355 thr.stopLooper(); in doStagefrightTestMediaMetadataRetriever()1356 thr.join(); in doStagefrightTestMediaMetadataRetriever()1438 LooperThread thr = new LooperThread(new Runnable() { in doStagefrightTestRawBlob() local1466 thr.start(); in doStagefrightTestRawBlob()[all …]