/external/jmonkeyengine/engine/src/networking/com/jme3/network/ |
HostedConnection.java | 71 * Sets a session attribute specific to this connection. If the value 74 * @return The previous session value for this key or null 80 * Retrieves a previosly stored session attribute or 87 * for this client session.
|
/external/kernel-headers/original/uapi/linux/ |
keyctl.h | 18 #define KEY_SPEC_SESSION_KEYRING -3 /* - key ID for session-specific keyring */ 20 #define KEY_SPEC_USER_SESSION_KEYRING -5 /* - key ID for UID-session keyring */ 38 #define KEYCTL_JOIN_SESSION_KEYRING 1 /* join or start named session keyring */ 55 #define KEYCTL_SESSION_TO_PARENT 18 /* apply session keyring to parent process */
|
/external/linux-tools-perf/src/tools/perf/util/ |
tool.h | 26 struct perf_session *session);
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
CdupCommandHandlerTest.groovy | 22 import org.mockftpserver.core.session.SessionKeys 41 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR 48 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == '/' 57 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == SUBDIR
|
TypeCommandHandlerTest.groovy | 22 import org.mockftpserver.core.session.SessionKeys 36 assert session.getAttribute(SessionKeys.ASCII_TYPE) == true 42 assert session.getAttribute(SessionKeys.ASCII_TYPE) == false 47 assert session.getAttribute(SessionKeys.ASCII_TYPE) == null
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/ |
StubFtpServer_MultipleClientsIntegrationTest.java | 24 import org.mockftpserver.core.session.Session;
43 // Custom CommandHandler for PWD so that we can verify unique session-specific responses.
44 // Send back the hashCode for the Session as the reply text.
46 protected void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
47 String replyText = quotes(Integer.toString(session.hashCode()));
48 sendReply(session, 257, null, replyText, null);
80 // Make sure all session ids are unique
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/ |
StubFtpServer_MultipleClientsIntegrationTest.java | 23 import org.mockftpserver.core.session.Session;
43 // Custom CommandHandler for PWD so that we can verify unique session-specific responses.
44 // Send back the hashCode for the Session as the reply text.
46 protected void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
47 String replyText = quotes(Integer.toString(session.hashCode()));
48 sendReply(session, 257, null, replyText, null);
80 // Make sure all session ids are unique
|
/frameworks/av/drm/mediadrm/plugins/clearkey/ |
Session.cpp | 24 #include "Session.h" 37 status_t Session::getKeyRequest( 45 status_t Session::provideKeyResponse(const Vector<uint8_t>& response) { 64 status_t Session::decrypt(
|
/frameworks/av/media/libmedia/ |
IRemoteDisplayClient.cpp | 41 uint32_t width, uint32_t height, uint32_t flags, uint32_t session) 49 data.writeInt32(session); 84 uint32_t session = data.readInt32(); local 85 onDisplayConnected(surfaceTexture, width, height, flags, session);
|
IAudioPolicyService.cpp | 173 audio_session_t session, 205 data.writeInt32(session); 242 audio_session_t session) 248 data.writeInt32((int32_t)session); 255 audio_session_t session) 261 data.writeInt32((int32_t)session); 268 audio_session_t session) 274 data.writeInt32((int32_t)session); 280 audio_session_t session, 299 data.writeInt32(session); 862 audio_session_t session = (audio_session_t)data.readInt32(); local 896 audio_session_t session = (audio_session_t)data.readInt32(); local 908 audio_session_t session = (audio_session_t)data.readInt32(); local 919 audio_session_t session = (audio_session_t)data.readInt32(); local 928 audio_session_t session = (audio_session_t)data.readInt32(); local 949 audio_session_t session = static_cast <audio_session_t>(data.readInt32()); local 957 audio_session_t session = static_cast <audio_session_t>(data.readInt32()); local 965 audio_session_t session = static_cast <audio_session_t>(data.readInt32()); local 1035 int session = data.readInt32(); local 1241 audio_session_t session; local 1258 audio_session_t session = (audio_session_t)data.readInt32(); local [all...] |
/frameworks/base/docs/html/guide/topics/text/ |
spell-checker-framework.jd | 39 generates a spelling checker <strong>session</strong> object. Based on text you provide, 40 the session object returns spelling suggestions generated by the spelling checker. 54 spelling checker session from the service, then use the session to get suggestions for text. 55 As a client terminates its operation, it closes its spelling checker session. If necessary, your 61 the session object definition. You can also add to your app an optional activity that 67 Define the service and session object with the following classes: 81 {@link android.service.textservice.SpellCheckerService.Session} object to a 92 An implementation of {@link android.service.textservice.SpellCheckerService.Session} 100 {@link android.service.textservice.SpellCheckerService.Session#onCreate() [all...] |
/frameworks/base/media/java/android/media/session/ |
MediaSession.aidl | 16 package android.media.session;
|
ParcelableVolumeInfo.aidl | 16 package android.media.session;
|
PlaybackState.aidl | 16 package android.media.session;
|
/frameworks/support/v4/java/android/support/v4/media/session/ |
ParcelableVolumeInfo.aidl | 16 package android.support.v4.media.session;
|
PlaybackStateCompat.aidl | 16 package android.support.v4.media.session;
|
/hardware/ti/omap4-aah/security/tf_crypto_sst/ |
pkcs11_session.c | 34 * The PKCS11 session handle is directly mapped on the 35 * Trusted Foundations Software session handle (S_HANDLE). 50 CK_SESSION_HANDLE* phSession) /* receives new session handle */ 86 * Allocate the session context 171 &pSession->sSession, /* OUT session */ 185 /* We could not open a session with the login TEEC_LOGIN_AUTHENTICATION */ 222 /* Check that {*phSession} is a valid primary session handle */ 231 /* allocate the secondary session context */ 292 CK_RV PKCS11_EXPORT C_CloseSession(CK_SESSION_HANDLE hSession) /* the session's handle */ 335 /* Free all secondary session contexts * [all...] |
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
pkcs11_session.c | 34 * The PKCS11 session handle is directly mapped on the 35 * Trusted Foundations Software session handle (S_HANDLE). 50 CK_SESSION_HANDLE* phSession) /* receives new session handle */ 86 * Allocate the session context 171 &pSession->sSession, /* OUT session */ 185 /* We could not open a session with the login TEEC_LOGIN_AUTHENTICATION */ 222 /* Check that {*phSession} is a valid primary session handle */ 231 /* allocate the secondary session context */ 292 CK_RV PKCS11_EXPORT C_CloseSession(CK_SESSION_HANDLE hSession) /* the session's handle */ 335 /* Free all secondary session contexts * [all...] |
/packages/apps/Camera2/src/com/android/camera/session/ |
CaptureSessionImpl.java | 17 package com.android.camera.session; 50 /** The capture session manager responsible for this session. */ 52 /** Used to inform about session status updates. */ 56 /** A place holder for this capture session. */ 74 /** The location this session was created at. Used for media store. */ 76 /** The current progress of this session in percent. */ 83 /** Object that collects logging information through the capture session lifecycle */ 93 * @param title the title of this session. 94 * @param sessionStartMillis the timestamp of this capture session (sinc [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
keyctl.h | 18 #define KEY_SPEC_SESSION_KEYRING -3 /* - key ID for session-specific keyring */ 20 #define KEY_SPEC_USER_SESSION_KEYRING -5 /* - key ID for UID-session keyring */ 38 #define KEYCTL_JOIN_SESSION_KEYRING 1 /* join or start named session keyring */ 55 #define KEYCTL_SESSION_TO_PARENT 18 /* apply session keyring to parent process */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
keyctl.h | 18 #define KEY_SPEC_SESSION_KEYRING -3 /* - key ID for session-specific keyring */ 20 #define KEY_SPEC_USER_SESSION_KEYRING -5 /* - key ID for UID-session keyring */ 38 #define KEYCTL_JOIN_SESSION_KEYRING 1 /* join or start named session keyring */ 55 #define KEYCTL_SESSION_TO_PARENT 18 /* apply session keyring to parent process */
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
if_pppolac.h | 25 __u16 tunnel, session; member in struct:sockaddr_pppolac::__anon37613
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
if_pppolac.h | 25 __u16 tunnel, session; member in struct:sockaddr_pppolac::__anon38400
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipManager.java | 44 * <li>Verify session connectivity, with {@link #isOpened isOpened()} and 58 * <a href="{@docRoot}guide/topics/network/sip.html">Session Initiation Protocol</a> 77 * Key to retrieve the offered session description from an incoming call 204 * string. The intent contains a call ID extra and an offer session 213 * result code and the intent to fill in the call ID and session 395 throw new SipException("Cannot retrieve session with null intent"); 405 throw new SipException("Session description missing in incoming " 410 ISipSession session = mSipService.getPendingSession(callId, local 412 if (session == null) { 413 throw new SipException("No pending session for the call") 492 ISipSession session = mSipService.createSession(localProfile, local 518 ISipSession session = mSipService.createSession(localProfile, local [all...] |
/cts/tests/tests/print/src/android/print/cts/ |
PrinterDiscoverySessionLifecycleTest.java | 67 // Create the session callbacks that we will be checking. 112 // While the printer discovery session is still alive store the 126 // Wait for all print jobs to be handled after which the session destroyed. 156 // ... last the session is destroyed. 164 // Create the session callbacks that we will be checking. 206 // While the printer discovery session is still alive store the 233 // Wait for all print jobs to be handled after which the is session destroyed. 255 // the discovery session may not have been destroyed. We try the 274 // Discovery is always stopped before the session is always destroyed. 277 // ...last the session is destroyed 344 StubbablePrinterDiscoverySession session = ((PrinterDiscoverySessionCallbacks) local [all...] |