Searched defs:createConnection (Results 1 - 4 of 4) sorted by relevance

/frameworks/volley/src/com/android/volley/toolbox/
H A DHurlStack.java151 protected HttpURLConnection createConnection(URL url) throws IOException { method in class:HurlStack
162 HttpURLConnection connection = createConnection(url);
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp54 virtual sp<ISurfaceComposerClient> createConnection() function in class:android::BpSurfaceComposer
302 sp<IBinder> b = createConnection()->asBinder();
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java132 public void createConnection(
261 createConnection(
270 createConnection(
563 * createConnection util a connection service cancels the process or completes it successfully.
565 private void createConnection( method in class:ConnectionService
571 Log.d(this, "createConnection, callManagerAccount: %s, callId: %s, request: %s, " +
578 Log.d(this, "createConnection, connection: %s", connection);
590 Log.v(this, "createConnection, number: %s, state: %s, capabilities: %s",
595 Log.d(this, "createConnection, calling handleCreateConnectionSuccessful %s", callId);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp199 sp<ISurfaceComposerClient> SurfaceFlinger::createConnection() function in class:android::SurfaceFlinger

Completed in 430 milliseconds