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

/frameworks/base/core/java/android/se/omapi/
H A DReader.java90 public @NonNull Session openSession() throws IOException { method in class:Reader
98 session = mReader.openSession();
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
H A DBroadcastRadioService.java90 public ITuner openSession(int moduleId, @Nullable RadioManager.BandConfig legacyConfig, method in class:BroadcastRadioService
103 TunerSession session = module.openSession(callback);
H A DRadioModule.java81 public @NonNull TunerSession openSession(@NonNull android.hardware.radio.ITunerCallback userCb) method in class:RadioModule
88 mService.openSession(cb, (result, session) -> {
94 Convert.throwOnError("openSession", halResult.value);
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DDrmPlugin.cpp65 status_t DrmPlugin::openSession(Vector<uint8_t>& sessionId) { function in class:clearkeydrm::DrmPlugin
/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/base/media/java/android/media/
H A DMediaCas.java52 * To descramble elementary streams, the app first calls {@link #openSession} to
81 * MediaExtractor will take over and call {@link #openSession}, {@link #processEmm}
470 public Session openSession() throws MediaCasException { method in class:MediaCas
475 mICas.openSession(cb);
H A DMediaDrm.java82 * The app calls {@link #openSession} to generate a sessionId that will uniquely identify
638 public byte[] openSession() throws NotProvisionedException, method in class:MediaDrm
640 return openSession(getMaxSecurityLevel());
671 public native byte[] openSession(@SecurityLevel int level) throws method in class:MediaDrm
676 * with {@link #openSession}.
1213 * time a session is opened using {@link #openSession}.
1581 * @param sessionId a sessionId obtained from openSession on the MediaDrm object
1657 * Key to extract the number of successful {@link #openSession} calls
1666 * Key to extract the number of failed {@link #openSession} calls
1676 * {@link #openSession} call
[all...]
/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/av/drm/mediadrm/plugins/clearkey/hidl/
H A DDrmPlugin.cpp104 Return<void> DrmPlugin::openSession(openSession_cb _hidl_cb) { function in class:android::hardware::drm::V1_1::clearkey::DrmPlugin
/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/drm/libmediadrm/
H A DIDrm.cpp123 virtual status_t openSession(DrmPlugin::SecurityLevel securityLevel, function in struct:android::BpDrm
749 status_t result = openSession(level, sessionId);
H A DDrmHal.cpp552 status_t DrmHal::openSession(DrmPlugin::SecurityLevel level, function in class:android::DrmHal
590 hResult = mPlugin->openSession(
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp279 status_t CameraProviderManager::openSession(const std::string &id, function in class:android::CameraProviderManager
309 status_t CameraProviderManager::openSession(const std::string &id, function in class:android::CameraProviderManager
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java600 public IPackageInstallerSession openSession(int sessionId) { method in class:PackageInstallerService
/frameworks/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java189 public IWindowSession openSession(IWindowSessionCallback argn1, IInputMethodClient arg0, method in class:IWindowManagerImpl
/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java352 public @NonNull Session openSession(int sessionId) throws IOException { method in class:PackageInstaller
354 return new Session(mInstaller.openSession(sessionId));
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java515 public INetworkStatsSession openSession() { method in class:NetworkStatsService
1514 // Get the top openSession callers
1527 pw.println("Top openSession callers (uid=count):");
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java5097 public IWindowSession openSession(IWindowSessionCallback callback, IInputMethodClient client, method in class:WindowManagerService

Completed in 202 milliseconds