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

/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DHurlStack.java168 protected HttpURLConnection createConnection(URL url) throws IOException { method in class:HurlStack
186 HttpURLConnection connection = createConnection(url);
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp57 virtual sp<ISurfaceComposerClient> createConnection() function in class:android::BpSurfaceComposer
324 sp<IBinder> b = IInterface::asBinder(createConnection());
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java137 public void createConnection(
300 createConnection(
309 createConnection(
732 * createConnection util a connection service cancels the process or completes it successfully.
734 private void createConnection( method in class:ConnectionService
740 Log.d(this, "createConnection, callManagerAccount: %s, callId: %s, request: %s, " +
748 Log.d(this, "createConnection, connection: %s", connection);
761 Log.v(this, "createConnection, number: %s, state: %s, capabilities: %s, properties: %s",
767 Log.d(this, "createConnection, calling handleCreateConnectionSuccessful %s", callId);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp211 sp<ISurfaceComposerClient> SurfaceFlinger::createConnection() function in class:android::SurfaceFlinger
H A DSurfaceFlinger_hwc1.cpp210 sp<ISurfaceComposerClient> SurfaceFlinger::createConnection() function in class:android::SurfaceFlinger

Completed in 3311 milliseconds