Searched refs:reqId (Results 1 - 8 of 8) sorted by relevance

/external/ims/rcs/rcsmanager/src/java/com/android/ims/
H A DIRcsPresenceListener.aidl33 * status. The reqId which returned by requestCapability and requestAvailability can be
52 * @param reqId the request ID which returned by requestCapability or
58 void onSuccess(in int reqId);
63 * @param reqId the request ID which returned by requestCapability or
71 void onError(in int reqId, in int resultCode);
79 * @param reqId the request ID which returned by requestCapability or
85 void onFinish(in int reqId);
90 * @param reqId the request ID which returned by requestCapability or
96 void onTimeout(in int reqId);
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
H A DPollingAction.java58 public void onSuccess(int reqId) {
59 logger.print("onSuccess() is called. reqId=" + reqId);
62 public void onError(int reqId, int code) {
63 logger.print("onError() is called, reqId=" + reqId + " error code: " + code);
71 public void onFinish(int reqId) {
72 logger.print("onFinish() is called, reqId=" + reqId);
73 if (reqId
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c248 /* parse rxReq, rxSuccess, rxFailure, reqId, reqMethod */
368 sm->eapRespData = eap_sm_buildNak(sm, sm->reqId);
683 * eapRespData = m.buildResp(reqId)
741 sm->lastId = sm->reqId;
780 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0);
798 sm->eapRespData = eap_sm_buildNotify(sm->reqId);
878 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
883 * RFC 4137 require that reqId == lastId. In addition, it looks like
890 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
891 reqId
[all...]
H A Deap_i.h311 int reqId; member in struct:eap_sm
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.c248 /* parse rxReq, rxSuccess, rxFailure, reqId, reqMethod */
368 sm->eapRespData = eap_sm_buildNak(sm, sm->reqId);
683 * eapRespData = m.buildResp(reqId)
741 sm->lastId = sm->reqId;
780 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0);
798 sm->eapRespData = eap_sm_buildNotify(sm->reqId);
878 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
883 * RFC 4137 require that reqId == lastId. In addition, it looks like
890 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
891 reqId
[all...]
H A Deap_i.h311 int reqId; member in struct:eap_sm
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.c248 /* parse rxReq, rxSuccess, rxFailure, reqId, reqMethod */
368 sm->eapRespData = eap_sm_buildNak(sm, sm->reqId);
683 * eapRespData = m.buildResp(reqId)
741 sm->lastId = sm->reqId;
780 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0);
798 sm->eapRespData = eap_sm_buildNotify(sm->reqId);
878 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
883 * RFC 4137 require that reqId == lastId. In addition, it looks like
890 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
891 reqId
[all...]
H A Deap_i.h311 int reqId; member in struct:eap_sm

Completed in 462 milliseconds