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

1 2

  /frameworks/base/core/java/android/net/
INetworkStatsService.aidl 28 INetworkStatsSession openSession();
  /frameworks/base/core/java/android/content/pm/
IPackageInstaller.aidl 37 IPackageInstallerSession openSession(int sessionId);
PackageInstaller.java 315 public @NonNull Session openSession(int sessionId) throws IOException {
317 return new Session(mInstaller.openSession(sessionId));
    [all...]
  /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 268 private byte[] openSession(MediaDrm drm) {
274 mSessionId = drm.openSession();
425 mSessionId = openSession(drm);
  /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();
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelReceiver.java 72 ControlPanelEffect.openSession(context, packageName, audioSession);
  /frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
DataIdleTest.java 78 session = mStatsService.openSession();
  /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,
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
MediaDrmBridge.java 196 mMediaCryptoSession = openSession();
230 private ByteBuffer openSession() throws android.media.NotProvisionedException {
233 byte[] session = mMediaDrm.openSession();
512 session = openSession();
    [all...]
  /external/chromium_org/tools/win/static_initializers/
static_initializers.cc 44 hr = (*source)->openSession(session);
47 printf("openSession failed - HRESULT = %08X\n", hr);
  /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/core/java/android/view/
IWindowManager.aidl 60 IWindowSession openSession(in IWindowSessionCallback callback, in IInputMethodClient client,
WindowManagerGlobal.java 149 sWindowSession = windowManager.openSession(
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h 58 status_t openSession(Vector<uint8_t> &sessionId);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
MobileDataController.java 77 mSession = mStatsService.openSession();
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 198 public IWindowSession openSession(IWindowSessionCallback argn1, IInputMethodClient arg0,
  /frameworks/native/include/media/drm/
DrmAPI.h 101 virtual status_t openSession(Vector<uint8_t> &sessionId) = 0;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp 278 uint32_t mcRet = mobiCoreDevice->openSession(
444 mcResult_t ret = device->openSession(
  /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...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
MobiCoreDevice.cpp 248 mcResult_t MobiCoreDevice::openSession(
290 // seen in openSession never happens elsewhere

Completed in 731 milliseconds

1 2