Searched defs:doReceive (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/ | ||
H A D | ChannelSendReceiveStressTest.kt | 148 private suspend fun doReceive(receiverIndex: Int) { in <lambda>() method in kotlinx.coroutines.channels.ChannelSendReceiveStressTest |
H A D | BroadcastChannelMultiReceiveStressTest.kt | 116 private suspend fun doReceive(channel: ReceiveChannel<Long>, receiverIndex: Int) { in <lambda>() method in kotlinx.coroutines.channels.BroadcastChannelMultiReceiveStressTest |
/aosp_15_r20/system/libhwbinder/ | ||
H A D | IPCThreadState.cpp | 898 status_t IPCThreadState::talkWithDriver(bool doReceive) in talkWithDriver() |
/aosp_15_r20/frameworks/native/libs/binder/ | ||
H A D | IPCThreadState.cpp | 1160 status_t IPCThreadState::talkWithDriver(bool doReceive) in talkWithDriver() |