Searched defs:Connection (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DEventThread.h44 class Connection : public BnDisplayEventConnection { class in class:android::EventThread
46 Connection(const sp<EventThread>& eventThread);
55 virtual ~Connection();
68 sp<Connection> createEventConnection() const;
69 status_t registerDisplayEventConnection(const sp<Connection>& connection);
71 void setVsyncRate(uint32_t count, const sp<Connection>& connection);
72 void requestNextVsync(const sp<Connection>& connection);
84 Vector< sp<EventThread::Connection> > waitForEvent(
93 void removeDisplayEventConnection(const wp<Connection>& connection);
105 SortedVector< wp<Connection> > mDisplayEventConnection
[all...]
H A DEventThread.cpp56 sp<EventThread::Connection> EventThread::createEventConnection() const {
57 return new Connection(const_cast<EventThread*>(this));
61 const sp<EventThread::Connection>& connection) {
69 const wp<EventThread::Connection>& connection) {
75 const sp<EventThread::Connection>& connection) {
87 const sp<EventThread::Connection>& connection) {
146 Vector< sp<EventThread::Connection> > signalConnections;
152 const sp<Connection>& conn(signalConnections[i]);
175 Vector< sp<EventThread::Connection> > EventThread::waitForEvent(
179 Vector< sp<EventThread::Connection> > signalConnection
342 EventThread::Connection::Connection( function in class:android::EventThread::Connection
[all...]
/frameworks/base/core/java/android/net/http/
H A DConnection.java43 abstract class Connection { class
105 protected Connection(Context context, HttpHost host, method in class:Connection
123 static Connection getConnection(
151 "Connection.cancel(): connection closed " + mHost);
331 "Connection.clearPipe(): clearing pipe " + pipe.size());
400 HttpLog.v("Connection.openHttpConnection() " +
481 // Check for 'Connection' directive
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java111 private Connection mConnection;
162 private class Connection implements ServiceConnection { class in class:SpeechRecognizer
262 mConnection = new Connection();
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java91 private Connection mConnection;
288 Connection connection = new Connection();
388 private class Connection implements ServiceConnection { class in class:Vpn
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java24 public abstract class Connection { class
111 * @return Call that owns this Connection, or null if none
116 * Connection create time in currentTimeMillis() format
124 * Connection connect time in currentTimeMillis() format.
133 * The time when this Connection makes a transition into ENDED or FAIL.
167 * If this Connection is connected, then it is associated with
197 * Returns true if Connection is connected and is INCOMING or WAITING
214 * @param userdata user can store an any userdata in the Connection object.
221 * Hangup individual Connection
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java481 private Connection mServiceConnection;
624 Connection connection = new Connection();
1257 private class Connection implements ServiceConnection { class in class:TextToSpeech
/frameworks/base/services/input/
H A DInputDispatcher.cpp911 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex);
1005 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex);
1012 if (connection->status == Connection::STATUS_NORMAL) {
1666 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex);
1769 const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget) {
1781 if (connection->status != Connection::STATUS_NORMAL) {
1817 const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget) {
1841 const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget,
1928 const sp<Connection>& connection) {
1934 while (connection->status == Connection
4251 InputDispatcher::Connection::Connection(const sp<InputChannel>& inputChannel, function in class:android::InputDispatcher::Connection
[all...]
H A DInputDispatcher.h584 class Connection;
592 sp<Connection> connection;
784 class Connection : public RefBase { class in class:android::InputDispatcher
786 virtual ~Connection();
816 explicit Connection(const sp<InputChannel>& inputChannel,
876 KeyedVector<int, sp<Connection> > mConnectionsByFd;
1030 void prepareDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection,
1032 void enqueueDispatchEntriesLocked(nsecs_t currentTime, const sp<Connection>& connection,
1034 void enqueueDispatchEntryLocked(const sp<Connection>& connection,
1036 void startDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>
[all...]

Completed in 2172 milliseconds