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

  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameReader.h 58 Reject = -1
92 static bool reject(EhFrame& pEhFrame,
  /external/chromium/third_party/libjingle/source/talk/examples/call/
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/chromium/third_party/libjingle/source/talk/p2p/base/
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_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 143 " reject Rejects the incoming call and stays with the current call.\n"
201 } else if (command == "reject") {
202 Reject();
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc 921 bool Session::Reject(const std::string& reason) {
924 // Reject is sent in response to an initiate or modify, to reject the
931 LOG(LS_ERROR) << "Could not send reject message: " << error.text;
950 // We don't need to send terminate if we sent or received a reject...
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 970 virtual bool reject(const sp<GraphicBuffer>& buf, function in struct:android::Reject
    [all...]

Completed in 213 milliseconds