HomeSort by relevance Sort by last modified time
    Searched full:session (Results 801 - 825 of 3356) sorted by null

<<31323334353637383940>>

  /external/nist-sip/java/gov/nist/javax/sip/
TransactionExt.java 50 * @return Returns the cipher suite in use by the session which was produced by the handshake.
64 * @return the identity of the peer which was identified as part of defining the session.
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PCalledPartyIDHeader.java 45 * to join a session, he/she should be aware of which of the several registered SIP URIs this
46 * session was sent to. </p>
  /external/openssh/openbsd-compat/
port-irix.c 65 /* initialize array session */
67 fatal("Failed to set up new array session: %.100s",
  /external/openssh/
sshd_config.android 79 # and session processing. If this is enabled, PAM authentication will
84 # If you just want the PAM account and session checks to run without
  /external/selinux/libselinux/include/selinux/
get_context_list.h 12 /* Get an ordered list of authorized security contexts for a user session
30 /* Get the default security context for a user session for 'user'
  /frameworks/av/include/media/stagefright/foundation/
ANetworkSession.h 98 struct Session;
107 KeyedVector<int32_t, sp<Session> > mSessions;
  /frameworks/av/media/mtp/
MtpServer.h 51 // current session ID
53 // true if we have an open session and mSessionID is valid
  /frameworks/base/core/java/android/app/backup/
BackupManager.java 145 RestoreSession session = null; local
150 session = new RestoreSession(mContext, binder);
151 result = session.restorePackage(mContext.getPackageName(), observer);
156 if (session != null) {
157 session.endRestoreSession();
173 RestoreSession session = null; local
180 session = new RestoreSession(mContext, binder);
186 return session;
RestoreSet.java 46 * session, but is meaningless once the session has ended.
  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 32 public void setSession(IWindowSession session) {
33 mSession = session;
  /frameworks/base/media/java/android/media/session/
PlaybackState.java 16 package android.media.session;
38 * Indicates this session supports the stop command.
45 * Indicates this session supports the pause command.
52 * Indicates this session supports the play command.
59 * Indicates this session supports the rewind command.
66 * Indicates this session supports the previous command.
73 * Indicates this session supports the next command.
80 * Indicates this session supports the fast forward command.
87 * Indicates this session supports the set rating command.
94 * Indicates this session supports the seek to command
    [all...]
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
EqualizerTest.java 184 Log.d(TAG, "Invalid session #: "+mSessionText.getText().toString());
355 private void getEffect(int session) {
357 if (sInstances.containsKey(session)) {
358 mEqualizer = sInstances.get(session);
361 mEqualizer = new Equalizer(0, session);
371 sInstances.put(session, mEqualizer);
394 private void putEffect(int session) {
403 sInstances.remove(session);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
EnergyProbe.java 41 public EnergyProbe(int session) {
43 mVisualizer = new Visualizer(session);
  /frameworks/base/packages/VpnDialogs/res/values-da/
strings.xml 24 <string name="session" msgid="6470628549473641030">"Session:"</string>
  /frameworks/base/packages/VpnDialogs/res/values-fr/
strings.xml 24 <string name="session" msgid="6470628549473641030">"Session :"</string>
  /frameworks/base/packages/VpnDialogs/res/values-fr-rCA/
strings.xml 24 <string name="session" msgid="6470628549473641030">"Session :"</string>
  /frameworks/base/packages/VpnDialogs/res/values-sv/
strings.xml 24 <string name="session" msgid="6470628549473641030">"Session:"</string>
  /frameworks/base/packages/VpnDialogs/res/values-tl/
strings.xml 24 <string name="session" msgid="6470628549473641030">"Session:"</string>
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestGetMessage.java 86 public void execute(ClientSession session) throws IOException {
87 executeGet(session);
  /frameworks/opt/net/voip/src/java/android/net/sip/
package.html 3 <p>Provides access to Session Initiation Protocol (SIP) functionality, such as
7 <a href="{@docRoot}guide/topics/connectivity/sip.html">Session Initiation Protocol</a>
  /frameworks/support/v4/api21/android/support/v4/media/session/
PlaybackStateCompatApi21.java 17 package android.support.v4.media.session;
19 import android.media.session.PlaybackState;
  /hardware/libhardware_legacy/audio/
AudioPolicyCompatClient.cpp 93 status_t AudioPolicyCompatClient::moveEffects(int session, audio_io_handle_t srcOutput,
96 return mServiceOps->move_effects(mService, session, srcOutput, dstOutput);
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_vpu.h 142 * VPU_EVENT_SESSION_TIMESTAMP: New Session timestamp
149 * VPU_EVENT_INVALID_CONFIG: invalid VPU session configuration
152 * VPU_EVENT_FAILED_SESSION_STREAMING: Failed to stream session
276 * VPU_CTRL_PRIORITY: Session priority, data: value,
325 * VPU_CTRL_LATENCY: session latency, data: value in us
376 * 1: session
418 /* VPU Session ioctls */
423 /* Explicit commit of session configuration */
  /hardware/ti/omap4-aah/security/tf_sdk/include/
tee_client_api_ex.h 86 TEEC_Session* session,
95 TEEC_Session* session,
  /hardware/ti/omap4xxx/security/tf_sdk/include/
tee_client_api_ex.h 86 TEEC_Session* session,
95 TEEC_Session* session,

Completed in 454 milliseconds

<<31323334353637383940>>