Home
last modified time | relevance | path

Searched defs:session (Results 1 – 25 of 59) sorted by relevance

123

/frameworks/base/voip/java/android/net/sip/
DSipSessionAdapter.java25 public void onCalling(ISipSession session) { in onCalling()
28 public void onRinging(ISipSession session, SipProfile caller, in onRinging()
32 public void onRingingBack(ISipSession session) { in onRingingBack()
35 public void onCallEstablished(ISipSession session, in onCallEstablished()
39 public void onCallEnded(ISipSession session) { in onCallEnded()
42 public void onCallBusy(ISipSession session) { in onCallBusy()
45 public void onCallTransferring(ISipSession session, in onCallTransferring()
49 public void onCallChangeFailed(ISipSession session, int errorCode, in onCallChangeFailed()
53 public void onError(ISipSession session, int errorCode, String message) { in onError()
56 public void onRegistering(ISipSession session) { in onRegistering()
[all …]
DISipSessionListener.aidl32 void onCalling(in ISipSession session); in onCalling()
41 void onRinging(in ISipSession session, in SipProfile caller, in onRinging()
49 void onRingingBack(in ISipSession session); in onRingingBack()
57 void onCallEstablished(in ISipSession session, in onCallEstablished()
65 void onCallEnded(in ISipSession session); in onCallEnded()
72 void onCallBusy(in ISipSession session); in onCallBusy()
90 void onError(in ISipSession session, int errorCode, String errorMessage); in onError()
99 void onCallChangeFailed(in ISipSession session, int errorCode, in onCallChangeFailed()
107 void onRegistering(in ISipSession session); in onRegistering()
115 void onRegistrationDone(in ISipSession session, int duration); in onRegistrationDone()
[all …]
DSipSession.java117 public void onCalling(SipSession session) { in onCalling()
127 public void onRinging(SipSession session, SipProfile caller, in onRinging()
136 public void onRingingBack(SipSession session) { in onRingingBack()
145 public void onCallEstablished(SipSession session, in onCallEstablished()
154 public void onCallEnded(SipSession session) { in onCallEnded()
162 public void onCallBusy(SipSession session) { in onCallBusy()
184 public void onError(SipSession session, int errorCode, in onError()
195 public void onCallChangeFailed(SipSession session, int errorCode, in onCallChangeFailed()
204 public void onRegistering(SipSession session) { in onRegistering()
213 public void onRegistrationDone(SipSession session, int duration) { in onRegistrationDone()
[all …]
DSipAudioCall.java390 public void onRingingBack(SipSession session) { in createListener()
403 public void onRinging(SipSession session, in createListener()
427 public void onCallEstablished(SipSession session, in createListener()
454 public void onCallEnded(SipSession session) { in createListener()
478 public void onCallBusy(SipSession session) { in createListener()
492 public void onCallChangeFailed(SipSession session, int errorCode, in createListener()
509 public void onError(SipSession session, int errorCode, in createListener()
515 public void onRegistering(SipSession session) { in createListener()
520 public void onRegistrationTimeout(SipSession session) { in createListener()
525 public void onRegistrationFailed(SipSession session, int errorCode, in createListener()
[all …]
DSipManager.java391 ISipSession session = mSipService.getPendingSession(callId); in takeAudioCall() local
472 ISipSession session = mSipService.createSession(localProfile, in register() local
497 ISipSession session = mSipService.createSession(localProfile, in unregister() local
580 private String getUri(ISipSession session) { in getUri()
593 public void onRegistering(ISipSession session) { in onRegistering()
598 public void onRegistrationDone(ISipSession session, int duration) { in onRegistrationDone()
605 public void onRegistrationFailed(ISipSession session, int errorCode, in onRegistrationFailed()
611 public void onRegistrationTimeout(ISipSession session) { in onRegistrationTimeout()
/frameworks/base/voip/java/com/android/server/sip/
DSipSessionListenerProxy.java46 public void onCalling(final ISipSession session) { in onCalling()
59 public void onRinging(final ISipSession session, final SipProfile caller, in onRinging()
73 public void onRingingBack(final ISipSession session) { in onRingingBack()
86 public void onCallEstablished(final ISipSession session, in onCallEstablished()
100 public void onCallEnded(final ISipSession session) { in onCallEnded()
127 public void onCallBusy(final ISipSession session) { in onCallBusy()
140 public void onCallChangeFailed(final ISipSession session, in onCallChangeFailed()
154 public void onError(final ISipSession session, final int errorCode, in onError()
168 public void onRegistering(final ISipSession session) { in onRegistering()
181 public void onRegistrationDone(final ISipSession session, in onRegistrationDone()
[all …]
DSipService.java390 private synchronized void addPendingSession(ISipSession session) { in addPendingSession()
393 mPendingSessions.put(session.getCallId(), session); in addPendingSession() local
585 SipSessionGroup.SipSessionImpl session = in onRinging() local
611 public void onError(ISipSession session, int errorCode, in onError()
1006 public void onRegistering(ISipSession session) { in onRegistering()
1016 private boolean notCurrentSession(ISipSession session) { in notCurrentSession()
1026 public void onRegistrationDone(ISipSession session, int duration) { in onRegistrationDone()
1063 public void onRegistrationFailed(ISipSession session, int errorCode, in onRegistrationFailed()
1088 public void onRegistrationTimeout(ISipSession session) { in onRegistrationTimeout()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethod.java77 public void sessionCreated(InputMethodSession session); in sessionCreated()
166 public void setSessionEnabled(InputMethodSession session, boolean enabled); in setSessionEnabled()
177 public void revokeSession(InputMethodSession session); in revokeSession()
/frameworks/base/core/java/android/app/backup/
DBackupManager.java144 RestoreSession session = null; in requestRestore() local
167 RestoreSession session = null; in beginRestoreSession() local
/frameworks/base/core/java/com/android/internal/view/
DIInputMethod.aidl49 void setSessionEnabled(IInputMethodSession session, boolean enabled); in setSessionEnabled()
51 void revokeSession(IInputMethodSession session); in revokeSession()
DIInputMethodCallback.aidl33 void sessionCreated(IInputMethodSession session); in sessionCreated()
/frameworks/base/services/java/com/android/server/wm/
DBlackFrame.java35 BlackSurface(SurfaceSession session, int layer, int l, int t, int r, int b) in BlackSurface()
79 public BlackFrame(SurfaceSession session, Rect outer, Rect inner, in BlackFrame()
DDimSurface.java33 DimSurface(SurfaceSession session) { in DimSurface()
DStrictModeFlash.java40 public StrictModeFlash(Display display, SurfaceSession session) { in StrictModeFlash()
DScreenRotationAnimation.java63 public ScreenRotationAnimation(Context context, SurfaceSession session, in ScreenRotationAnimation()
185 public boolean dismiss(SurfaceSession session, long maxAnimationDuration, in dismiss()
/frameworks/base/media/libdrm/mobile1/src/objmng/
Ddrm_api.c796 int32_t session; in SVC_drm_openSession() local
1086 int32_t SVC_drm_getDeliveryMethod(int32_t session) in SVC_drm_getDeliveryMethod()
1101 int32_t SVC_drm_getContentType(int32_t session, uint8_t* mediaType) in SVC_drm_getContentType()
1118 int32_t SVC_drm_checkRights(int32_t session, int32_t permission) in SVC_drm_checkRights()
1199 int32_t SVC_drm_consumeRights(int32_t session, int32_t permission) in SVC_drm_consumeRights()
1228 int32_t SVC_drm_getContentLength(int32_t session) in SVC_drm_getContentLength()
1696 int32_t SVC_drm_getContent(int32_t session, int32_t offset, uint8_t* mediaBuf, int32_t mediaBufLen) in SVC_drm_getContent()
1731 int32_t SVC_drm_getRightsIssuer(int32_t session, uint8_t* rightsIssuer) in SVC_drm_getRightsIssuer()
1751 int32_t SVC_drm_getRightsInfo(int32_t session, T_DRM_Rights_Info* rights) in SVC_drm_getRightsInfo()
1803 int32_t SVC_drm_closeSession(int32_t session) in SVC_drm_closeSession()
Ddrm_file.c224 int32_t* session, in DRM_file_listOpen()
278 int32_t *session, int32_t* iteration) in DRM_file_listNextEntry()
357 DRM_file_listClose(int32_t session, int32_t iteration) in DRM_file_listClose()
/frameworks/base/core/java/android/inputmethodservice/
DAbstractInputMethodService.java71 public void setSessionEnabled(InputMethodSession session, boolean enabled) { in setSessionEnabled()
80 public void revokeSession(InputMethodSession session) { in revokeSession()
DIInputMethodWrapper.java87 public void sessionCreated(InputMethodSession session) { in sessionCreated()
251 public void setSessionEnabled(IInputMethodSession session, boolean enabled) { in setSessionEnabled()
262 public void revokeSession(IInputMethodSession session) { in revokeSession()
/frameworks/base/media/libeffects/preprocessing/
DPreProcessing.cpp87 preproc_session_t *session; // session the effect is on member
682 preproc_session_t *session, in Effect_Create()
705 int Session_Init(preproc_session_t *session) in Session_Init()
722 extern "C" int Session_CreateEffect(preproc_session_t *session, in Session_CreateEffect()
794 int Session_ReleaseEffect(preproc_session_t *session, in Session_ReleaseEffect()
832 int Session_SetConfig(preproc_session_t *session, effect_config_t *config) in Session_SetConfig()
943 int Session_SetReverseConfig(preproc_session_t *session, effect_config_t *config) in Session_SetReverseConfig()
972 void Session_SetProcEnabled(preproc_session_t *session, uint32_t procId, bool enabled) in Session_SetProcEnabled()
1080 preproc_session_t * session = (preproc_session_t *)effect->session; in PreProcessingFx_Process() local
1404 preproc_session_t * session = (preproc_session_t *)effect->session; in PreProcessingFx_ProcessReverse() local
[all …]
/frameworks/base/core/java/android/service/textservice/
DSpellCheckerService.java97 public final void setInternalISpellCheckerSession(InternalISpellCheckerSession session) { in setInternalISpellCheckerSession()
171 Bundle bundle, Session session) { in InternalISpellCheckerSession()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DEnergyProbe.java41 public EnergyProbe(int session) { in EnergyProbe()
/frameworks/base/media/libmedia/
DIAudioPolicyService.cpp152 int session) in startOutput()
165 int session) in stopOutput()
294 int session, in registerEffect()
448 int session = data.readInt32(); in onTransact() local
459 int session = data.readInt32(); in onTransact() local
574 int session = data.readInt32(); in onTransact() local
/frameworks/base/media/libstagefright/rtsp/
Drtp_test.cpp79 sp<ARTPSession> session = new ARTPSession; in main() local
/frameworks/base/core/java/com/android/internal/net/
DVpnConfig.java57 public String session; field in VpnConfig

123