OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:connType
(Results
1 - 3
of
3
) sorted by null
/external/apache-http/android/src/android/net/http/
Connection.java
515
ProtocolVersion ver, int
connType
, final HttpContext context) {
533
if (
connType
== Headers.CONN_CLOSE) {
535
} else if (
connType
== Headers.CONN_KEEP_ALIVE) {
542
void setCanPersist(HttpEntity entity, ProtocolVersion ver, int
connType
) {
543
mCanPersist = keepAlive(entity, ver,
connType
, mHttpContext);
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
HostConnection.cpp
131
const enum HostConnectionType
connType
= HOST_CONNECTION_VIRTIO_GPU;
133
switch (
connType
) {
212
const enum HostConnectionType
connType
= HOST_CONNECTION_VIRTIO_GPU;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
ConnectivityManagerFacade.java
[
all
...]
Completed in 222 milliseconds