/packages/modules/Bluetooth/service/src/ |
D | AdapterStateTest.kt | 27 import kotlinx.coroutines.yield 97 yield() in <lambda>() 99 yield() in <lambda>() 112 yield() in <lambda>()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/util/ |
D | ParallelIteration.kt | 23 import kotlinx.coroutines.yield in <lambda>() 45 yield() in mapParallel() 66 yield() in mapParallelIndexed()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | AudioRoutingManager.java | 570 yield service == null ? false : service.setActiveDevice(device); in setActiveDevice() 574 yield service == null ? false : service.setActiveDevice(device); in setActiveDevice() 578 yield service == null ? false : service.setActiveDevice(device); in setActiveDevice() 582 yield service == null ? false : service.setActiveDevice(device); in setActiveDevice() 612 yield service == null ? false : service.removeActiveDevice(!hasFallbackDevice); in removeActiveDevice() 616 yield service == null ? false : service.setActiveDevice(null); in removeActiveDevice() 620 yield service == null ? false : service.removeActiveDevice(hasFallbackDevice); in removeActiveDevice() 624 yield service == null ? false : service.removeActiveDevice(!hasFallbackDevice); in removeActiveDevice()
|
/packages/apps/Settings/src/com/android/settings/network/telephony/ |
D | TelephonyStatusControlSession.kt | 27 import kotlinx.coroutines.yield 66 yield() // prompt cancellation guarantee in setupAvailabilityStatus()
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | BasicTexture.java | 168 public void yield() { in yield() method in BasicTexture 199 t.yield(); in yieldAllTextures()
|
D | ExtTexture.java | 57 public void yield() { in yield() method in ExtTexture
|
D | RawTexture.java | 65 public void yield() { in yield() method in RawTexture
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/inject/ |
D | ActivityModelModule.kt | 119 ?.let { yield(it) } in <lambda>() 123 yield(uri) in <lambda>()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ProfileProvider.java | 144 protected boolean yield(ContactsTransaction transaction) { in yield() method in ProfileProvider 145 return mDelegate.yield(transaction); in yield()
|
D | AbstractContactsProvider.java | 231 this.yield(transaction); in bulkInsert() 277 if (this.yield(transaction)) { in applyBatch() 369 protected abstract boolean yield(ContactsTransaction transaction); in yield() method in AbstractContactsProvider
|
D | ContactsProvider2.java | 2696 protected boolean yield(ContactsTransaction transaction) { in yield() method in ContactsProvider2
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/util/cursor/ |
D | CursorView.kt | 57 yield(get(i)) in get()
|
/packages/modules/Bluetooth/system/gd/os/linux_generic/ |
D | thread_unittest.cc | 95 while (!sample_reactable.IsSameThreadCheckDone()) std::this_thread::yield(); in TEST_F()
|
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/ |
D | ImagePreviewImageLoaderTest.kt | 48 import kotlinx.coroutines.yield 329 yield() in invoke_multipleSimultaneousCalls_limitOnNumberOfSimultaneousOutgoingCallsIsRespected()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/v34/ |
D | SafetyLabelChangesJobService.kt | 87 import kotlinx.coroutines.yield in <lambda>() 293 yield() // cancellation point in <lambda>() 308 yield() // cancellation point in <lambda>()
|
/packages/modules/adb/ |
D | adb_io.cpp | 115 std::this_thread::yield(); in WriteFdExactly()
|
/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/ |
D | SdkSandboxManager.java | 778 yield RESULT_CODE_UNSPECIFIED; in getResultCodeForLoadSdkException()
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_stack_lifecycle_test.cc | 52 if (std::rand() & 1) std::this_thread::yield(); in maybe_yield()
|
/packages/modules/NeuralNetworks/common/ |
D | ExecutionBurstServer.cpp | 411 std::this_thread::yield(); in getPacketBlocking()
|
D | ExecutionBurstController.cpp | 320 std::this_thread::yield(); in getPacketBlocking()
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | README.md | 194 `slow_unit-*` cases. Increasing the `max_total_time` value may yield a more
|
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/ |
D | EpdgSelector.java | 662 yield validIpList; in prioritizeIp()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareStateManager.java | 2375 yield "what:" + what; in getWhatToString()
|
/packages/apps/TvSettings/ |
D | two-panel-baseline-profile.txt | 2571 PLkotlin/sequences/SequenceBuilderIterator;->yield(Ljava/lang/Object;Lkotlin/coroutines/Continuatio…
|
/packages/modules/Virtualization/microdroid/kernel/android15-6.6/arm64/ |
D | System.map | 29958 ffffffc0808b7a50 T yield
|