HomeSort by relevance Sort by last modified time
    Searched defs:negotiate (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libnbaio/
AudioStreamInSource.cpp 42 ssize_t AudioStreamInSource::negotiate(const NBAIO_Format offers[], size_t numOffers, function in class:android::AudioStreamInSource
58 return NBAIO_Source::negotiate(offers, numOffers, counterOffers, numCounterOffers);
78 return NEGOTIATE;
AudioStreamOutSink.cpp 40 ssize_t AudioStreamOutSink::negotiate(const NBAIO_Format offers[], size_t numOffers, function in class:android::AudioStreamOutSink
56 return NBAIO_Sink::negotiate(offers, numOffers, counterOffers, numCounterOffers);
62 return NEGOTIATE;
NBAIO.cpp 67 return (ssize_t) NEGOTIATE;
103 return (ssize_t) NEGOTIATE;
136 ssize_t NBAIO_Port::negotiate(const NBAIO_Format offers[], size_t numOffers, function in class:android::NBAIO_Port
139 ALOGV("negotiate offers=%p numOffers=%zu countersOffers=%p numCounterOffers=%zu",
155 return (ssize_t) NEGOTIATE;
  /external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
OkHttpProtocolNegotiator.java 85 public String negotiate( method in class:OkHttpProtocolNegotiator
141 public String negotiate(SSLSocket sslSocket, String hostname, List<Protocol> protocols) method in class:OkHttpProtocolNegotiator.AndroidNegotiator
147 negotiatedProtocol = super.negotiate(sslSocket, hostname, protocols);
  /external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
OkHttpProtocolNegotiatorTest.java 121 negotiator.negotiate(sock, "hostname", ImmutableList.of(Protocol.HTTP_2));
133 negotiator.negotiate(sock, "hostname", ImmutableList.of(Protocol.HTTP_2));
141 String actual = negotiator.negotiate(sock, "hostname", ImmutableList.of(Protocol.HTTP_2));
160 negotiator.negotiate(sock, "hostname",
185 negotiator.negotiate(androidSock, "hostname", ImmutableList.of(Protocol.HTTP_2));
  /external/curl/lib/
telnet.c 107 static void negotiate(struct connectdata *);
273 negotiate function
292 static void negotiate(struct connectdata *conn) function
    [all...]
urldata.h 359 /* When doing Negotiate (SPNEGO) auth, we first need to send a token
987 struct negotiatedata negotiate; \/* state data for host Negotiate auth *\/ member in struct:connectdata
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 185 /// Should return a reserved id for the negotiate function, which will be used
186 /// to negotiate ids for user defined functions.
1702 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
1719 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
1740 static Error negotiate(RPCEndpoint &R) { function in class:llvm::APICalls
    [all...]

Completed in 283 milliseconds