OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:createsession
(Results
1 - 25
of
42
) sorted by null
1
2
/frameworks/opt/net/voip/src/java/android/net/sip/
ISipService.aidl
38
ISipSession
createSession
(in SipProfile localProfile,
SipManager.java
478
ISipSession session = mSipService.
createSession
(localProfile,
482
"SipService.
createSession
() returns null");
503
ISipSession session = mSipService.
createSession
(localProfile,
507
"SipService.
createSession
() returns null");
552
ISipSession s = mSipService.
createSession
(localProfile, null);
/external/chromium/net/http/
http_stream_factory_impl_unittest.cc
78
HttpNetworkSession*
CreateSession
(SessionDependencies* session_deps) {
217
scoped_refptr<HttpNetworkSession> session(
CreateSession
(&session_deps));
240
scoped_refptr<HttpNetworkSession> session(
CreateSession
(&session_deps));
265
scoped_refptr<HttpNetworkSession> session(
CreateSession
(&session_deps));
289
scoped_refptr<HttpNetworkSession> session(
CreateSession
(&session_deps));
http_network_transaction_unittest.cc
104
HttpNetworkSession*
CreateSession
(SessionDependencies* session_deps) {
156
new HttpNetworkTransaction(
CreateSession
(&session_deps)));
339
new HttpNetworkTransaction(
CreateSession
(&session_deps)));
578
new HttpNetworkTransaction(
CreateSession
(&session_deps)));
632
scoped_refptr<HttpNetworkSession> session(
CreateSession
(&session_deps));
687
new HttpNetworkTransaction(
CreateSession
(&session_deps)));
729
new HttpNetworkTransaction(
CreateSession
(&session_deps)));
768
new HttpNetworkTransaction(
CreateSession
(&session_deps)));
799
new HttpNetworkTransaction(
CreateSession
(&session_deps)));
826
scoped_refptr<HttpNetworkSession> session(
CreateSession
(&session_deps))
[
all
...]
/frameworks/base/core/java/com/android/internal/view/
IInputMethod.aidl
45
void
createSession
(in InputChannel channel, IInputSessionCallback callback);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.h
76
Session *
CreateSession
(const std::string& local_name,
138
// Helper function for
CreateSession
. This is also invoked when we receive
140
Session *
CreateSession
(const std::string& local_name,
sessionmanager.cc
77
Session* SessionManager::
CreateSession
(const std::string& local_name,
79
return
CreateSession
(local_name, local_name,
84
Session* SessionManager::
CreateSession
(
182
session =
CreateSession
(msg.to, msg.initiator, msg.sid,
portallocator.h
92
virtual PortAllocatorSession *
CreateSession
(const std::string &name,
rawtransportchannel.cc
98
allocator_session_ = allocator_->
CreateSession
(name(), content_type());
/frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java
251
public synchronized ISipSession
createSession
(SipProfile localProfile,
253
if (DBG) log("
createSession
: profile" + localProfile);
258
if (DBG) log("
createSession
: mNetworkType==-1 ret=null");
263
return group.
createSession
(listener);
265
if (DBG) loge("
createSession
;", e);
540
public ISipSession
createSession
(ISipSessionListener listener) {
541
if (SSGE_DBG) log("
createSession
");
542
return mSipGroup.
createSession
(listener);
650
mGroup.
createSession
(null);
796
group.
createSession
(this)
[
all
...]
/frameworks/base/core/java/android/view/inputmethod/
InputMethod.java
51
* {@link #
createSession
(android.view.inputmethod.InputMethod.SessionCallback)}
158
public void
createSession
(SessionCallback callback);
170
* {@link #
createSession
(android.view.inputmethod.InputMethod.SessionCallback)}.
/external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.h
57
virtual PortAllocatorSession*
CreateSession
(const std::string& name,
basicportallocator.h
75
virtual PortAllocatorSession*
CreateSession
(const std::string& name,
httpportallocator.cc
112
PortAllocatorSession *HttpPortAllocator::
CreateSession
(
/external/v8/src/
debug-agent.h
69
void
CreateSession
(Socket* socket);
debug-agent.cc
79
CreateSession
(client);
108
void DebuggerAgent::
CreateSession
(Socket* client) {
/frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java
188
inputMethod.
createSession
(new InputMethodSessionCallbackWrapper(
272
public void
createSession
(InputChannel channel, IInputSessionCallback callback) {
AbstractInputMethodService.java
62
public void
createSession
(SessionCallback callback) {
/frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java
49
* {@link #
createSession
()} to provide a spell checker session that is corresponding
94
public abstract Session
createSession
();
320
final Session session = service.
createSession
();
/frameworks/base/docs/html/guide/topics/text/
spell-checker-framework.jd
78
<dt>{@link android.service.textservice.SpellCheckerService#
createSession
()}</dt>
104
{@link android.service.textservice.SpellCheckerService#
createSession
()}. In this
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java
33
public Session
createSession
() {
/external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.h
153
Session *
CreateSession
(Call *call);
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc
185
Session* session = session_manager_->
CreateSession
(jid_.Str(), namespace_);
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java
264
RenderSession session = layoutLib.
createSession
(new SessionParams(
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderService.java
440
return mLayoutLib.
createSession
(params);
548
session = mLayoutLib.
createSession
(params);
Completed in 552 milliseconds
1
2