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

<<11121314151617181920>>

  /packages/services/Telecomm/src/com/android/server/telecom/
HeadsetMediaButton.java 22 import android.media.session.MediaSession;
66 MediaSession session = new MediaSession(
69 session.setCallback(mSessionCallback);
70 session.setFlags(MediaSession.FLAG_EXCLUSIVE_GLOBAL_PRIORITY
72 session.setPlaybackToLocal(AUDIO_ATTRIBUTES);
73 mSession = session;
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/media/
NdkMediaDrm.h 68 * This event type indicates that the licensed usage duration for keys in a session
113 * Open a new session with the MediaDrm object. A session ID is returned.
121 * Close a session on the MediaDrm object that was previously opened
210 * used to later restore the keys to a new session with AMediaDrm_restoreKeys.
227 * Restore persisted offline keys into a new session. keySetId identifies the
230 * sessionId is the session ID for the DRM session
237 * Remove the current keys from a session.
244 * Request an informative description of the key status for the session. The status i
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/media/
NdkMediaDrm.h 68 * This event type indicates that the licensed usage duration for keys in a session
113 * Open a new session with the MediaDrm object. A session ID is returned.
121 * Close a session on the MediaDrm object that was previously opened
210 * used to later restore the keys to a new session with AMediaDrm_restoreKeys.
227 * Restore persisted offline keys into a new session. keySetId identifies the
230 * sessionId is the session ID for the DRM session
237 * Remove the current keys from a session.
244 * Request an informative description of the key status for the session. The status i
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/media/
NdkMediaDrm.h 68 * This event type indicates that the licensed usage duration for keys in a session
113 * Open a new session with the MediaDrm object. A session ID is returned.
121 * Close a session on the MediaDrm object that was previously opened
210 * used to later restore the keys to a new session with AMediaDrm_restoreKeys.
227 * Restore persisted offline keys into a new session. keySetId identifies the
230 * sessionId is the session ID for the DRM session
237 * Remove the current keys from a session.
244 * Request an informative description of the key status for the session. The status i
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/media/
NdkMediaDrm.h 68 * This event type indicates that the licensed usage duration for keys in a session
113 * Open a new session with the MediaDrm object. A session ID is returned.
121 * Close a session on the MediaDrm object that was previously opened
210 * used to later restore the keys to a new session with AMediaDrm_restoreKeys.
227 * Restore persisted offline keys into a new session. keySetId identifies the
230 * sessionId is the session ID for the DRM session
237 * Remove the current keys from a session.
244 * Request an informative description of the key status for the session. The status i
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/media/
NdkMediaDrm.h 68 * This event type indicates that the licensed usage duration for keys in a session
113 * Open a new session with the MediaDrm object. A session ID is returned.
121 * Close a session on the MediaDrm object that was previously opened
210 * used to later restore the keys to a new session with AMediaDrm_restoreKeys.
227 * Restore persisted offline keys into a new session. keySetId identifies the
230 * sessionId is the session ID for the DRM session
237 * Remove the current keys from a session.
244 * Request an informative description of the key status for the session. The status i
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/media/
NdkMediaDrm.h 68 * This event type indicates that the licensed usage duration for keys in a session
113 * Open a new session with the MediaDrm object. A session ID is returned.
121 * Close a session on the MediaDrm object that was previously opened
210 * used to later restore the keys to a new session with AMediaDrm_restoreKeys.
227 * Restore persisted offline keys into a new session. keySetId identifies the
230 * sessionId is the session ID for the DRM session
237 * Remove the current keys from a session.
244 * Request an informative description of the key status for the session. The status i
    [all...]
  /external/emma/core/res/com/vladium/emma/
run_usage.res 34 "dump raw session data file";
40 "raw session data output file (defaults to 'coverage.es')";
46 "merge session data into output file, if it exists";
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
clientpairingsession.h 26 // A Polo client pairing session. This handles the logic for sending and
27 // receiving Polo messages during a pairing session.
30 // Creates a new client pairing session.
pairinglistener.h 27 // Listener for a pairing session.
32 // Invoked when a pairing session has been created.
35 // Invoked when a pairing session has ended.
serverpairingsession.h 26 // A Polo server pairing session. This handles the logic for sending and
27 // receiving Polo messages during a pairing session.
30 // Creates a new server pairing session.
  /external/ipsec-tools/src/racoon/
session.h 1 /* $NetBSD: session.h,v 1.4 2006/09/09 16:22:10 manu Exp $ */
3 /* Id: session.h,v 1.3 2004/06/11 16:00:17 ludvigm Exp */
37 extern int session __P((void));
  /external/jetty/src/resources/org/eclipse/jetty/servlets/jmx/
DoSFilter-mbean.properties 10 trackSessions: usage rate is tracked by session if a session exists.
11 remotePort: usage rate is tracked by IP+port (effectively connection) if session tracking is not used.
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
SessionExpiresParser.java 11 * Parser for SIP Session Expires Header.
67 { "Session-Expires: 30\n",
68 "Session-Expires: 45;refresher=uac\n",
  /external/ppp/pppd/plugins/rp-pppoe/
common.c 103 /* Do nothing if no session established yet */
104 if (!conn->session) return;
115 packet.session = conn->session;
117 /* Reset Session to zero so there is no possibility of
119 conn->session = 0;
199 printer(arg, " session 0x%x length %d\n", ntohs(packet->session), len);
202 printer(arg, "PPPOE Session V%dT%d", PPPOE_VER(packet->vertype),
204 printer(arg, " code 0x%x session 0x%x length %d\n", packet->code
    [all...]
  /external/wpa_supplicant_8/hs20/server/www/
add-mo.php 13 die("Missing session id");
30 die("Session not found");
46 die("Failed to update session database");
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_ni.h 53 loc_eng_ni_session_s_type session; /* SUPL NI Session */ member in struct:__anon26086
54 loc_eng_ni_session_s_type sessionEs; /* Emergency SUPL NI Session */
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_ni.h 53 loc_eng_ni_session_s_type session; /* SUPL NI Session */ member in struct:__anon26172
54 loc_eng_ni_session_s_type sessionEs; /* Emergency SUPL NI Session */
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
loc_eng_ni.h 53 loc_eng_ni_session_s_type session; /* SUPL NI Session */ member in struct:__anon26292
54 loc_eng_ni_session_s_type sessionEs; /* Emergency SUPL NI Session */
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSessions.java 31 * An invalid session that is not connected
36 * The server side of a connected session
41 * The client side of a connected session
  /packages/apps/Camera2/src/com/android/camera/one/v2/commands/
PreviewCommand.java 51 try (FrameServer.Session session = mFrameServer.createExclusiveSession()) {
53 session.submitRequest(Arrays.asList(photoRequest.build()),
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingService.java 35 import com.android.camera.session.CaptureSession;
36 import com.android.camera.session.CaptureSession.ProgressListener;
37 import com.android.camera.session.CaptureSessionManager;
93 /** Manages the capture session. */
123 // TODO: Cancel session in progress...
222 CaptureSession session = task.getSession(); local
225 // a session.
226 if (session == null) {
228 session = mSessionManager.createNewSession(task.getName(), 0, task.getLocation());
232 // Adding the listener also causes it to get called for the session'
    [all...]
  /build/core/
process_wrapper.sh 8 # Inside of the xterm is a gdb session, through which
  /development/samples/WiktionarySimple/
_index.html 5 displayed in a frame. Touching the widget will open a new browser session and
  /external/google-breakpad/src/common/windows/
dia_util.cc 36 IDiaSession* session,
39 if (FAILED(session->getEnumDebugStreams(&enum_debug_streams))) {
67 bool FindTable(REFIID iid, IDiaSession* session, void** table) {
70 if (FAILED(session->getEnumTables(&enum_tables))) {

Completed in 379 milliseconds

<<11121314151617181920>>