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

1 2

  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
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:
  /external/chromium_org/third_party/WebKit/Source/platform/drm/
ContentDecryptionModule.cpp 75 PassOwnPtr<ContentDecryptionModuleSession> ContentDecryptionModule::createSession(ContentDecryptionModuleSessionClient* client)
  /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) {
  /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)}.
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 33 public Session createSession() {
  /external/chromium_org/content/renderer/media/
webcontentdecryptionmodule_impl.cc 197 WebContentDecryptionModuleImpl::createSession(
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c     [all...]
  /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/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 328 public RenderSession createSession(SessionParams params) {
  /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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 201 public Session createSession() {
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java 84 return createSession();
362 SQLiteSession createSession() {
    [all...]
  /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...]
SipSessionGroup.java 269 public ISipSession createSession(ISipSessionListener listener) {
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java     [all...]
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
sdk-common.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar 
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 466 milliseconds

1 2