/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 | 31 [CallWith=ExecutionContext, RaisesException] MediaKeySession createSession([Default=Undefined] optional DOMString type, [Default=Undefined] optional Uint8Array initData);
|
MediaKeys.h | 54 PassRefPtr<MediaKeySession> createSession(ExecutionContext*, const String& mimeType, Uint8Array* initData, ExceptionState&);
|
MediaKeys.cpp | 87 PassRefPtr<MediaKeySession> MediaKeys::createSession(ExecutionContext* context, const String& type, Uint8Array* initData, ExceptionState& exceptionState) 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/platform/drm/ |
ContentDecryptionModule.h | 56 PassOwnPtr<ContentDecryptionModuleSession> createSession(ContentDecryptionModuleSessionClient*);
|
ContentDecryptionModule.cpp | 75 PassOwnPtr<ContentDecryptionModuleSession> ContentDecryptionModule::createSession(ContentDecryptionModuleSessionClient* client)
|
ContentDecryptionModuleSession.cpp | 45 m_session = adoptPtr(contentDecryptionModule->createSession(this));
|
/external/chromium_org/content/renderer/media/ |
webcontentdecryptionmodule_impl.h | 32 virtual blink::WebContentDecryptionModuleSession* createSession(
|
webcontentdecryptionmodule_impl.cc | 197 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...] |
/external/chromium_org/media/base/android/java/src/org/chromium/media/ |
MediaDrmBridge.java | 45 // - Each createSession() call creates a new session. All sessions are 52 // b) Finish createSession() if previous createSession() was interrupted 78 // This session is opened when createSession() is called for the first 80 // - In multiple session mode, all following createSession() calls 83 // - In single session mode, all createSession() calls use the same 84 // media crypto session. When createSession() is called with a new 94 // The queue of all pending createSession() data. 107 * This class contains data needed to call createSession(). 180 // clear lead (no need to wait for createSession()). But o [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...] |