Searched defs:reject (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DEhFrameReader.cpp116 {addCIE, reject, addTerm, reject}, // Q0
117 {addCIE, addFDE, addTerm, reject}, // Q1
356 bool EhFrameReader::reject(EhFrame& pEhFrame, function in class:mcld::EhFrameReader
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java72 * receives call-commands such as answer, reject, hold and disconnect.
164 public void reject(String callId) {
297 reject((String) msg.obj);
679 private void reject(String callId) { method in class:ConnectionService
680 Log.d(this, "reject %s", callId);
681 findConnectionForAction(callId, "reject").onReject();
H A DRemoteConnection.java844 * Instructs this {@link Connection#STATE_RINGING} {@code RemoteConnection} to reject.
846 public void reject() { method in class:RemoteConnection
849 mConnectionService.reject(mConnectionId);
H A DCall.java703 * Instructs this {@link #STATE_RINGING} {@code Call} to reject.
705 * @param rejectWithMessage Whether to reject with a text message.
708 public void reject(boolean rejectWithMessage, String textMessage) { method in class:Call
880 * @see #reject(boolean, String)
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java707 * @param reason reason code to reject an incoming call
710 public void reject(int reason) { method in class:ImsCallSession
716 miSession.reject(reason);
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1213 virtual bool reject(const sp<GraphicBuffer>& buf, function in struct:Reject
1253 "latchBuffer/reject: buffer (%ux%u, tr=%02x), scalingMode=%d\n"
1276 // reject this buffer
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java482 // Call profile to be updated after the application's action (accept/reject)
483 // to the call update. After the application's action (accept/reject) is done,
1079 * @param reason reason code to reject an incoming call
1081 * @throws ImsException if the IMS service fails to reject the call
1083 public void reject(int reason) throws ImsException { method in class:ImsCall
1084 logi("reject :: reason=" + reason);
1088 mSession.reject(reason);
1093 logi("reject :: call profile is not updated; destroy it...");

Completed in 216 milliseconds