HomeSort by relevance Sort by last modified time
    Searched refs:sessions (Results 1 - 25 of 62) sorted by null

1 2 3

  /frameworks/base/media/java/android/media/session/
IActiveSessionsListener.aidl 21 * Listens for changes to the list of active sessions.
25 void onActiveSessionsChanged(in List<MediaSession.Token> sessions);
  /external/openssh/regress/
putty-ciphers.sh 13 cp ${OBJ}/.putty/sessions/localhost_proxy \
14 ${OBJ}/.putty/sessions/cipher_$c
15 echo "Cipher=$c" >> ${OBJ}/.putty/sessions/cipher_$c
putty-kex.sh 13 cp ${OBJ}/.putty/sessions/localhost_proxy \
14 ${OBJ}/.putty/sessions/kex_$k
15 echo "KEX=$k" >> ${OBJ}/.putty/sessions/kex_$k
putty-transfer.sh 16 cp ${OBJ}/.putty/sessions/localhost_proxy \
17 ${OBJ}/.putty/sessions/compression_$c
18 echo "Compression=$c" >> ${OBJ}/.putty/sessions/kex_$k
test-exec.sh 533 mkdir -p ${OBJ}/.putty/sessions
534 rm -f ${OBJ}/.putty/sessions/localhost_proxy
535 echo "Protocol=ssh" >> ${OBJ}/.putty/sessions/localhost_proxy
536 echo "HostName=127.0.0.1" >> ${OBJ}/.putty/sessions/localhost_proxy
537 echo "PortNumber=$PORT" >> ${OBJ}/.putty/sessions/localhost_proxy
538 echo "ProxyMethod=5" >> ${OBJ}/.putty/sessions/localhost_proxy
539 echo "ProxyTelnetCommand=sh ${SRC}/sshd-log-wrapper.sh ${TEST_SSHD_LOGFILE} ${SSHD} -i -f $OBJ/sshd_proxy" >> ${OBJ}/.putty/sessions/localhost_proxy
540 echo "ProxyLocalhost=1" >> ${OBJ}/.putty/sessions/localhost_proxy
  /external/conscrypt/common/src/main/java/org/conscrypt/
AbstractSessionContext.java 45 private final Map<ByteArray, SslSessionWrapper> sessions = field in class:AbstractSessionContext
78 synchronized (sessions) {
79 iter = Arrays.asList(sessions.values().toArray(new SslSessionWrapper[sessions.size()]))
124 synchronized (sessions) {
125 session = sessions.get(key);
149 synchronized (sessions) {
154 Iterator<SslSessionWrapper> i = sessions.values().iterator();
205 synchronized (sessions) {
206 sessions.put(key, session)
    [all...]
  /external/curl/docs/cmdline-opts/
no-alpn.d 11 HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
no-npn.d 12 HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
SessionsPageTest.java 60 assertEquals("jacoco-sessions.html", page.getFileName());
67 assertEquals("Sessions", page.getLinkLabel());
76 .getFile("jacoco-sessions.html"));
85 final List<SessionInfo> sessions = new ArrayList<SessionInfo>(); local
86 sessions.add(new SessionInfo("Session-A", 0, 0));
87 sessions.add(new SessionInfo("Session-B", 0, 0));
88 sessions.add(new SessionInfo("Session-C", 0, 0));
89 final SessionsPage page = new SessionsPage(sessions, noExecutionData,
93 .getFile("jacoco-sessions.html"));
134 .getFile("jacoco-sessions.html"))
    [all...]
  /hardware/qcom/gps/msm8998/location/
LocationAPIClientBase.cpp 438 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); local
439 if (sessions) {
440 LOC_LOGI("%s:%d] start new sessions: %p", __FUNCTION__, __LINE__, sessions);
444 mGeofenceBiDict.set(ids[i], sessions[i], options[i].breachTypeMask);
458 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); local
464 sessions[j] = mGeofenceBiDict.getSession(ids[i]);
465 if (sessions[j] > 0) {
471 mLocationAPI->removeGeofences(j, sessions);
475 free(sessions);
485 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); local
512 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); local
539 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); local
570 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); local
    [all...]
LocationAPIClientBase.h 317 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) {
320 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]);
330 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) {
333 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]);
334 mAPI.mGeofenceBiDict.rmBySession(sessions[i]);
344 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) {
347 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]);
357 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) {
360 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]);
370 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) {
    [all...]
  /hardware/qcom/gps/sdm845/location/
LocationAPIClientBase.cpp 432 uint32_t* sessions = mLocationAPI->addGeofences(count, options, data); local
433 if (sessions) {
434 LOC_LOGI("%s:%d] start new sessions: %p", __FUNCTION__, __LINE__, sessions);
438 mGeofenceBiDict.set(ids[i], sessions[i], options[i].breachTypeMask);
452 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); local
458 sessions[j] = mGeofenceBiDict.getSession(ids[i]);
459 if (sessions[j] > 0) {
465 mLocationAPI->removeGeofences(j, sessions);
469 free(sessions);
479 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); local
506 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); local
533 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); local
564 uint32_t* sessions = (uint32_t*)malloc(sizeof(uint32_t) * count); local
    [all...]
