Home
last modified time | relevance | path

Searched defs:scheduleTask (Results 1 – 4 of 4) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
DAudioRecordThread.java149 public void scheduleTask(int numSamples, Runnable task) { in scheduleTask() method in AudioRecordThread
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt437 …fun scheduleTask(now: Long, delayed: DelayedTaskQueue, eventLoop: EventLoopImplBase): Int = synchr… in timeToExecute() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxScheduler.kt111 private fun CoroutineScope.scheduleTask( in toString() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxScheduler.kt111 private fun CoroutineScope.scheduleTask( in toString() method