OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:connectionhandler
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/test/ext_auto/auto_provider/
server.js
61
// |
connectionHandler
|.
62
function AutomationServer(
connectionHandler
) {
64
this.handler_ =
connectionHandler
;
71
AutomationServer.instance_ = new AutomationServer(new
ConnectionHandler
());
connection_handler.js
7
function
ConnectionHandler
() {
12
ConnectionHandler
.prototype = {
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/public/
Server.h
47
#include "
ConnectionHandler
.h"
65
ConnectionHandler
*
connectionHandler
,
99
ConnectionHandler
*
connectionHandler
; /**< Connection handler registered to the server */
NetlinkServer.h
48
#include "
ConnectionHandler
.h"
60
ConnectionHandler
*
connectionHandler
ConnectionHandler.h
39
class
ConnectionHandler
43
virtual ~
ConnectionHandler
() {};
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.h
6
* The MobiCore driver class implements the
ConnectionHandler
interface.
37
#include "Server/public/
ConnectionHandler
.h"
69
class MobiCoreDriverDaemon :
ConnectionHandler
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
Server.cpp
45
ConnectionHandler
*
connectionHandler
,
49
this->
connectionHandler
=
connectionHandler
;
176
if (!
connectionHandler
->handleConnection(connection)) {
180
connectionHandler
->dropConnection(connection);
NetlinkServer.cpp
50
ConnectionHandler
*
connectionHandler
51
): Server(
connectionHandler
, "dummy")
146
if (!
connectionHandler
->handleConnection(connection)) {
150
connectionHandler
->dropConnection(connection);
255
connectionHandler
->dropConnection(connection);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ssl.py
409
class
ConnectionHandler
(threading.Thread):
587
handler = self.
ConnectionHandler
(self, newconn)
603
class
ConnectionHandler
(asyncore.dispatcher_with_send):
661
self.
ConnectionHandler
(sock_obj, self.certfile)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ssl.py
409
class
ConnectionHandler
(threading.Thread):
587
handler = self.
ConnectionHandler
(self, newconn)
603
class
ConnectionHandler
(asyncore.dispatcher_with_send):
661
self.
ConnectionHandler
(sock_obj, self.certfile)
[
all
...]
/packages/services/Telephony/src/com/android/phone/
PhoneUtils.java
110
private static
ConnectionHandler
mConnectionHandler;
143
private static class
ConnectionHandler
extends Handler {
172
if (DBG) log("
ConnectionHandler
: updating mute state for each connection");
239
* Register the
ConnectionHandler
with the phone, to receive connection events
243
mConnectionHandler = new
ConnectionHandler
();
[
all
...]
Completed in 315 milliseconds