/frameworks/base/docs/html/sdk/support_api_diff/23/changes/ |
android.support.v4.media.session.MediaSessionCompat.Callback.html | 10 android.support.v4.media.session.MediaSessionCompat.Callback 74 Class android.support.v4.media.session.<A HREF="../../../../reference/android/support/v4/media/session/MediaSessionCompat.Callback.html" target="_top"><font size="+2"><code>MediaSessionCompat.Callback</code></font></A> 86 <A NAME="android.support.v4.media.session.MediaSessionCompat.Callback.onPlayFromUri_added(android.net.Uri, android.os.Bundle)"></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/support/v4/media/session/MediaSessionCompat.Callback.html#onPlayFromUri(android.net.Uri, android.os.Bundle)" target="_top"><code>onPlayFromUri</code></A>(<code>Uri,</nobr> Bundle<nobr><nobr></code>)</nobr>
|
android.support.v4.media.session.PlaybackStateCompat.html | 10 android.support.v4.media.session.PlaybackStateCompat 74 Class android.support.v4.media.session.<A HREF="../../../../reference/android/support/v4/media/session/PlaybackStateCompat.html" target="_top"><font size="+2"><code>PlaybackStateCompat</code></font></A> 87 <A NAME="android.support.v4.media.session.PlaybackStateCompat.ACTION_PLAY_FROM_URI"></A> 88 <nobr><code>long</code> <A HREF="../../../../reference/android/support/v4/media/session/PlaybackStateCompat.html#ACTION_PLAY_FROM_URI" target="_top"><code>ACTION_PLAY_FROM_URI</code></A></nobr>
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
PlayerSession.java | 22 import android.media.session.MediaSession; 23 import android.media.session.MediaSession.QueueItem; 24 import android.media.session.MediaSessionManager; 25 import android.media.session.PlaybackState; 76 Log.d(TAG, "Creating session for package " + mContext.getBasePackageName());
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
BluetoothMasRequest.java | 89 abstract public void execute(ClientSession session) throws IOException; 91 protected void executeGet(ClientSession session) throws IOException { 95 op = (ClientOperation) session.get(mHeaderSet); 128 protected void executePut(ClientSession session, byte[] body) throws IOException { 134 op = session.put(mHeaderSet);
|
/hardware/intel/img/psb_headers/DRM/cc54/inc/ |
wv_drm_api.h | 121 *@brief Create a widevine session 129 * @brief Creates a Widevine session for HLS content. 130 * @param[out] pSessionID Pointer to a variable that contains the session's ID 139 * @param session_id DRM Session ID number 151 * @param session_id DRM Session ID number
|
/packages/apps/Camera2/src/com/android/camera/data/ |
SessionItem.java | 49 * Creates a new session from the given URI. 51 * @param uri the URI of the session. 52 * @return If the session was found, a new SessionItem is returned. 117 return FilmstripItemType.SESSION; 146 Log.w(TAG, "Cannot refresh item, session does not exist.");
|
/packages/apps/InCallUI/src/com/android/incallui/ |
InCallVideoCallCallback.java | 45 * Handles an incoming session modification request. 68 * Handles a session modification response. 70 * @param status Status of the session modify request. Valid values are 83 // Report the reason the upgrade failed as the new session modification state. 116 * Handles a call session event.
|
/external/linux-tools-perf/src/tools/perf/ |
builtin-script.c | 9 #include "util/session.h" 172 struct perf_session *session) 177 !perf_session__has_traces(session, "record -R")) 235 static int perf_session__check_output_opt(struct perf_session *session) 242 evsel = perf_session__find_first_evtype(session, j); 256 perf_evsel__check_attr(evsel, session)) 561 static int __cmd_script(struct perf_session *session) 567 ret = perf_session__process_events(session, &perf_script); 1051 struct perf_session *session) 1085 &session->evlist->entries, node) 1115 struct perf_session *session; local 1265 struct perf_session *session; local [all...] |
/external/boringssl/src/ssl/ |
t1_lib.c | 755 * ssl_cipher_get_disabled this applies to a specific session and not global 908 /* Renegotiation does not participate in session resumption. However, still 912 if (!s->s3->initial_handshake_complete && s->session != NULL && 913 s->session->tlsext_tick != NULL) { 914 ticklen = s->session->tlsext_ticklen; 925 memcpy(ret, s->session->tlsext_tick, ticklen); [all...] |
/frameworks/base/docs/html/sdk/support_api_diff/22.2.0/changes/ |
alldiffs_index_additions.html | 66 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.Builder.html#android.support.v4.media.session.PlaybackStateCompat.Builder.addCustomAction_added(android.support.v4.media.session.PlaybackStateCompat.CustomAction)" class="hiddenlink" target="rightframe">type <b> 67 (<code>CustomAction</code>)</b> in android.support.v4.media.session.PlaybackStateCompat.Builder 70 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.Builder.html#android.support.v4.media.session.PlaybackStateCompat.Builder.addCustomAction_added(java.lang.String, java.lang.String, int)" class="hiddenlink" target="rightframe">type <b> 71 (<code>String, String, int</code>)</b> in android.support.v4.media.session.PlaybackStateCompat.Builder 145 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.CustomAction.html#android.support.v4.media.session.PlaybackStateCompat.CustomAction.fromCustomAction_added(java.lang.Object)" class="hiddenlink" target="rightframe"><b>fromCustomAction</b> 162 <nobr><A HREF="android.support.v4.media.session.PlaybackStateCompat.html#android.support.v4.media.session.PlaybackStateCompat.getActiveQueueItemId (…) [all...] |
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
PairingSession.java | 66 * When operating in the input role, the session will block execution after 69 * publish the input secret to the session via 134 * Context for the pairing session. 141 * If this session is acting as a server, this message will be sent to the 149 * Encoding scheme used for the session. 164 * Configuration message for current session. 176 * Internal state of the pairing session. 187 * Flag set when the session should be aborted. 200 * @param pairingContext a PairingContext for the session 305 * only be called before the session has started [all...] |
/external/iproute2/ip/ |
ipl2tp.c | 64 int session:1; member in struct:l2tp_parm 247 printf("Session %u in tunnel %u\n", 249 printf(" Peer session %u, tunnel %u\n", 491 fprintf(stderr, "Usage: ip l2tp add session [ name NAME ]\n"); 497 fprintf(stderr, " ip l2tp del session tunnel_id ID session_id ID\n"); 499 fprintf(stderr, " ip l2tp show session [ tunnel_id ID ] [ session_id ID ]\n"); 610 } else if (strcmp(*argv, "session") == 0) { 611 p->session = 1; 634 if (!p.tunnel && !p.session) 635 missarg("tunnel or session"); [all...] |
/external/jetty/src/java/org/eclipse/jetty/security/authentication/ |
FormAuthenticator.java | 64 * are associated with the session.</p> 193 HttpSession session = ((HttpServletRequest)request).getSession(true); local 195 session.setAttribute(SessionAuthentication.__J_AUTHENTICATED, cached); 216 HttpSession session = request.getSession(true); 227 session = request.getSession(true); 232 synchronized(session) 234 nuri = (String) session.getAttribute(__J_URI); 273 Authentication authentication = (Authentication) session.getAttribute(SessionAuthentication.__J_AUTHENTICATED); 282 session.removeAttribute(SessionAuthentication.__J_AUTHENTICATED); 286 String j_uri=(String)session.getAttribute(__J_URI) [all...] |
/prebuilts/maven_repo/android/com/android/support/support-v4/22.2.0/ |
support-v4-22.2.0-sources.jar | |
/prebuilts/maven_repo/android/com/android/support/support-v4/22.2.1/ |
support-v4-22.2.1-sources.jar | |
/device/asus/flo/camera/QCamera2/stack/common/ |
mm_jpeg_interface.h | 146 /*session id*/ 173 /* create a session */ 177 /* destroy session */
|
/external/google-breakpad/src/third_party/curl/ |
easy.h | 39 * Request internal information from the curl session with this function. The 55 * Creates a new curl session handle with the same options set for the handle 72 * It does keep: live connections, the Session ID cache, the DNS cache and the
|
/external/jetty/src/java/org/eclipse/jetty/server/session/jmx/ |
AbstractSessionManagerMBean.java | 19 package org.eclipse.jetty.server.session.jmx; 24 import org.eclipse.jetty.server.session.AbstractSessionManager; 25 import org.eclipse.jetty.server.session.SessionHandler;
|
/external/lldb/test/pexpect-2.4/examples/ |
ssh_session.py | 14 "Session with extra state including the password to be used." 84 % (src, session.user, session.host, dst))
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
NlstCommandHandlerTest.groovy | 22 import org.mockftpserver.core.session.SessionKeys 51 def actualLines = session.sentData[0].tokenize(endOfLine()) as Set 59 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
|
/external/openssh/ |
auth-bsdauth.c | 65 debug2("bsdauth_query: try reuse session"); 74 debug2("bsdauth_query: new bsd auth session"); 107 error("bsdauth_respond: no bsd auth session");
|
/external/ppp/pppd/ |
session.c | 2 * session.c - PPP session control. 86 #include "session.h" 95 #define SUCCESS_MSG "Session started successfully" 96 #define ABORT_MSG "Session can't be started without a username" 102 /* We have successfully started a session */ 256 * try to perform the session checks. 263 * the session check, because they don't make sense. 275 /* Any other error means session is rejected */ 285 /* Only open a session if the user's account was found * [all...] |
/external/toybox/toys/other/ |
oneit.c | 23 in its own session, reaps zombies until the child exits, then 38 // - Do a setsid() (so we have our own session). 91 // Redirect stdio to /dev/tty0, with new session ID, so ctrl-c works.
|
/frameworks/av/services/audiopolicy/ |
AudioPolicyInterface.h | 108 audio_session_t session, 120 audio_session_t session) = 0; 124 audio_session_t session) = 0; 128 audio_session_t session) = 0; 133 audio_session_t session, 143 audio_session_t session) = 0; 146 audio_session_t session) = 0; 149 audio_session_t session) = 0; 185 int session, 217 virtual status_t acquireSoundTriggerSession(audio_session_t *session, [all...] |
/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
|