Home
last modified time | relevance | path

Searched defs:reject (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/proto/android/service/
Dfingerprint.proto49 int32 reject = 2; field
/frameworks/native/services/surfaceflinger/
DLayerRejecter.cpp42 bool LayerRejecter::reject(const sp<GraphicBuffer>& buf, const BufferItem& item) { in reject() function in android::LayerRejecter
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java192 public void reject(int reason) throws RemoteException { in reject() method in ImsCallSessionImplBase
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl143 void reject(int reason); in reject() method
DImsCallSession.java711 public void reject(int reason) { in reject() method in ImsCallSession
/frameworks/compile/mclinker/lib/LD/
DEhFrameReader.cpp360 bool EhFrameReader::reject(EhFrame& pEhFrame, in reject() function in mcld::EhFrameReader
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionService.aidl61 void reject(String callId, in Session.Info sessionInfo); in reject() method
/frameworks/base/telecomm/java/android/telecom/
DConnectionService.java1444 private void reject(String callId) { in reject() method in ConnectionService
1449 private void reject(String callId, String rejectWithMessage) { in reject() method in ConnectionService
DRemoteConnection.java938 public void reject() { in reject() method in RemoteConnection
DCall.java1081 public void reject(boolean rejectWithMessage, String textMessage) { in reject() method in Call
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHal.java849 public boolean reject(String peerAddress) { in reject() method in SupplicantP2pIfaceHal
/frameworks/base/services/core/java/com/android/server/fingerprint/
DFingerprintService.java107 int reject; // number of rejected fingerprints field in FingerprintService.PerformanceStats
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1141 public void reject(int reason) throws ImsException { in reject() method in ImsCall