HomeSort by relevance Sort by last modified time
    Searched refs:session (Results 51 - 75 of 1022) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestUpdateInbox.java 33 public void execute(ClientSession session) throws IOException {
34 executePut(session, FILLER_BYTE);
  /libcore/luni/src/main/java/javax/net/ssl/
SSLSessionBindingEvent.java 32 * Creates a new {@code SSLSessionBindingEvent} for the specified session
35 * @param session
36 * the session for which the event occurs.
40 public SSLSessionBindingEvent(SSLSession session, String name) {
41 super(session);
55 * Returns the session to which the binding is added or from which it is
58 * @return the session to which the binding is added or from which it is
  /external/qemu/android/
shaper.c 286 /* this type is used to model a session connection/state
287 * if session->packet is != NULL, then the connection is delayed
299 } SessionRec, *Session;
307 session_free( Session session )
309 if (session) {
310 if (session->packet) {
311 queued_packet_free(session->packet);
312 session->packet = NULL;
314 g_free( session );
426 Session session; local
484 Session session = delay->sessions; local
518 Session session = *lookup; local
531 Session session = *lookup; local
581 Session session = delay->sessions; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-evlist.c 16 #include "util/session.h"
20 struct perf_session *session; local
23 session = perf_session__new(file_name, O_RDONLY, 0, false, NULL);
24 if (session == NULL)
27 list_for_each_entry(pos, &session->evlist->entries, node)
30 perf_session__delete(session);
builtin-buildid-list.c 16 #include "util/session.h"
54 struct perf_session *session; local
63 session = perf_session__new(input_name, O_RDONLY, force, false,
65 if (session == NULL)
71 if (with_hits || session->fd_pipe)
72 perf_session__process_events(session, &build_id__mark_dso_hit_ops);
74 perf_session__fprintf_dsos_buildid(session, stdout, dso__skip_buildid, with_hits);
75 perf_session__delete(session);
  /external/chromium_org/chrome/test/chromedriver/
window_commands.h 18 struct Session;
23 Session* session,
31 Session* session,
37 Session* session,
44 Session* session,
51 Session* session
    [all...]
window_commands.cc 28 #include "chrome/test/chromedriver/session.h"
65 bool session)
67 secure(secure), session(session) {}
75 bool session; member in struct:__anon10530::Cookie
86 if (!cookie.session)
115 bool session = false; local
116 cookie_dict->GetBoolean("session", &session);
121 Cookie(name, value, domain, path, expiry, secure, session));
    [all...]
element_util.h 19 struct Session;
32 Session* session,
38 Session* session,
43 Session* session,
49 Session* session,
56 Session* session
    [all...]
alert_commands.h 16 struct Session;
21 Session* session,
29 Session* session,
35 Session* session,
42 Session* session,
49 Session* session
    [all...]
element_commands.cc 26 #include "chrome/test/chromedriver/session.h"
35 Session* session,
44 session, web_view, element_id, true, &is_displayed);
49 status = IsElementFocused(session, web_view, element_id, &is_focused);
54 if (base::TimeTicks::Now() - start_time >= session->implicit_wait) {
61 Status status = IsElementEnabled(session, web_view, element_id, &is_enabled);
72 session->GetCurrentFrameId(), kFocusScript, args, &result);
77 return SendKeysOnWindow(web_view, key_list, true, &session->sticky_modifiers);
81 Session* session
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.h 41 #include "talk/p2p/base/session.h"
43 #include "talk/session/media/audiomonitor.h"
44 #include "talk/session/media/currentspeakermonitor.h"
45 #include "talk/session/media/mediamessages.h"
46 #include "talk/session/media/mediasession.h"
76 void OnMediaStreamsUpdate(Call* call, cricket::Session*,
89 Session* InitiateSession(const buzz::Jid& to, const buzz::Jid& initiator,
91 Session* InitiateSession(const std::string& id, const buzz::Jid& to,
93 void AcceptSession(Session* session, const CallOptions& options)
274 Session* session; member in struct:cricket::Call::MediaSession
    [all...]
call.cc 36 #include "talk/session/media/call.h"
37 #include "talk/session/media/currentspeakermonitor.h"
38 #include "talk/session/media/mediasessionclient.h"
89 void AudioSourceProxy::OnMediaStreamsUpdate(Call* call, Session* session,
91 SignalMediaStreamsUpdate(this, session, added, removed);
109 Session* session = media_session_map_.begin()->second.session; local
110 RemoveSession(session);
777 Session* session = static_cast<Session*>(monitor->session()); local
806 Session* session = static_cast<Session*>(base_session); local
857 Session* session = static_cast<Session*>(base_session); local
1106 Session* session = session_client_->CreateSession(id, this); local
    [all...]
  /external/chromium_org/net/socket/
ssl_session_cache_openssl.cc 57 // Helper struct used to store session IDs in a SessionIdIndex container
59 // to the session ID buffer, which must outlive the entry itself. On the
69 explicit SessionId(SSL_SESSION* session)
70 : id(session->session_id),
71 id_len(session->session_id_length),
72 hash(ComputeHash(session->session_id, session->session_id_length)) {}
84 // Session ID are random strings of bytes. This happens to compute the same
124 // find the cached session associated with a given key.
128 // as well as check for the existence of a session ID value in the cache
240 SSL_SESSION* session = SSL_get_session(ssl); local
255 SSL_SESSION* session = ordering_.front(); local
318 SSL_SESSION* session = *it++; local
431 SSL_SESSION* session = *it; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc 36 #include "talk/p2p/base/session.h"
56 // Note: Session::Terminate occurs asynchronously, so it's too late to
80 Session* SessionManager::CreateSession(const std::string& local_name,
86 Session* SessionManager::CreateSession(const std::string& id,
94 Session* SessionManager::CreateSession(
101 Session* session = new Session(this, local_name, initiator_name, local
103 session->SetIdentity(transport_desc_factory_.identity());
104 session_map_[session->id()] = session
136 Session* session = session_map_.begin()->second; local
168 Session* session = FindSession(msg.sid, msg.from); local
212 Session* session = FindSession(msg.sid, msg.to); local
232 Session* session = FindSession(msg.sid, msg.to); local
    [all...]
  /external/chromium_org/net/quic/
quic_crypto_server_stream.cc 20 QuicSession* session)
21 : QuicCryptoStream(session),
65 session()->connection()->peer_address(),
66 session()->connection()->clock(),
93 QuicConfig* config = session()->config();
100 session()->OnConfigNegotiated();
109 session()->connection()->SetEncrypter(
112 session()->connection()->SetDefaultEncryptionLevel(
116 session()->connection()->SetDecrypter(
121 session()->connection()->SetEncrypter
    [all...]
quic_crypto_client_stream_factory.h 26 QuicClientSession* session,
quic_crypto_stream.cc 20 QuicCryptoStream::QuicCryptoStream(QuicSession* session)
21 : ReliableQuicStream(kCryptoStreamId, session),
35 session()->OnCryptoHandshakeMessageReceived(message);
58 session()->OnCryptoHandshakeMessageSent(message);
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsCallSession.java 36 * Defines IMS call session state.
86 * Listener for events relating to an IMS session, such as when a session is being
92 * Called when a request is sent out to initiate a new session
95 * @param session the session object that carries out the IMS session
97 public void callSessionProgressing(ImsCallSession session,
103 * Called when the session is established.
105 * @param session the session object that carries out the IMS sessio
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
PackageInstallerCompatVL.java 131 SessionInfo session = mPendingReplays.valueAt(i); local
132 if (session.getAppPackageName() != null) {
133 updates.add(new PackageInstallInfo(session.getAppPackageName(),
135 (int) (session.getProgress() * 100)));
161 SessionInfo session = mInstaller.getSessionInfo(sessionId);
162 if ((session != null) && (session.getAppPackageName() != null)) {
163 mPendingBadgeUpdates.remove(session.getAppPackageName());
167 replayUpdates(new PackageInstallInfo(session.getAppPackageName(),
174 SessionInfo session = mInstaller.getSessionInfo(sessionId)
    [all...]
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingCaptureCallback.java 125 public void onCaptureStarted(CameraCaptureSession session, CaptureRequest request,
127 if (mProxy != null) mProxy.onCaptureStarted(session, request, timestamp, frameNumber);
132 public void onCaptureProgressed(CameraCaptureSession session, CaptureRequest request,
134 if (mProxy != null) mProxy.onCaptureProgressed(session, request, partialResult);
139 public void onCaptureCompleted(CameraCaptureSession session, CaptureRequest request,
141 if (mProxy != null) mProxy.onCaptureCompleted(session, request, result);
146 public void onCaptureFailed(CameraCaptureSession session, CaptureRequest request,
148 if (mProxy != null) mProxy.onCaptureFailed(session, request, failure);
153 public void onCaptureSequenceCompleted(CameraCaptureSession session, int sequenceId,
155 if (mProxy != null) mProxy.onCaptureSequenceCompleted(session, sequenceId, frameNumber)
    [all...]
BlockingSessionCallback.java 34 * A camera session listener that implements blocking operations on session state changes.
45 * Session is configured, ready for captures
50 * Session has failed to configure, can't do any captures
55 * Session is ready
60 * Session is active (transitory)
65 * Session is closed
92 * Create a blocking session listener without forwarding the session listener invocations
93 * to another session listener
    [all...]
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipSession.java 23 * Represents a SIP session that is associated with a SIP dialog or a standalone
33 * Defines SIP session states, such as "registering", "outgoing call", and "in call".
36 /** When session is ready to initiate a call or transaction. */
107 * Listener for events relating to a SIP session, such as when a session is being registered
115 * @param session the session object that carries out the transaction
117 public void onCalling(SipSession session) {
123 * @param session the session object that carries out the transactio
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
privetv3_setup_operation.cc 12 PrivetV3Session* session,
  /external/chromium_org/content/browser/speech/
speech_recognition_manager_impl.cc 98 // Set-up the new session.
99 Session* session = new Session(); local
100 sessions_[session_id] = session;
101 session->id = session_id;
102 session->config = config;
103 session->context = config.initial_context;
147 session->recognizer = new SpeechRecognizerImpl(
154 session->recognizer = new SpeechRecognizerImplAndroid(this, session_id)
190 Session* session = iter->second; local
462 Session* session = it->second; local
476 Session* session = it->second; local
570 Session* session = GetSession(session_id); local
659 Session* session = GetSession(session_id); local
    [all...]
  /external/chromium_org/net/quic/test_tools/
quic_client_session_peer.h 18 static void SetMaxOpenStreams(QuicClientSession* session,

Completed in 1881 milliseconds

1 23 4 5 6 7 8 91011>>