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

/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp55 sp<EventThread::Connection> EventThread::createEventConnection() const {
56 return new Connection(const_cast<EventThread*>(this));
60 const sp<EventThread::Connection>& connection) {
68 const wp<EventThread::Connection>& connection) {
76 const wp<EventThread::Connection>& connection) {
82 const sp<EventThread::Connection>& connection) {
94 const sp<EventThread::Connection>& connection) {
131 Vector< wp<EventThread::Connection> > displayEventConnections;
144 sp<Connection> connection =
194 sp<Connection> connectio
290 EventThread::Connection::Connection( function in class:android::EventThread::Connection
[all...]
H A DEventThread.h43 class Connection : public BnDisplayEventConnection { class in class:android::EventThread
45 Connection(const sp<EventThread>& eventThread);
55 virtual ~Connection();
68 sp<Connection> createEventConnection() const;
69 status_t registerDisplayEventConnection(const sp<Connection>& connection);
70 status_t unregisterDisplayEventConnection(const wp<Connection>& connection);
72 void setVsyncRate(uint32_t count, const sp<Connection>& connection);
73 void requestNextVsync(const sp<Connection>& connection);
89 void removeDisplayEventConnection(const wp<Connection>& connection);
101 SortedVector< wp<Connection> > mDisplayEventConnection
[all...]
/frameworks/base/services/java/com/android/server/location/
H A DGeocoderProxy.java48 private Connection mServiceConnection; // never null after ctor
62 mServiceConnection = new Connection();
70 private class Connection implements ServiceConnection { class in class:GeocoderProxy
H A DLocationProviderProxy.java53 private Connection mServiceConnection; // never null after ctor
79 mServiceConnection = new Connection();
87 private class Connection implements ServiceConnection, Runnable { class in class:LocationProviderProxy
/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.java71 private Connection mConnection;
218 Connection connection = new Connection();
314 private class Connection implements ServiceConnection { class in class:Vpn
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DConnection.java23 public abstract class Connection { class
112 * @return Call that owns this Connection, or null if none
117 * Connection create time in currentTimeMillis() format
125 * Connection connect time in currentTimeMillis() format.
134 * The time when this Connection makes a transition into ENDED or FAIL.
168 * If this Connection is connected, then it is associated with
198 * Returns true if Connection is connected and is INCOMING or WAITING
215 * @param userdata user can store an any userdata in the Connection object.
222 * 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.cpp890 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex);
984 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex);
991 if (connection->status == Connection::STATUS_NORMAL) {
1633 sp<Connection> connection = mConnectionsByFd.valueAt(connectionIndex);
1726 const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget) {
1738 if (connection->status != Connection::STATUS_NORMAL) {
1774 const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget) {
1798 const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget,
1885 const sp<Connection>& connection) {
1891 while (connection->status == Connection
4183 InputDispatcher::Connection::Connection(const sp<InputChannel>& inputChannel, function in class:android::InputDispatcher::Connection
[all...]
H A DInputDispatcher.h582 class Connection;
590 sp<Connection> connection;
781 class Connection : public RefBase { class in class:android::InputDispatcher
783 virtual ~Connection();
813 explicit Connection(const sp<InputChannel>& inputChannel,
873 KeyedVector<int, sp<Connection> > mConnectionsByFd;
1021 void prepareDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection,
1023 void enqueueDispatchEntriesLocked(nsecs_t currentTime, const sp<Connection>& connection,
1025 void enqueueDispatchEntryLocked(const sp<Connection>& connection,
1027 void startDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>
[all...]

Completed in 457 milliseconds