/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/ |
QueueAdapter.java | 19 import android.media.session.MediaSession;
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/ |
QueueAdapter.java | 19 import android.media.session.MediaSession;
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/ |
auth.rst | 81 session, providing a nice way to cache commonly used user information.
|
/external/e2fsprogs/e2fsck/ |
ehandler.c | 3 * course of an e2fsck session.
|
/external/google-tv-pairing-protocol/proto/ |
polo.proto | 104 // The encoding to be used in this session.
|
/external/kernel-headers/original/uapi/linux/ |
pktcdvd.h | 80 * Last session/border status
|
tty_flags.h | 20 #define ASYNCB_SESSION_LOCKOUT 8 /* Lock out cua opens based on session */
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
perf-trace.txt | 75 Accrue thread runtime and provide a summary at the end of the session.
|
/external/linux-tools-perf/src/tools/perf/ |
builtin-lock.c | 16 #include "util/session.h" 29 static struct perf_session *session; variable in typeref:struct:perf_session 764 t = perf_session__findnew(session, st->tid); 839 session = perf_session__new(input_name, O_RDONLY, 0, false, &eops); 840 if (!session) { 841 pr_err("Initializing perf session failed\n"); 845 if (perf_session__set_tracepoints_handlers(session, lock_tracepoints)) { 846 pr_err("Initializing perf session tracepoint handlers failed\n"); 850 return perf_session__process_events(session, &eops);
|
/external/linux-tools-perf/src/tools/perf/util/ |
build-id.c | 16 #include "session.h"
|
callchain.h | 125 /* Close a cursor writing session. Initialize for the reader */
|
/external/lldb/include/lldb/Symbol/ |
UnwindTable.h | 22 // the debug session.
|
/external/lldb/source/Interpreter/ |
embedded_interpreter.py | 96 # Pass in the dictionary, for continuity from one session to the next.
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
AppeCommandHandlerTest.groovy | 84 assert session.getReplyMessage(1).contains(FILENAME)
|
StorCommandHandlerTest.groovy | 75 assert session.getReplyMessage(1).contains(FILENAME)
|
StouCommandHandlerTest.groovy | 67 session.dataToRead = CONTENTS.bytes
|
/external/mtpd/ |
mtpd.h | 43 uint16_t session; member in struct:sockaddr_pppolac::__anon17181
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
OkHttp.java | 44 @Override public boolean verify(String s, SSLSession session) {
|
UrlConnection.java | 40 @Override public boolean verify(String s, SSLSession session) {
|
/external/openssh/ |
ssh.h | 78 * Length of the session key in bytes. (Specified as 256 bits in the
|
/external/selinux/policycoreutils/sandbox/ |
sandbox | 248 if self.__options.session: 262 dbus-launch --exit-with-session %s 308 parser.add_option("-S", "--session", action="store_true", dest="session", 309 default=False, help=_("run complete desktop session within sandbox")) 363 if self.__options.session: 367 self.usage(_("You must specify a Homedir and tempdir when setting up a session sandbox")) 369 self.usage(_("Commands are not allowed in a session sandbox")) 403 if self.__options.level or self.__options.session:
|
/external/srtp/test/ |
srtp_driver.c | 472 * allocate and initialize an srtp session 532 * allocate and initialize an srtp session 1009 /* loop over streams in session, printing the policy of each */ 1043 srtp_t session; local 1045 status = srtp_create(&session, policy); 1048 status = srtp_session_print_policy(session); 1051 status = srtp_dealloc(session); 1178 * create a session with a single stream using the default srtp 1270 srtp_t session; local [all...] |
/external/tcpdump/ |
print-smb.c | 949 printf(" NBT Session Packet: "); 952 printf("Session Message"); 956 printf("Session Request"); 960 printf("Session Granted"); 975 printf("Session Reject, "); 997 printf("Session Keepalive"); 1005 printf ("\n>>> NBT Session Packet\n"); 1008 data = smb_fdata(data, "[P1]NBT Session Message\nFlags=[B]\nLength=[rd]\n", 1022 printf("Session packet:(raw data or continuation?)\n"); 1027 "[P1]NBT Session Request\nFlags=[B]\nLength=[rd]\nDestination=[n1]\nSource=[n1]\n" [all...] |
rpc_auth.h | 54 SUNRPC_AUTH_REJECTEDCRED=2, /* client should begin new session */
|
/frameworks/av/include/media/ |
IRemoteDisplayClient.h | 52 uint32_t width, uint32_t height, uint32_t flags, uint32_t session) = 0; // one-way
|