Home
last modified time | relevance | path

Searched defs:SendChannel (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/core/
Dbroker_host.cc65 bool BrokerHost::SendChannel(PlatformHandle handle) { in SendChannel() function in mojo::core::BrokerHost
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannel.kt23 public interface SendChannel<in E> { interface