Searched defs:ShouldDispatchInputMessage (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/ipc/ | ||
H A D | ipc_channel_reader_unittest.cc | 40 bool ShouldDispatchInputMessage(Message* msg) override { return true; } in ShouldDispatchInputMessage() function in IPC::internal::__anonfc4a12850111::MockChannelReader |
H A D | ipc_channel_nacl.cc | 360 bool ChannelNacl::ShouldDispatchInputMessage(Message* msg) { in ShouldDispatchInputMessage() function in IPC::ChannelNacl |
/aosp_15_r20/external/libchrome/ipc/ | ||
H A D | ipc_channel_reader_unittest.cc | 39 bool ShouldDispatchInputMessage(Message* msg) override { return true; } in ShouldDispatchInputMessage() function in IPC::internal::__anon757db0cf0111::MockChannelReader |