Home
last modified time | relevance | path

Searched defs:createConnection (Results 1 – 10 of 10) sorted by relevance

/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/
DHttpClient.java119 private void createConnection(HttpRequest request) throws ServiceEntitlementException { in createConnection() method in HttpClient
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableScheduler.h63 ConnectionHandle createConnection(std::unique_ptr<EventThread> eventThread) { in createConnection() function
DEventThreadTest.cpp199 sp<EventThreadTest::MockEventThreadConnection> EventThreadTest::createConnection( in createConnection() function in android::EventThreadTest
/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl87 @nullable ISurfaceComposerClient createConnection(); in createConnection() method
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionService.aidl45 void createConnection( in createConnection() method
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_fuzzers_utils.h246 ConnectionHandle createConnection(std::unique_ptr<EventThread> eventThread) { in createConnection() function
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp292 ConnectionHandle Scheduler::createConnection(std::unique_ptr<EventThread> eventThread) { in createConnection() function in android::scheduler::Scheduler
/frameworks/base/telecomm/java/android/telecom/
DConnectionService.java2363 private void createConnection( in createConnection() method in ConnectionService
/frameworks/native/libs/gui/tests/
DSurface_test.cpp736 binder::Status createConnection(sp<gui::ISurfaceComposerClient>* outClient) override { in createConnection() function in android::FakeSurfaceComposerAIDL
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp8489 binder::Status SurfaceComposerAIDL::createConnection(sp<gui::ISurfaceComposerClient>* outClient) { in createConnection() function in android::SurfaceComposerAIDL