LocationAPIClientBase.h 317 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) {
320 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]);
330 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) {
333 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]);
334 mAPI.mGeofenceBiDict.rmBySession(sessions[i]);
344 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) {
347 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]);
357 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) {
360 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]);
370 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) {
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
ReportStructureTestDriver.java 39 private final List<SessionInfo> sessions = Collections.emptyList(); field in class:ReportStructureTestDriver
96 reportVisitor.visitInfo(sessions, executionData);
105 reportVisitor.visitInfo(sessions, executionData);
117 reportVisitor.visitInfo(sessions, executionData);
MultiReportVisitorTest.java 100 final List<SessionInfo> sessions = Collections.emptyList(); local
102 visitor.visitInfo(sessions, executionData);
  /packages/apps/TV/src/com/android/tv/tuner/source/
TunerTsStreamerManager.java 151 Set<Integer> sessions = new HashSet<>(); local
152 sessions.add(sessionId);
153 mSessions.put(channel, sessions);
166 Set<Integer> sessions = mSessions.get(channel); local
167 sessions.remove(sessionId);
168 if (sessions.size() == 0) {
252 * Supports sharing {@link TunerHal} among multiple sessions.
265 // Finds a TunerHal which is cached for other sessions.
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/server/
AbstractFtpServer.java 99 private Map sessions = new HashMap(); field in class:AbstractFtpServer
163 sessions.put(session, sessionInfo);
318 for (Iterator iter = sessions.values().iterator(); iter.hasNext();) {
350 for (Iterator iter = sessions.entrySet().iterator(); iter.hasNext();) {
  /frameworks/base/cmds/media/src/com/android/commands/media/
Media.java 65 " media list-sessions\n" +
72 "media list-sessions: print a list of the current sessions.\n" +
74 " Use the tag from list-sessions.\n" +
93 } else if (op.equals("list-sessions")) {
120 List<IBinder> sessions = mSessionService local
122 for (IBinder session : sessions) {
299 System.out.println("Sessions:");
301 List<IBinder> sessions = mSessionService local
303 for (IBinder session : sessions) {
    [all...]
  /external/libmicrohttpd/doc/examples/
sessions.c 96 * We keep all sessions in a linked list.
156 * Linked list of all active sessions. Yes, O(n) but a
159 static struct Session *sessions; variable in typeref:struct:Session
180 ret = sessions;
211 ret->next = sessions;
212 sessions = ret;
679 * Clean up handles of sessions that have been idle for
692 pos = sessions;
698 /* expire sessions after 1h */
700 sessions = pos->next
    [all...]
  /external/libmicrohttpd/src/examples/
post_example.c 74 * We keep all sessions in a linked list.
134 * Linked list of all active sessions. Yes, O(n) but a
137 static struct Session *sessions; variable in typeref:struct:Session
158 ret = sessions;
189 ret->next = sessions;
190 sessions = ret;
662 * Clean up handles of sessions that have been idle for
675 pos = sessions;
681 /* expire sessions after 1h */
683 sessions = pos->next
    [all...]
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
AbstractSessionContextTest.java 127 private static SslSessionWrapper[] toArray(SslSessionWrapper... sessions) {
128 return sessions;
  /external/openssh/
session.c 150 static Session *sessions = NULL; variable
443 * it to the user, otherwise multiple sessions may accumulate
685 * it to the user, otherwise multiple sessions may accumulate
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioInputDescriptor.h 54 void setPreemptedSessions(const SortedVector<audio_session_t>& sessions);
79 // audio sessions attached to this input
86 // We also inherit sessions from the preempted input to avoid a 3 way preemption loop etc...
98 // count active capture sessions using one of the specified devices.
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/
StubFtpServer.java 156 private Map sessions = new HashMap(); field in class:StubFtpServer
256 sessions.put(session, sessionInfo);
275 for (Iterator iter = sessions.keySet().iterator(); iter.hasNext();) {
277 SessionInfo sessionInfo = (SessionInfo) sessions.get(session);
389 for (Iterator iter = sessions.keySet().iterator(); iter.hasNext();) {
  /external/webrtc/talk/session/media/
srtpfilter.cc 111 // If srtp_dealloc is not executed then this will clear all existing sessions.
501 sessions()->push_back(this);
509 sessions()->erase(std::find(sessions()->begin(), sessions()->end(), this));
794 for (std::list<SrtpSession*>::iterator it = sessions()->begin();
795 it != sessions()->end(); ++it) {
803 std::list<SrtpSession*>* SrtpSession::sessions() { function in class:cricket::SrtpSession
804 RTC_DEFINE_STATIC_LOCAL(std::list<SrtpSession*>, sessions, ());
805 return &sessions;
    [all...]

Completed in 299 milliseconds

1 2 3