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

  /external/chromium_org/content/renderer/media/
webcontentdecryptionmodule_impl.cc 91 WebContentDecryptionModuleImpl::createSession() {
92 return adapter_->CreateSession();
96 WebContentDecryptionModuleImpl::createSession(
98 WebContentDecryptionModuleSessionImpl* session = adapter_->CreateSession();
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeys.cpp 52 // The list of possible values for |sessionType| passed to createSession().
193 MediaKeySession* MediaKeys::createSession(ScriptState* scriptState, const String& sessionType)
195 WTF_LOG(Media, "MediaKeys(%p)::createSession", this);
197 // From <http://dvcs.w3.org/hg/html-media/raw-file/default/encrypted-media/encrypted-media.html#dom-createsession>:
198 // The createSession(sessionType) method returns a new MediaKeySession
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 33 public Session createSession() {
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
HttpServerTest.java 59 NanoHTTPD.HTTPSession session = testServer.createSession(tempFileManager, inputStream, outputStream);
112 public HTTPSession createSession(TempFileManager tempFileManager, InputStream inputStream, OutputStream outputStream) {
116 public HTTPSession createSession(TempFileManager tempFileManager, InputStream inputStream, OutputStream outputStream, InetAddress inetAddress) {
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
Camera2AndroidTestCase.java 201 protected void createSession(List<Surface> outputSurfaces) throws Exception {
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
MediaDrmBridge.java 46 // - Each createSession() call creates a new session. All sessions are
53 // b) Finish createSession() if previous createSession() was interrupted
79 // This session is opened when createSession() is called for the first
81 // - In multiple session mode, all following createSession() calls
84 // - In single session mode, all createSession() calls use the same
85 // media crypto session. When createSession() is called with a new
95 // The queue of all pending createSession() data.
108 * This class contains data needed to call createSession().
176 // clear lead (no need to wait for createSession()). But o
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 191 milliseconds