Searched refs:reject (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerConsumer.h43 virtual bool reject(const sp<GraphicBuffer>& buf,
53 // reject the newly acquired buffer. Unlike the GLConsumer version,
H A DSurfaceFlingerConsumer.cpp71 // reject buffers which have the wrong size
73 if (rejecter && rejecter->reject(mSlots[buf].mGraphicBuffer, item)) {
H A DLayer.cpp1135 virtual bool reject(const sp<GraphicBuffer>& buf, function in struct:android::Reject
1175 "latchBuffer/reject: buffer (%ux%u, tr=%02x), scalingMode=%d\n"
1198 // reject this buffer
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionService.aidl51 void reject(String callId);
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl140 * @param reason reason code to reject an incoming call
143 void reject(int reason);
/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrameReader.h91 static bool reject(EhFrame& pEhFrame,
/frameworks/compile/mclinker/lib/LD/
H A DEhFrameReader.cpp122 { addCIE, reject, addTerm, reject}, // Q0
123 { addCIE, addFDE, addTerm, reject}, // Q1
365 bool EhFrameReader::reject(EhFrame& pEhFrame, function in class:EhFrameReader
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnection.java644 * Instructs this {@link Connection#STATE_RINGING} {@code RemoteConnection} to reject.
646 public void reject() { method in class:RemoteConnection
649 mConnectionService.reject(mConnectionId);
H A DConnectionService.java72 * receives call-commands such as answer, reject, hold and disconnect.
167 public void reject(String callId) {
300 reject((String) msg.obj);
632 private void reject(String callId) { method in class:ConnectionService
633 Log.d(this, "reject %s", callId);
634 findConnectionForAction(callId, "reject").onReject();
H A DCall.java576 * Instructs this {@link #STATE_RINGING} {@code Call} to reject.
578 * @param rejectWithMessage Whether to reject with a text message.
581 public void reject(boolean rejectWithMessage, String textMessage) { method in class:Call
753 * @see #reject(boolean, String)
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java682 * @param reason reason code to reject an incoming call
685 public void reject(int reason) { method in class:ImsCallSession
691 miSession.reject(reason);
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java417 // Call profile to be updated after the application's action (accept/reject)
418 // to the call update. After the application's action (accept/reject) is done,
962 * @param reason reason code to reject an incoming call
966 public void reject(int reason) throws ImsException { method in class:ImsCall
968 log("reject :: reason=" + reason);
973 mSession.reject(reason);
978 log("reject :: call profile is not updated; destroy it...");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java774 if (rejectCall) imsCall.reject(ImsReasonInfo.CODE_USER_DECLINE);

Completed in 664 milliseconds