Searched defs:openSession (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmPlugin.cpp32 status_t DrmPlugin::openSession(Vector<uint8_t>& sessionId) { function in class:clearkeydrm::DrmPlugin
/frameworks/av/drm/libmediadrm/
H A DCasImpl.cpp116 Status CasImpl::openSession(CasSessionId* sessionId) { function in class:android::CasImpl
117 ALOGV("openSession");
122 status_t err = holder->get()->openSession(sessionId);
124 ALOGV("openSession: session opened, sessionId=%s",
H A DDrm.cpp351 status_t Drm::openSession(Vector<uint8_t> &sessionId) { function in class:android::Drm
362 status_t err = mPlugin->openSession(sessionId);
378 err = mPlugin->openSession(sessionId);
H A DIDrm.cpp117 virtual status_t openSession(Vector<uint8_t> &sessionId) { function in struct:android::BpDrm
614 status_t result = openSession(sessionId);
H A DDrmHal.cpp423 status_t DrmHal::openSession(Vector<uint8_t> &sessionId) { function in class:android::DrmHal
436 Return<void> hResult = mPlugin->openSession(
/frameworks/av/drm/mediacas/plugins/mock/
H A DMockCasPlugin.cpp106 status_t MockCasPlugin::openSession(CasSessionId* sessionId) { function in class:android::MockCasPlugin
107 ALOGV("openSession");
/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeyCasPlugin.cpp113 status_t ClearKeyCasPlugin::openSession(CasSessionId* sessionId) { function in class:android::clearkeycas::ClearKeyCasPlugin
114 ALOGV("openSession");
/frameworks/base/media/java/android/media/
H A DMediaCas.java53 * To descramble elementary streams, the app first calls {@link #openSession} to
82 * MediaExtractor will take over and call {@link #openSession}, {@link #processEmm}
518 public Session openSession() throws MediaCasException { method in class:MediaCas
522 return createFromSessionId(mICas.openSession());
H A DMediaDrm.java78 * The app calls {@link #openSession} to generate a sessionId that will uniquely identify
628 public native byte[] openSession() throws NotProvisionedException, method in class:MediaDrm
633 * with {@link #openSession}.
1298 * @param sessionId a sessionId obtained from openSession on the MediaDrm object
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp83 status_t MockDrmPlugin::openSession(Vector<uint8_t> &sessionId) function in class:android::MockDrmPlugin
94 ALOGD("MockDrmPlugin::openSession() -> %s", vectorToString(sessionId).string());
/frameworks/av/media/mtp/
H A DMtpDevice.cpp256 openSession();
329 bool MtpDevice::openSession() { function in class:android::MtpDevice
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp267 status_t CameraProviderManager::openSession(const std::string &id, function in class:android::CameraProviderManager
297 status_t CameraProviderManager::openSession(const std::string &id, function in class:android::CameraProviderManager
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java188 public IWindowSession openSession(IWindowSessionCallback argn1, IInputMethodClient arg0, method in class:IWindowManagerImpl
/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java339 public @NonNull Session openSession(int sessionId) throws IOException { method in class:PackageInstaller
341 return new Session(mInstaller.openSession(sessionId));
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java470 public INetworkStatsSession openSession() { method in class:NetworkStatsService
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java780 public IPackageInstallerSession openSession(int sessionId) { method in class:PackageInstallerService
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java5297 public IWindowSession openSession(IWindowSessionCallback callback, IInputMethodClient client, method in class:WindowManagerService

Completed in 6424 milliseconds