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

  /external/curl/lib/
http_negotiate.c 67 neg_ctx = &data->state.negotiate;
78 header += strlen("Negotiate");
100 &conn->data->state.negotiate;
110 userp = aprintf("%sAuthorization: Negotiate %s\r\n", proxy ? "Proxy-" : "",
129 Curl_auth_spnego_cleanup(&data->state.negotiate);
telnet.c 109 static void negotiate(struct connectdata *);
272 negotiate function
291 static void negotiate(struct connectdata *conn) function
    [all...]
http.c 574 &data->state.proxyneg : &data->state.negotiate;
586 auth = "Negotiate";
754 &data->state.proxyneg:&data->state.negotiate;
786 if(checkprefix("Negotiate", auth)) {
    [all...]
urldata.h 460 /* When doing Negotiate (SPNEGO) auth, we first need to send a token
1286 struct negotiatedata negotiate; \/* state data for host Negotiate auth *\/ member in struct:UrlState
    [all...]
  /frameworks/av/include/media/nbaio/
AudioStreamInSource.h 34 virtual ssize_t negotiate(const NBAIO_Format offers[], size_t numOffers,
AudioStreamOutSink.h 34 virtual ssize_t negotiate(const NBAIO_Format offers[], size_t numOffers,
NBAIO.h 38 NEGOTIATE = 0x80000010, // Must (re-)negotiate format. For negotiate() only, the offeree
95 // negotiate() must called first. The purpose of negotiate() is to check compatibility of
104 // from counterOffers[0] to counterOffers[numCounterOffers - 1], and returns NEGOTIATE.
109 // important counterOffers as will fit, and returns NEGOTIATE. As this implies a re-allocation,
114 // In this case, the offerree should set numCounterOffers appropriately and return NEGOTIATE.
119 // NEGOTIATE No offer accepted, and counter-offer(s) optionally made. See above for details.
120 virtual ssize_t negotiate(const NBAIO_Format offers[], size_t numOffers
    [all...]
  /frameworks/av/media/libnbaio/
AudioStreamInSource.cpp 40 ssize_t AudioStreamInSource::negotiate(const NBAIO_Format offers[], size_t numOffers, function in class:android::AudioStreamInSource
53 return NBAIO_Source::negotiate(offers, numOffers, counterOffers, numCounterOffers);
70 return NEGOTIATE;
AudioStreamOutSink.cpp 37 ssize_t AudioStreamOutSink::negotiate(const NBAIO_Format offers[], size_t numOffers, function in class:android::AudioStreamOutSink
50 return NBAIO_Sink::negotiate(offers, numOffers, counterOffers, numCounterOffers);
56 return NEGOTIATE;
SourceAudioBufferProvider.cpp 32 // negotiate with source
35 ssize_t index = source->negotiate(NULL, 0, counterOffers, numCounterOffers);
36 ALOG_ASSERT(index == (ssize_t) NEGOTIATE && numCounterOffers > 0);
38 index = source->negotiate(counterOffers, 1, NULL, numCounterOffers);
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;
  /frameworks/av/services/audioflinger/
Tracks.cpp 189 ssize_t index = pipe->negotiate(offers, 1, NULL, numCounterOffers);
193 index = pipeReader->negotiate(offers, 1, NULL, numCounterOffers);
    [all...]
Threads.cpp     [all...]
AudioFlinger.cpp     [all...]
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 425 ssize_t index = sink->negotiate(offers, 1, NULL, numCounterOffers);
429 index = source->negotiate(offers, 1, NULL, numCounterOffers);
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 

Completed in 303 milliseconds