Home
last modified time | relevance | path

Searched defs:ProcessReply (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/remoting/host/
Dlocal_input_monitor_linux.cc309 void LocalInputMonitorLinux::Core::ProcessReply(XPointer self, in ProcessReply() function in remoting::__anonf9491e070111::LocalInputMonitorLinux::Core
/external/chromium_org/media/base/
Duser_input_monitor_linux.cc317 void UserInputMonitorLinuxCore::ProcessReply(XPointer self, in ProcessReply() function in media::__anon1bcb34530111::UserInputMonitorLinuxCore
/external/mdnsresponder/mDNSShared/
Ddnssd_clientstub.c139 ProcessReplyFn ProcessReply; // Function pointer to the code to handle received messages member
415 …Server(DNSServiceRef *ref, DNSServiceFlags flags, uint32_t op, ProcessReplyFn ProcessReply, void *… in ConnectToServer()