Searched defs:doWork (Results 1 – 6 of 6) sorted by relevance
25 internal suspend fun doWork() { in <lambda>() method
53 override suspend fun doWork() = coroutineScope { in <lambda>() method
41 override suspend fun doWork() = coroutineScope { in <lambda>() method
55 override suspend fun doWork() = coroutineScope { in <lambda>() method
51 override suspend fun doWork() = coroutineScope { in <lambda>() method
267 private void doWork(int frameLimit) throws InterruptedException { in doWork() method in MediaCodecSurfaceEncoder