Searched refs:doWork (Results 1 – 14 of 14) sorted by relevance
/frameworks/libs/systemui/tracinglib/demo/src/com/android/app/tracing/demo/experiments/ |
D | LaunchNested.kt | 41 doWork() in getDescription() 43 doWork() in getDescription() 45 doWork() in getDescription() 46 launch("launch(Dispatchers.Default)", defaultContext) { doWork() } in getDescription()
|
D | LaunchSequentially.kt | 40 launch("$tag: launch on fixed thread #1", fixedThreadContext1) { doWork() } in getDescription() 41 launch("$tag: launch on fixed thread #2", fixedThreadContext2) { doWork() } in getDescription() 42 launch("$tag: launch on Default", defaultContext) { doWork() } in getDescription() 43 launch("$tag: launch on IO", ioContext) { doWork() } in getDescription()
|
D | UnconfinedThreadSwitch.kt | 36 launch("launch(Dispatchers.Unconfined)", unconfinedContext) { doWork() } in getDescription() 37 launch("launch(EmptyCoroutineContext)") { doWork() } in getDescription() 38 launch("launch(Dispatchers.IO)", ioContext) { doWork() } in getDescription()
|
D | Util.kt | 25 internal suspend fun doWork() { in <lambda>() method
|
/frameworks/base/core/java/android/accounts/ |
D | AccountManager.java | 859 public void doWork() throws RemoteException { in getAuthTokenLabel() 911 public void doWork() throws RemoteException { 972 public void doWork() throws RemoteException { 1240 public void doWork() throws RemoteException { 1367 public void doWork() throws RemoteException { 1393 public void doWork() throws RemoteException { 1711 public void doWork() throws RemoteException { 1882 public void doWork() throws RemoteException { 1954 public void doWork() throws RemoteException { 1983 public void doWork() throws RemoteException { [all …]
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | KernelCpuThreadReaderEndToEndTest.java | 126 doWork(work, threadName, workFinishedLatch, threadFinishedLatch); in getAverageWorkTime() 208 private void doWork(
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/worker/ |
D | RetryRequestWorker.kt | 41 override suspend fun doWork() = coroutineScope { in <lambda>() method
|
D | SingleV2RequestWorker.kt | 53 override suspend fun doWork() = coroutineScope { in <lambda>() method
|
D | SingleV1RequestWorker.kt | 55 override suspend fun doWork() = coroutineScope { in <lambda>() method
|
D | CollectV1Worker.kt | 51 override suspend fun doWork() = coroutineScope { in <lambda>() method
|
/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/ |
D | MediaCodecSurfaceEncoder.java | 120 doWork(Integer.MAX_VALUE); in startEncodingSurface() 267 private void doWork(int frameLimit) throws InterruptedException { in doWork() method in MediaCodecSurfaceEncoder
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 32 HSPLandroid/accounts/AccountManager$10;->doWork()V 45 HSPLandroid/accounts/AccountManager$4;->doWork()V 49 HSPLandroid/accounts/AccountManager$5;->doWork()V
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 32 HSPLandroid/accounts/AccountManager$10;->doWork()V 45 HSPLandroid/accounts/AccountManager$4;->doWork()V 49 HSPLandroid/accounts/AccountManager$5;->doWork()V
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 340 Landroid/accounts/AccountManager$AmsTask;->doWork()V 348 Landroid/accounts/AccountManager$BaseFutureTask;->doWork()V 356 Landroid/accounts/AccountManager$GetAuthTokenByTypeAndFeaturesTask;->doWork()V
|