Home | History | Annotate | Download | only in sip

Lines Matching refs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
32 void onCalling(in ISipSession session);
41 void onRinging(in ISipSession session, in SipProfile caller,
49 void onRingingBack(in ISipSession session);
57 void onCallEstablished(in ISipSession session,
65 void onCallEnded(in ISipSession session);
72 void onCallBusy(in ISipSession session);
80 void onCallTransferring(in ISipSession newSession, String sessionDescription);
87 * @param errorCode error code defined in {@link SipErrorCode}
90 void onError(in ISipSession session, int errorCode, String errorMessage);
96 * @param errorCode error code defined in {@link SipErrorCode}
99 void onCallChangeFailed(in ISipSession session, int errorCode,
107 void onRegistering(in ISipSession session);
113 * @param duration duration in second before the registration expires
115 void onRegistrationDone(in ISipSession session, int duration);
121 * @param errorCode error code defined in {@link SipErrorCode}
124 void onRegistrationFailed(in ISipSession session, int errorCode,
132 void onRegistrationTimeout(in ISipSession session);