Home
last modified time | relevance | path

Searched refs:keepAlive (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
DTestWebServer.java82 boolean keepAlive = true; field in TestWebServer
130 keepAlive = true; in initServer()
170 keepAlive = value; in setKeepAlive()
674 if (!keepAlive || nread <= 0) { in handleClient()
745 } while (keepAlive); in handleClient()
806 psPrint(ps, "Connection: " + ((keepAlive) ? "Keep-Alive" : "Close")); in printHeaders()
DTestHttpClient.java112 public boolean keepAlive(final HttpResponse response) { in keepAlive() method in TestHttpClient
113 return this.connStrategy.keepAlive(response, this.context); in keepAlive()
/frameworks/av/media/libdatasource/
DNuCachedSource2.cpp408 bool keepAlive = in onFetch() local
414 if (mFetching || keepAlive) { in onFetch()
415 if (keepAlive) { in onFetch()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DTestDocumentsProvider.java210 public Object keepAlive; field in TestDocumentsProvider.CloudCursor
288 result.keepAlive = task; in queryChildDocuments()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3IOStreamBase.cpp260 sp<Camera3IOStreamBase> keepAlive(this); in returnAnyBufferLocked() local
/frameworks/av/media/module/libmediatranscoding/
DTranscodingSessionController.cpp77 void keepAlive();
147 void TranscodingSessionController::Watchdog::keepAlive() { in keepAlive() function in android::TranscodingSessionController::Watchdog
1000 [=](const SessionKeyType& /*sessionKey*/) { mWatchdog->keepAlive(); }); in onHeartBeat()
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp1394 auto keepAlive = sp<BBinder>::make(); in TEST() local
1395 auto setRpcClientDebugStatus = binder->setRpcClientDebug(std::move(socket), keepAlive); in TEST()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt54234 …method public abstract boolean keepAlive(org.apache.http.HttpResponse, org.apache.http.protocol.Ht…
55713 …method public boolean keepAlive(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…
55766 …method public boolean keepAlive(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…