HomeSort by relevance Sort by last modified time
    Searched full:session (Results 1101 - 1125 of 4514) sorted by null

<<41424344454647484950>>

  /frameworks/base/media/java/android/media/
MediaCrypto.java 76 * Associate a MediaDrm session with this MediaCrypto instance. The
77 * MediaDrm session is used to securely load decryption keys for a
78 * crypto scheme. The crypto keys loaded through the MediaDrm session
RemoteDisplay.java 129 final int width, final int height, final int flags, final int session) {
133 mListener.onDisplayConnected(surface, width, height, flags, session);
163 int width, int height, int flags, int session);
  /frameworks/base/services/core/java/com/android/server/wm/
EmulatorDisplayOverlay.java 53 public EmulatorDisplayOverlay(Context context, Display display, SurfaceSession session,
61 ctrl = new WindowSurfaceController.SurfaceTrace(session, "EmulatorDisplayOverlay",
65 ctrl = new SurfaceControl(session, "EmulatorDisplayOverlay", mScreenSize.x,
  /hardware/ti/omap4-aah/security/tf_sdk/include/
tee_client_api.h 163 TEEC_Session* session,
171 TEEC_Session* session);
174 TEEC_Session* session,
  /hardware/ti/omap4xxx/security/tf_sdk/include/
tee_client_api.h 163 TEEC_Session* session,
171 TEEC_Session* session);
174 TEEC_Session* session,
  /packages/apps/Camera2/src/com/android/camera/captureintent/resource/
ResourceCaptureTools.java 24 import com.android.camera.session.CaptureSessionManager;
82 * Obtains the capture session manager to start a new capture.
84 * @return A {@link com.android.camera.session.CaptureSessionManager} object.
  /packages/apps/Stk/res/values/
strings.xml 20 <!-- Menu button option for ending current SIM session -->
21 <string name="menu_end_session">End session</string>
32 <!-- Cancel button used to dismiss a message dialog and terminate the current SIM session-->
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
utmp.h 74 int32_t ut_session; /* Session ID, used for windowing. */
81 long int ut_session; /* Session ID, used for windowing. */
109 #define LOGIN_PROCESS 6 /* Session leader of a logged in user. */
utmpx.h 71 __int32_t ut_session; /* Session ID, used for windowing. */
78 long int ut_session; /* Session ID, used for windowing. */
97 #define LOGIN_PROCESS 6 /* Session leader of a logged in user. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
utmp.h 74 int32_t ut_session; /* Session ID, used for windowing. */
81 long int ut_session; /* Session ID, used for windowing. */
109 #define LOGIN_PROCESS 6 /* Session leader of a logged in user. */
utmpx.h 71 __int32_t ut_session; /* Session ID, used for windowing. */
78 long int ut_session; /* Session ID, used for windowing. */
97 #define LOGIN_PROCESS 6 /* Session leader of a logged in user. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
utmp.h 74 int32_t ut_session; /* Session ID, used for windowing. */
81 long int ut_session; /* Session ID, used for windowing. */
109 #define LOGIN_PROCESS 6 /* Session leader of a logged in user. */
utmpx.h 71 __int32_t ut_session; /* Session ID, used for windowing. */
78 long int ut_session; /* Session ID, used for windowing. */
97 #define LOGIN_PROCESS 6 /* Session leader of a logged in user. */
  /toolchain/binutils/binutils-2.25/binutils/
arparse.y 68 { prompt(); } session
71 session: label
72 session command_line
  /external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java 684 public void afterHandshake(long session, long ssl, long context,
688 if (session != NULL) {
689 negotiatedCipherSuite = NativeCrypto.SSL_SESSION_cipher(session);
690 NativeCrypto.SSL_SESSION_free(session);
    [all...]
  /external/cros/system_api/dbus/power_manager/
policy.proto 30 // Ends the current user's session. Does nothing at the login screen.
47 // the session state changing.
130 // of the current user session. A value of 1.0 (or less) or an unset
135 // delay-triggered actions while in a user session until user activity
137 // starts. The actions are deferred again after a new session starts.
139 // seen within an already-started session (activity that took place
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/xml/
XMLFormatterTest.java 65 infos.add(new SessionInfo("session-1", 12345, 67890));
66 infos.add(new SessionInfo("session-2", 1, 2));
67 infos.add(new SessionInfo("session-3", 1, 2));
72 assertPathMatches("session-1", "/report/sessioninfo[1]/@id");
75 assertPathMatches("session-2", "/report/sessioninfo[2]/@id");
76 assertPathMatches("session-3", "/report/sessioninfo[3]/@id");
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 183 unsigned int session:16; /* PPPoE session */ member in struct:PPPoEPacketStruct
193 #define PPPOE_OVERHEAD 6 /* type, code, session, length */
228 int sessionSocket; /* Raw socket for session frames */
233 UINT16_t session; /* Session ID */ member in struct:PPPoEConnectionStruct
  /frameworks/av/media/libmedia/
AudioSystem.cpp 792 audio_session_t session,
804 return aps->getOutputForAttr(attr, output, session, stream, uid,
811 audio_session_t session)
815 return aps->startOutput(output, stream, session);
820 audio_session_t session)
824 return aps->stopOutput(output, stream, session);
829 audio_session_t session)
833 aps->releaseOutput(output, stream, session);
838 audio_session_t session,
850 attr, input, session, pid, uid
    [all...]
  /frameworks/base/docs/html/sdk/support_api_diff/22.2.0/changes/
pkg_android.support.v4.media.session.html 10 android.support.v4.media.session
74 Package <A HREF="../../../../reference/android/support/v4/media/session/package-summary.html" target="_top"><font size="+1"><code>android.support.v4.media.session</code></font></A>
85 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.html">PlaybackStateCompat</A></nobr>
92 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.Builder.html">PlaybackStateCompat.Builder</A></nobr>
99 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.CustomAction.html">PlaybackStateCompat.CustomAction</A></nobr>
  /frameworks/base/docs/html/sdk/support_api_diff/23/changes/
pkg_android.support.v4.media.session.html 10 android.support.v4.media.session
74 Package <A HREF="../../../../reference/android/support/v4/media/session/package-summary.html" target="_top"><font size="+1"><code>android.support.v4.media.session</code></font></A>
85 <nobr><A HREF="android.support.v4.media.session.MediaControllerCompat.TransportControls.html">MediaControllerCompat.<br>TransportControls</A></nobr>
92 <nobr><A HREF="android.support.v4.media.session.MediaSessionCompat.Callback.html">MediaSessionCompat.Callback</A></nobr>
99 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.html">PlaybackStateCompat</A></nobr>
  /frameworks/base/docs/html/training/tv/tif/
content-recording.jd 15 <li><a href="#recording">Recording a Session</a></li>
77 <h2 id="recording">Recording a Session</h2>
115 table. This entry should include the recorded session data URI in the
133 notifyError()} after a recording session is created to let the system know
140 use the partial session.</p>
162 there isn't enough space to save a recorded session.</p>
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DataUsageController.java 93 Log.w(TAG, "Failed to open stats session", e);
95 Log.w(TAG, "Failed to open stats session", e);
134 final INetworkStatsSession session = getSession(); local
135 if (session == null) {
136 return warn("no stats session");
140 final NetworkStatsHistory history = session.getHistoryForNetwork(template, FIELDS);
  /frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsClient.java 122 * <code>warmup()</code> and create a session. In this case, calling this method is not
171 * Creates a new session through an ICustomTabsService with the optional callback. This session
174 * through same session-intent-Custom Tab association.
176 * session. Can be null.
177 * @return The session object that was created as a result of the transaction. The client can
  /hardware/qcom/camera/QCamera2/stack/common/
mm_jpeg_interface.h 253 /*session id*/
302 /*session id*/
349 /* create a session */
353 /* destroy session */
368 /* create a session */
372 /* destroy session */

Completed in 1545 milliseconds

<<41424344454647484950>>