/frameworks/base/core/java/android/se/omapi/ |
H A D | Reader.java | 90 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 D | BroadcastRadioService.java | 90 public ITuner openSession(int moduleId, @Nullable RadioManager.BandConfig legacyConfig, method in class:BroadcastRadioService 103 TunerSession session = module.openSession(callback);
|
H A D | RadioModule.java | 81 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 D | DrmPlugin.cpp | 65 status_t DrmPlugin::openSession(Vector<uint8_t>& sessionId) { function in class:clearkeydrm::DrmPlugin
|
/frameworks/av/drm/mediacas/plugins/mock/ |
H A D | MockCasPlugin.cpp | 106 status_t MockCasPlugin::openSession(CasSessionId* sessionId) { function in class:android::MockCasPlugin 107 ALOGV("openSession");
|
/frameworks/base/media/java/android/media/ |
H A D | MediaCas.java | 52 * 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 D | MediaDrm.java | 82 * 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 D | ClearKeyCasPlugin.cpp | 113 status_t ClearKeyCasPlugin::openSession(CasSessionId* sessionId) { function in class:android::clearkeycas::ClearKeyCasPlugin 114 ALOGV("openSession");
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
H A D | DrmPlugin.cpp | 104 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 D | MockDrmCryptoPlugin.cpp | 83 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 D | MtpDevice.cpp | 256 openSession(); 329 bool MtpDevice::openSession() { function in class:android::MtpDevice
|
/frameworks/av/drm/libmediadrm/ |
H A D | IDrm.cpp | 123 virtual status_t openSession(DrmPlugin::SecurityLevel securityLevel, function in struct:android::BpDrm 749 status_t result = openSession(level, sessionId);
|
H A D | DrmHal.cpp | 552 status_t DrmHal::openSession(DrmPlugin::SecurityLevel level, function in class:android::DrmHal 590 hResult = mPlugin->openSession(
|
/frameworks/av/services/camera/libcameraservice/common/ |
H A D | CameraProviderManager.cpp | 279 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 D | PackageInstallerService.java | 600 public IPackageInstallerSession openSession(int sessionId) { method in class:PackageInstallerService
|
/frameworks/layoutlib/bridge/src/android/view/ |
H A D | IWindowManagerImpl.java | 189 public IWindowSession openSession(IWindowSessionCallback argn1, IInputMethodClient arg0, method in class:IWindowManagerImpl
|
/frameworks/base/core/java/android/content/pm/ |
H A D | PackageInstaller.java | 352 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 D | NetworkStatsService.java | 515 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 D | WindowManagerService.java | 5097 public IWindowSession openSession(IWindowSessionCallback callback, IInputMethodClient client, method in class:WindowManagerService
|