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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/test/chromedriver/
element_util.cc 19 #include "chrome/test/chromedriver/session.h"
222 Session* session,
249 session->GetCurrentFrameId(), script, arguments, &temp);
269 if (base::TimeTicks::Now() - start_time >= session->implicit_wait) {
284 Session* session,
289 session->GetCurrentFrameId(),
296 Session* session,
    [all...]
  /external/chromium_org/chrome/browser/android/
foreign_session_helper.cc 77 bool ShouldSkipSession(const browser_sync::SyncedSession& session) {
79 session.windows.begin(); it != session.windows.end(); ++it) {
118 const SyncedSession& session,
121 session.windows.begin(); it != session.windows.end(); ++it) {
226 const browser_sync::SyncedSession &session = *(sessions[i]); local
227 if (ShouldSkipSession(session))
230 const bool is_collapsed = collapsed_sessions->HasKey(session.session_tag);
233 pref_collapsed_sessions->SetBoolean(session.session_tag, true)
    [all...]
  /external/chromium_org/net/quic/
reliable_quic_stream.cc 28 size_t GetInitialStreamFlowControlWindowToSend(QuicSession* session) {
29 QuicVersion version = session->connection()->version();
31 return session->config()->GetInitialFlowControlWindowToSend();
34 return session->config()->GetInitialStreamFlowControlWindowToSend();
37 size_t GetReceivedFlowControlWindow(QuicSession* session) {
38 QuicVersion version = session->connection()->version();
40 if (session->config()->HasReceivedInitialFlowControlWindowBytes()) {
41 return session->config()->ReceivedInitialFlowControlWindowBytes();
49 if (session->config()->HasReceivedInitialStreamFlowControlWindowBytes()) {
50 return session->config()->ReceivedInitialStreamFlowControlWindowBytes()
    [all...]
quic_data_stream.cc 17 #define ENDPOINT (session()->is_server() ? "Server: " : " Client: ")
30 QuicSession* session)
31 : ReliableQuicStream(id, session),
50 size_t bytes_written = session()->WriteHeaders(
128 return session()->peer_address();
132 return session()->GetSSLInfo(ssl_info);
156 DCHECK(session()->connection()->is_server());
  /external/chromium_org/net/socket/
client_socket_pool_manager.h 97 HttpNetworkSession* session,
123 HttpNetworkSession* session,
141 HttpNetworkSession* session,
156 HttpNetworkSession* session,
172 HttpNetworkSession* session,
  /external/chromium_org/sync/engine/
get_updates_processor.cc 139 sessions::SyncSession* session,
142 message->set_share(session->context()->account_name());
154 bool need_encryption_key = ShouldRequestEncryptionKey(session->context());
159 session->context()->notifications_enabled());
172 sessions::SyncSession* session,
177 InitDownloadUpdatesContext(session,
182 SyncerError result = ExecuteDownloadUpdates(request_types, session, &message);
183 session->mutable_status_controller()->set_last_download_updates_result(
213 sessions::SyncSession* session,
216 sessions::StatusController* status = session->mutable_status_controller()
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
EventReporter.java 22 public long session; field in class:EventReporter.Event
55 public void addEvent(int eventType, float x, float y, float time, String level, int version, long session) {
62 event.session = session;
93 + "&session=" + event.session);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequest.java 88 abstract public void execute(ClientSession session) throws IOException;
90 protected void executeGet(ClientSession session) throws IOException {
94 op = (ClientOperation) session.get(mHeaderSet);
127 protected void executePut(ClientSession session, byte[] body) throws IOException {
133 op = session.put(mHeaderSet);
  /packages/apps/Camera2/src/com/android/camera/app/
CameraApp.java 28 import com.android.camera.session.CaptureSessionManager;
29 import com.android.camera.session.CaptureSessionManagerImpl;
30 import com.android.camera.session.PlaceholderManager;
31 import com.android.camera.session.SessionStorageManager;
32 import com.android.camera.session.SessionStorageManagerImpl;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-aether-provider-3.2.1.jar 
  /external/chromium_org/chrome/browser/sync/glue/
session_sync_test_helper.cc 52 const SyncedSession& session) {
53 ASSERT_EQ(tag, session.session_tag);
54 ASSERT_EQ(SyncedSession::TYPE_LINUX, session.device_type);
55 ASSERT_EQ(kClientName, session.session_name);
56 ASSERT_EQ(windows.size(), session.windows.size());
65 session.windows.find(i);
66 if (map_iter != session.windows.end())
  /external/chromium_org/third_party/openssl/openssl/ssl/
s3_clnt.c 321 /* receive renewed session ticket */
491 s->session->cipher=s->s3->tmp.new_cipher;
493 s->session->compress_meth=0;
496 s->session->compress_meth=0;
498 s->session->compress_meth=
591 * session so that any resumption of this
592 * session with ChannelID can sign those
747 SSL_SESSION *sess = s->session;
766 /* else use the pre-loaded session */
821 /* Session ID *
    [all...]
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
RecordedRequest.java 60 SSLSession session = sslSocket.getSession(); local
61 sslProtocol = session.getProtocol();
62 sslCipherSuite = session.getCipherSuite();
63 sslLocalPrincipal = session.getLocalPrincipal();
64 sslLocalCertificates = session.getLocalCertificates();
68 peerPrincipal = session.getPeerPrincipal();
69 peerCertificates = session.getPeerCertificates();
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
MobiCoreDriverApi.h 84 #define MC_DRV_ERR_UNKNOWN_SESSION 0x00000008 /**< The specified session is unknown. */
95 #define MC_DRV_ERR_BULK_MAPPING 0x00000013 /**< Error during mapping of additional bulk memory to session. */
96 #define MC_DRV_ERR_BULK_UNMAPPING 0x00000014 /**< Error during unmapping of additional bulk memory to session. */
136 #define MC_DRV_ERR_DAEMON_UNKNOWN_SESSION MC_DRV_ERR_UNKNOWN_SESSION /**< The specified session is unknown to Daemon. */
149 /** Structure of Session Handle, includes the Session ID and the Device ID the Session belongs to.
150 * The session handle will be used for session-based MobiCore communication.
154 uint32_t sessionId; /**< MobiCore session ID *
    [all...]
  /device/asus/grouper/keymaster/
keymaster_grouper.cpp 130 ALOGE("Error opening secondary session with TEE: 0x%x", openSessionRV);
160 ObjectHandle(const CryptoSession* session, CK_OBJECT_HANDLE handle = CK_INVALID_HANDLE) :
161 mSession(session), mHandle(handle) {
270 CK_OBJECT_CLASS obj_class, const CryptoSession* session, ObjectHandle* object) {
279 CK_RV rv = C_FindObjectsInit(session->get(), attributes,
289 rv = C_FindObjects(session->get(), &tmpHandle, 1, &tmpCount);
292 C_FindObjectsFinal(session->get());
296 C_FindObjectsFinal(session->get());
302 static int keyblob_restore(const CryptoSession* session, const uint8_t* keyBlob,
326 return find_single_object(p, ID_LENGTH, CKO_PUBLIC_KEY, session, public_key
    [all...]
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 130 ALOGE("Error opening secondary session with TEE: 0x%x", openSessionRV);
160 ObjectHandle(const CryptoSession* session, CK_OBJECT_HANDLE handle = CK_INVALID_HANDLE) :
161 mSession(session), mHandle(handle) {
270 CK_OBJECT_CLASS obj_class, const CryptoSession* session, ObjectHandle* object) {
279 CK_RV rv = C_FindObjectsInit(session->get(), attributes,
289 rv = C_FindObjects(session->get(), &tmpHandle, 1, &tmpCount);
292 C_FindObjectsFinal(session->get());
296 C_FindObjectsFinal(session->get());
302 static int keyblob_restore(const CryptoSession* session, const uint8_t* keyBlob,
326 return find_single_object(p, ID_LENGTH, CKO_PUBLIC_KEY, session, public_key
    [all...]
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 130 ALOGE("Error opening secondary session with TEE: 0x%x", openSessionRV);
160 ObjectHandle(const CryptoSession* session, CK_OBJECT_HANDLE handle = CK_INVALID_HANDLE) :
161 mSession(session), mHandle(handle) {
270 CK_OBJECT_CLASS obj_class, const CryptoSession* session, ObjectHandle* object) {
279 CK_RV rv = C_FindObjectsInit(session->get(), attributes,
289 rv = C_FindObjects(session->get(), &tmpHandle, 1, &tmpCount);
292 C_FindObjectsFinal(session->get());
296 C_FindObjectsFinal(session->get());
302 static int keyblob_restore(const CryptoSession* session, const uint8_t* keyBlob,
326 return find_single_object(p, ID_LENGTH, CKO_PUBLIC_KEY, session, public_key
    [all...]
  /external/chromium_org/net/tools/quic/
end_to_end_test.cc 237 DLOG(INFO) << "Setting client initial session flow control window: "
257 DLOG(INFO) << "Setting server initial session flow control window: "
271 client_->client()->session()->connection())),
354 client_->client()->session()->connection()->GetStats();
366 QuicSession* session = dispatcher->session_map().begin()->second; local
367 QuicConnectionStats server_stats = session->connection()->GetStats();
633 EXPECT_EQ(2, client_->client()->session()->GetNumSentClientHellos());
650 EXPECT_EQ(1, client_->client()->session()->GetNumSentClientHellos());
670 EXPECT_EQ(2, client_->client()->session()->GetNumSentClientHellos());
685 client_->client()->session()->connection())
743 QuicSession* session = client_->client()->session(); local
880 QuicSession* session = dispatcher->session_map().begin()->second; local
932 QuicSession* session = dispatcher->session_map().begin()->second; local
963 QuicSession* session = dispatcher->session_map().begin()->second; local
1024 QuicSession* session = client_->client()->session(); local
1174 QuicSession* session = dispatcher->session_map().begin()->second; local
1230 QuicSession* session = dispatcher->session_map().begin()->second; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /external/mtpd/
l2tp.c 18 * creates a single session. The following code only handles control packets.
128 static void set_message(uint16_t session, uint16_t message)
134 p[3] = session;
183 static int recv_packet(uint16_t *session)
228 *session = p[3];
362 .local = {.tunnel = local_tunnel, .session = local_session},
363 .remote = {.tunnel = remote_tunnel, .session = remote_session},
415 uint16_t session = 0; local
417 if (!recv_packet(&session)) {
421 /* Here is the fun part. We always try to protect our tunnel and session
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyInterface.h 102 int session = 0) = 0;
106 int session = 0) = 0;
115 audio_session_t session,
119 audio_session_t session) = 0;
122 audio_session_t session) = 0;
125 audio_session_t session) = 0;
161 int session,
193 virtual status_t acquireSoundTriggerSession(audio_session_t *session,
197 virtual status_t releaseSoundTriggerSession(audio_session_t session) = 0;
279 virtual status_t moveEffects(int session,
    [all...]
AudioPolicyInterfaceImplLegacy.cpp 148 int session)
161 status_t status = audioPolicyEffects->addOutputSessionEffects(output, stream, session);
163 ALOGW("Failed to add effects on session %d", session);
168 return mpAudioPolicy->start_output(mpAudioPolicy, output, stream, session);
173 int session)
179 mOutputCommandThread->stopOutputCommand(output, stream, session);
185 int session)
195 status_t status = audioPolicyEffects->releaseOutputSessionEffects(output, stream, session);
197 ALOGW("Failed to release effects on session %d", session)
    [all...]
  /frameworks/base/cmds/media/src/com/android/commands/media/
Media.java 24 import android.media.session.ISessionController;
25 import android.media.session.ISessionControllerCallback;
26 import android.media.session.ISessionManager;
27 import android.media.session.MediaController;
28 import android.media.session.ParcelableVolumeInfo;
29 import android.media.session.PlaybackState;
72 "media monitor: monitor updates to the specified session.\n" +
83 "Can't connect to media session service; is the system running?");
110 showError("Error: must include a session id");
117 for (IBinder session : sessions)
    [all...]
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipAudioCall.java 52 * <a href="{@docRoot}guide/topics/network/sip.html">Session Initiation Protocol</a>
111 * Called when the session is established.
121 * Called when the session is terminated.
131 * Called when the peer is busy during session initialization.
332 * @return the session state
345 * @return the session object that carries this call
378 public void onCalling(SipSession session) {
379 if (DBG) log("onCalling: session=" + session);
391 public void onRingingBack(SipSession session) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraImpl.java 52 import com.android.camera.session.CaptureSession;
73 final CaptureSession session; field in class:OneCameraImpl.InFlightCapture
76 CaptureSession session) {
78 this.session = session;
159 public void onCaptureStarted(CameraCaptureSession session, CaptureRequest request,
169 public void onCaptureProgressed(CameraCaptureSession session,
173 super.onCaptureProgressed(session, request, partialResult);
177 public void onCaptureCompleted(CameraCaptureSession session,
189 super.onCaptureCompleted(session, request, result)
    [all...]

Completed in 7871 milliseconds

1 2 3 4 5 6 7 891011>>