HomeSort by relevance Sort by last modified time
    Searched full:opensession (Results 1 - 25 of 53) sorted by null

1 2 3

  /cts/tests/tests/media/src/android/media/cts/
MediaDrmMockTest.java 185 byte[] sessionId = openSession(md);
227 byte[] sessionId = openSession(md);
261 byte[] sessionId = openSession(md);
291 byte[] sessionId = openSession(md);
321 byte[] sessionId = openSession(md);
348 byte[] sessionId = openSession(md);
365 byte[] sessionId = openSession(md);
380 byte[] sessionId = openSession(md);
386 sessionId = openSession(md);
397 byte[] sessionId = openSession(md)
    [all...]
ClearKeySystemTest.java 270 private byte[] openSession(MediaDrm drm) {
276 mSessionId = drm.openSession();
343 mSessionId = openSession(drm);
  /frameworks/base/core/java/android/content/pm/
IPackageInstaller.aidl 37 IPackageInstallerSession openSession(int sessionId);
  /frameworks/base/core/java/android/net/
INetworkStatsService.aidl 28 INetworkStatsSession openSession();
  /external/chromium_org/tools/win/static_initializers/
static_initializers.cc 44 hr = (*source)->openSession(session);
47 printf("openSession failed - HRESULT = %08lX\n", hr);
  /frameworks/av/drm/mediadrm/plugins/clearkey/
DrmPlugin.cpp 32 status_t DrmPlugin::openSession(Vector<uint8_t>& sessionId) {
DrmPlugin.h 46 virtual status_t openSession(Vector<uint8_t>& sessionId);
  /frameworks/av/media/mtp/
MtpDevice.h 77 bool openSession();
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
android.media.MediaDrm.html 87 <nobr><code>byte[]</code>&nbsp;<A HREF="../../../../reference/android/media/MediaDrm.html#openSession()" target="_top"><code>openSession</code></A>() </nobr>
  /frameworks/base/docs/html/sdk/api_diff/preview-21/changes/
android.media.MediaDrm.html 87 <nobr><code>byte[]</code>&nbsp;<A HREF="../../../../reference/android/media/MediaDrm.html#openSession()" target="_top"><code>openSession</code></A>() </nobr>
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
MobiCoreDevice.h 93 * will receive the openSession notification from RTM and the error notification
131 mcResult_t openSession(Connection *deviceConnection,
  /frameworks/av/include/media/
IDrm.h 41 virtual status_t openSession(Vector<uint8_t> &sessionId) = 0;
  /frameworks/av/media/libmediaplayerservice/
Drm.h 46 virtual status_t openSession(Vector<uint8_t> &sessionId);
Drm.cpp 281 status_t Drm::openSession(Vector<uint8_t> &sessionId) {
292 return mPlugin->openSession(sessionId);
  /frameworks/base/media/lib/signer/java/com/android/mediadrm/signer/
MediaDrmSigner.java 127 * @param sessionId a sessionId obtained from openSession on the MediaDrm object
  /frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
DataIdleTest.java 78 session = mStatsService.openSession();
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelReceiver.java 72 ControlPanelEffect.openSession(context, packageName, audioSession);
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
MediaDrmBridge.java 196 mMediaCryptoSession = openSession();
229 private ByteBuffer openSession() throws android.media.NotProvisionedException {
232 byte[] session = mMediaDrm.openSession();
511 session = openSession();
    [all...]
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h 58 status_t openSession(Vector<uint8_t> &sessionId);
MockDrmCryptoPlugin.cpp 81 status_t MockDrmPlugin::openSession(Vector<uint8_t> &sessionId)
92 ALOGD("MockDrmPlugin::openSession() -> %s", vectorToString(sessionId).string());
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_host_unittest.cc 310 OpenSession();
333 void OpenSession() {
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 60 IWindowSession openSession(in IWindowSessionCallback callback, in IInputMethodClient client,
  /frameworks/base/media/java/android/media/
MediaDrm.java 72 * The app calls {@link #openSession} to generate a sessionId that will uniquely identify
351 public native byte[] openSession() throws NotProvisionedException,
356 * with {@link #openSession}.
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
MobileDataControllerImpl.java 81 mSession = mStatsService.openSession();
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 198 public IWindowSession openSession(IWindowSessionCallback argn1, IInputMethodClient arg0,

Completed in 1436 milliseconds

1 2 3