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

  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.cc 352 session_->Reject(STR_TERMINATE_INCOMPATIBLE_PARAMETERS);
365 session_->Reject(STR_TERMINATE_INCOMPATIBLE_PARAMETERS);
tunnelsessionclient.cc 178 session->Reject(STR_TERMINATE_DECLINE);
272 session->Reject(STR_TERMINATE_INCOMPATIBLE_PARAMETERS);
  /frameworks/native/services/surfaceflinger/
Layer.cpp 561 struct Reject : public SurfaceTexture::BufferRejecter {
565 Reject(Layer::State& front, Layer::State& current,
571 virtual bool reject(const sp<GraphicBuffer>& buf, function in struct:android::Reject
612 "latchBuffer/reject: buffer (%ux%u, tr=%02x), scalingMode=%d\n"
635 // reject this buffer
644 Reject r(mDrawingState, currentState(), recomputeVisibleRegions);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.h 144 STATE_SENTINITIATE, // sent initiate, waiting for Accept or Reject
145 STATE_RECEIVEDINITIATE, // received an initiate. Call Accept or Reject
148 STATE_SENTMODIFY, // sent modify, waiting for Accept or Reject
149 STATE_RECEIVEDMODIFY, // received modify, call Accept or Reject
150 STATE_SENTREJECT, // sent reject after receiving initiate
151 STATE_RECEIVEDREJECT, // received reject after sending initiate
244 virtual bool Reject(const std::string& reason) = 0;
339 virtual bool Reject(const std::string& reason);
session.cc 324 bool Session::Reject(const std::string& reason) {
327 // Reject is sent in response to an initiate or modify, to reject the
337 LOG(LS_ERROR) << "Could not send reject message: " << error.text;
356 // We don't need to send terminate if we sent or received a reject...
754 // Users of Session may listen to state change and call Reject().
775 // Users of Session may listen to state change and call Reject().
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.h 157 void Reject();
callclient.cc 119 " reject Rejects the incoming call and stays with the current call.\n"
171 } else if (command == "reject") {
172 Reject();
665 void CallClient::Reject() {
  /external/ppp/pppd/plugins/radius/etc/
dictionary 222 VALUE Auth-Type Reject 4
  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc 111 session->Reject(STR_TERMINATE_DECLINE);
mediasessionclient.cc 362 // If our accept would have no codecs, then we must reject this call.
370 // reject.
376 session->Reject(STR_TERMINATE_INCOMPATIBLE_PARAMETERS);
    [all...]
  /external/libpng/
CHANGES     [all...]

Completed in 338 milliseconds