HomeSort by relevance Sort by last modified time
    Searched refs:session (Results 176 - 200 of 486) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/net/spdy/
spdy_stream_unittest.cc 20 void RemoveSpdySession(const scoped_refptr<SpdySession>& session) {
21 pool_->Remove(session);
120 scoped_refptr<SpdySession> session(
122 return session;
195 scoped_refptr<SpdySession> session(CreateSpdySession());
211 session->InitializeWithSocket(connection.release(), false, OK);
216 session->CreateStream(url, LOWEST, &stream, BoundNetLog(), NULL));
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
BassBoostTest.java 125 Log.d(TAG, "Invalid session #: "+mSessionText.getText().toString());
224 private void getEffect(int session) {
226 if (sInstances.containsKey(session)) {
227 mBassBoost = sInstances.get(session);
230 mBassBoost = new BassBoost(0, session);
240 sInstances.put(session, mBassBoost);
262 private void putEffect(int session) {
271 sInstances.remove(session);
VirtualizerTest.java 122 Log.d(TAG, "Invalid session #: "+mSessionText.getText().toString());
220 private void getEffect(int session) {
222 if (sInstances.containsKey(session)) {
223 mVirtualizer = sInstances.get(session);
226 mVirtualizer = new Virtualizer(0, session);
236 sInstances.put(session, mVirtualizer);
258 private void putEffect(int session) {
267 sInstances.remove(session);
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 94 public void sessionCreated(InputMethodSession session) {
96 if (session != null) {
98 new IInputMethodSessionWrapper(mContext, session, mChannel);
278 public void setSessionEnabled(IInputMethodSession session, boolean enabled) {
281 session).getInternalInputMethodSession();
285 Log.w(TAG, "Incoming session not of correct type: " + session, e);
290 public void revokeSession(IInputMethodSession session) {
293 session).getInternalInputMethodSession();
296 Log.w(TAG, "Incoming session not of correct type: " + session, e)
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
ServerHandshakeImplTest.java 81 // precondition: session hash does not contains requested session
104 // precondition: session hash contains requested session
106 SSLSessionImpl session = new SSLSessionImpl( local
108 session.id = ses_id;
109 // put session to hash
110 server.parameters.getServerSessionContext().putSession(session);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 122 void OnPortReady(PortAllocatorSession *session, Port* port);
123 void OnCandidatesReady(PortAllocatorSession *session,
137 void AddAllocatorSession(PortAllocatorSession* session);
rawtransportchannel.cc 157 PortAllocatorSession* session, Port* port) {
158 ASSERT(session == allocator_session_);
175 PortAllocatorSession *session, const std::vector<Candidate>& candidates) {
176 ASSERT(session == allocator_session_);
  /external/smack/src/com/kenai/jbosh/
ApacheHTTPSender.java 50 * Session configuration.
76 public void init(final BOSHClientConfig session) {
79 cfg = session;
80 httpClient = initHttpClient(session);
  /external/webkit/Source/WebCore/platform/graphics/win/
QTDecompressionSession.cpp 38 QTDecompressionSession* session = static_cast<QTDecompressionSession*>(decompressionTrackingRefCon); local
39 ASSERT(session);
42 session->m_latestFrame = QTPixelBuffer(pixelBuffer);
  /frameworks/av/include/media/
IAudioPolicyService.h 59 int session = 0) = 0;
62 int session = 0) = 0;
87 int session,
  /frameworks/base/core/java/com/android/internal/net/
VpnConfig.java 62 public String session; field in class:VpnConfig
81 out.writeString(session);
99 config.session = in.readString();
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.h 37 #include "talk/p2p/base/session.h"
38 #include "talk/session/phone/voicechannel.h"
39 #include "talk/session/phone/mediaengine.h"
40 #include "talk/session/phone/devicemanager.h"
104 // Creates a voice channel, to be associated with the specified session.
106 BaseSession* session, const std::string& content_name, bool rtcp);
110 // associated with the specified session.
112 BaseSession* session, const std::string& content_name, bool rtcp,
167 BaseSession* session, const std::string& content_name, bool rtcp);
170 BaseSession* session, const std::string& content_name, bool rtcp
    [all...]
  /external/dropbear/
Android.mk 11 common-session.c packet.c common-algo.c common-kex.c \
18 cli-session.c cli-service.c cli-runopts.c cli-chansession.c \
  /external/openssl/ssl/
s2_enc.c 71 if (!ssl_cipher_get_evp(s->session,&c,&md,NULL,NULL,NULL))
105 OPENSSL_assert(c->iv_len <= (int)sizeof(s->session->key_arg));
107 s->session->key_arg);
109 s->session->key_arg);
  /external/webkit/Source/WebKit/efl/ewk/
ewk_cookies.cpp 62 SoupSession* session = WebCore::ResourceHandle::defaultSession(); local
63 SoupSessionFeature* oldjar = soup_session_get_feature(session, SOUP_TYPE_COOKIE_JAR);
65 soup_session_remove_feature(session, oldjar);
68 soup_session_add_feature(session, SOUP_SESSION_FEATURE(cookieJar));
  /external/webkit/Source/WebKit/gtk/webkit/
webkitglobals.cpp 62 * sizes, database quotas, and the HTTP session management.
69 * Note that the session features are added by WebKit on demand,
278 SoupSession* session = webkit_get_default_session(); local
282 soup_session_add_feature(session, authDialog);
286 soup_session_add_feature(session, sniffer);
289 soup_session_add_feature_by_type(session, SOUP_TYPE_CONTENT_DECODER);
  /frameworks/base/core/java/android/view/textservice/
TextServicesManager.java 59 * <li>The <strong>spell checker session</strong> is one of the text services.
93 * Get a spell checker session for the specified spell checker
101 * @param listener a spell checker session lister for getting results from a spell checker.
102 * @param referToSpellCheckerLanguageSettings if true, the session for one of enabled
104 * @return the spell checker session of the spell checker
160 final SpellCheckerSession session = new SpellCheckerSession( local
164 session.getTextServicesSessionListener(),
165 session.getSpellCheckerSessionListener(), bundle);
169 return session;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 99 int session = 0) = 0;
103 int session = 0) = 0;
154 int session,
245 virtual status_t moveEffects(int session,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmsvc.h 36 unsigned int session; /* for p2pm */ member in struct:atmsvc_msg
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmsvc.h 36 unsigned int session; /* for p2pm */ member in struct:atmsvc_msg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmsvc.h 36 unsigned int session; /* for p2pm */ member in struct:atmsvc_msg
  /external/chromium/chrome/browser/sync/engine/
build_and_process_conflict_sets_command.cc 33 SyncSession* session) {
34 session->status_controller()->update_conflict_sets_built(
35 BuildAndProcessConflictSets(session));
39 SyncSession* session) {
40 syncable::ScopedDirLookup dir(session->context()->directory_manager(),
41 session->context()->account_name());
48 session->status_controller()->mutable_conflict_progress());
50 session->context()->resolver(),
51 session->context()->directory_manager()->GetCryptographer(&trans),
52 session->status_controller(), session->routing_info())
    [all...]
clear_data_command_unittest.cc 76 command_.Execute(session());
113 command_.Execute(session());
  /external/chromium/third_party/libjingle/source/talk/base/
network.h 108 void StartSession(NetworkSession* session);
109 void StopSession(NetworkSession* session);
149 // Represents a session that is in progress using a particular network and can
155 // Determines whether this session has an estimate at this moment. We will
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.h 35 #include "talk/p2p/base/session.h"
50 // 2) The PseudoTcp session has completed.
71 Session* session);
79 // Call this when the Session used to create this channel is being torn
81 void OnSessionTerminate(Session* session);
124 Session* session_;

Completed in 1402 milliseconds

1 2 3 4 5 6 78 91011>>