Home
last modified time | relevance | path

Searched refs:TryToUnblockListener (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/ipc/
Dipc_sync_channel.cc271 if (received_replies_[i].context->TryToUnblockListener(message)) { in DispatchReplies()
438 bool SyncChannel::SyncContext::TryToUnblockListener(const Message* msg) { in TryToUnblockListener() function in IPC::SyncChannel::SyncContext
475 if (TryToUnblockListener(&msg)) in OnMessageReceived()
Dipc_sync_channel.h170 bool TryToUnblockListener(const Message* msg); in COMPONENT_EXPORT()