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

1 2

  /external/chromium_org/third_party/WebKit/public/platform/
WebContentDecryptionModule.h 43 virtual WebContentDecryptionModuleSession* createSession(WebContentDecryptionModuleSession::Client*) = 0;
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeys.idl 32 [CallWith=ScriptExecutionContext, RaisesException] MediaKeySession createSession([Default=Undefined] optional DOMString type, [Default=Undefined] optional Uint8Array initData);
MediaKeys.h 54 PassRefPtr<MediaKeySession> createSession(ScriptExecutionContext*, const String& mimeType, Uint8Array* initData, ExceptionState&);
MediaKeys.cpp 87 PassRefPtr<MediaKeySession> MediaKeys::createSession(ScriptExecutionContext* context, const String& type, Uint8Array* initData, ExceptionState& es)
89 // From <http://dvcs.w3.org/hg/html-media/raw-file/default/encrypted-media/encrypted-media.html#dom-createsession>:
90 // The createSession(type, initData) method must run the following steps:
MediaKeySession.cpp 49 , m_session(cdm->createSession(this))
102 // NOTE: Continued from step 5 in MediaKeys::createSession().
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ContentDecryptionModule.h 54 PassOwnPtr<ContentDecryptionModuleSession> createSession(ContentDecryptionModuleSessionClient*);
ContentDecryptionModule.cpp 75 PassOwnPtr<ContentDecryptionModuleSession> ContentDecryptionModule::createSession(ContentDecryptionModuleSessionClient* client)
ContentDecryptionModuleSession.cpp 46 m_session = adoptPtr(contentDecryptionModule->createSession(this));
  /external/chromium_org/content/renderer/media/
webcontentdecryptionmodule_impl.h 31 virtual WebKit::WebContentDecryptionModuleSession* createSession(
webcontentdecryptionmodule_impl.cc 171 WebContentDecryptionModuleImpl::createSession(
  /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);
  /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)}.
  /frameworks/base/core/java/com/android/internal/view/
IInputMethod.aidl 45 void createSession(in InputChannel channel, IInputSessionCallback callback);
  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 62 public void createSession(SessionCallback callback) {
IInputMethodWrapper.java 188 inputMethod.createSession(new InputMethodSessionCallbackWrapper(
272 public void createSession(InputChannel channel, IInputSessionCallback callback) {
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 33 public Session createSession() {
  /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/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...]
  /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);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 201 public Session createSession() {
  /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(
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java 84 return createSession();
362 SQLiteSession createSession() {
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 328 public RenderSession createSession(SessionParams params) {

Completed in 1528 milliseconds

1 2