Searched defs:ConnectionListener (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_factory.cc9 ConnectionFactory::ConnectionListener::ConnectionListener() {} function in class:gcm::ConnectionFactory::ConnectionListener
10 ConnectionFactory::ConnectionListener::~ConnectionListener() {}
H A Dconnection_factory.h48 class GCM_EXPORT ConnectionListener { class in class:gcm::ConnectionFactory
50 ConnectionListener();
51 virtual ~ConnectionListener();
110 virtual void SetConnectionListener(ConnectionListener* listener) = 0;
/external/smack/src/org/jivesoftware/smack/
H A DConnectionListener.java32 public interface ConnectionListener { interface
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_service_unittest.cc21 class ConnectionListener : public GamepadConsumer { class in namespace:content
23 ConnectionListener() { function in class:content::ConnectionListener
71 scoped_ptr<ConnectionListener> connection_listener_;
95 connection_listener_.reset((new ConnectionListener));
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/jni/
H A DJniInterface.java48 public interface ConnectionListener { interface in class:JniInterface
127 private static ConnectionListener sConnectionListener = null;
178 String hostJid, String hostId, String hostPubkey, ConnectionListener listener) {
200 sConnectionListener.onConnectionState(ConnectionListener.State.CLOSED,
201 ConnectionListener.Error.OK);
206 /** Same as disconnectFromHost() but without notifying the ConnectionListener. */
228 ConnectionListener.State state = ConnectionListener.State.fromValue(stateCode);
229 ConnectionListener.Error error = ConnectionListener
[all...]

Completed in 143 milliseconds