Searched refs:ProcessReply (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/host/
H A Dlocal_input_monitor_linux.cc71 static void ProcessReply(XPointer self, XRecordInterceptData* data);
207 &Core::ProcessReply,
309 void LocalInputMonitorLinux::Core::ProcessReply(XPointer self, function in class:remoting::__anon10441::LocalInputMonitorLinux::Core
/external/chromium_org/media/base/
H A Duser_input_monitor_linux.cc68 static void ProcessReply(XPointer self, XRecordInterceptData* data);
214 &UserInputMonitorLinuxCore::ProcessReply,
317 void UserInputMonitorLinuxCore::ProcessReply(XPointer self, function in class:media::__anon8577::UserInputMonitorLinuxCore
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientstub.c139 ProcessReplyFn ProcessReply; // Function pointer to the code to handle received messages member in struct:_DNSServiceRef_t
398 x->ProcessReply = NULL;
415 static DNSServiceErrorType ConnectToServer(DNSServiceRef *ref, DNSServiceFlags flags, uint32_t op, ProcessReplyFn ProcessReply, void *AppCallback, void *AppContext) argument
467 sdr->ProcessReply = ProcessReply;
895 if (!sdRef->ProcessReply)
898 if (num_logs < 10) syslog(LOG_WARNING, "dnssd_clientstub DNSServiceProcessResult called with DNSServiceRef with no ProcessReply function");
915 // Set the ProcessReply to NULL before callback as the sdRef can get deallocated
917 sdRef->ProcessReply = NULL;
947 sdRef->ProcessReply
[all...]

Completed in 126 milliseconds