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

1 2 3 4 5 6

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowPackageInstallerTest.java 66 PackageInstaller.Session session = packageInstaller.openSession(sessionId);
73 PackageInstaller.Session session = packageInstaller.openSession(-99);
79 PackageInstaller.Session session = packageInstaller.openSession(sessionId);
88 PackageInstaller.Session session = packageInstaller.openSession(sessionId);
99 PackageInstaller.Session session = packageInstaller.openSession(sessionId);
113 PackageInstaller.Session session = packageInstaller.openSession(sessionId);
132 PackageInstaller.Session session = packageInstaller.openSession(sessionId);
  /cts/tests/tests/media/src/android/media/cts/
MediaDrmMockTest.java 186 byte[] sessionId = openSession(md);
228 byte[] sessionId = openSession(md);
264 byte[] sessionId = openSession(md);
296 byte[] sessionId = openSession(md);
328 byte[] sessionId = openSession(md);
357 byte[] sessionId = openSession(md);
374 byte[] sessionId = openSession(md);
389 byte[] sessionId = openSession(md);
395 sessionId = openSession(md);
406 byte[] sessionId = openSession(md)
    [all...]
MediaDrmMetricsTest.java 89 byte[] sid1 = drm.openSession();
91 byte[] sid2 = drm.openSession();
142 byte[] sid = drm.openSession();
MediaDrmClearkeyTest.java 303 private @NonNull byte[] openSession(MediaDrm drm) {
309 mSessionId = drm.openSession();
372 mSessionId = openSession(drm);
463 mSessionId = openSession(drm);
734 mSessionId = openSession(drm);
792 sessionId = drm.openSession(MediaDrm.SECURITY_LEVEL_SW_SECURE_CRYPTO);
799 sessionId = drm.openSession();
807 sessionId = drm.openSession(MediaDrm.SECURITY_LEVEL_SW_SECURE_DECODE);
    [all...]
  /hardware/interfaces/broadcastradio/2.0/vts/functional/
VtsHalBroadcastradioV2_0TargetTest.cpp 112 bool openSession();
208 bool BroadcastRadioHalTest::openSession() {
217 auto hidlResult = mModule->openSession(mCallback, openCb);
269 TEST_F(BroadcastRadioHalTest, OpenSession) {
271 ASSERT_TRUE(openSession());
275 ASSERT_TRUE(openSession());
280 ASSERT_TRUE(openSession());
417 ASSERT_TRUE(openSession());
464 ASSERT_TRUE(openSession());
495 ASSERT_TRUE(openSession());
    [all...]
  /hardware/interfaces/drm/1.1/vts/functional/
drm_hal_clearkey_test.cpp 167 SessionId openSession();
168 SessionId openSession(SecurityLevel level);
273 SessionId DrmHalClearkeyTest::openSession() {
276 auto res = drmPlugin->openSession(
289 SessionId DrmHalClearkeyTest::openSession(SecurityLevel level) {
372 * Test openSession negative case: security level higher than supported
386 auto sessionId = openSession();
413 auto sessionId = openSession();
480 SessionId session = openSession();
509 SessionId session = openSession();
    [all...]
  /frameworks/base/core/java/android/content/pm/
IPackageInstaller.aidl 38 IPackageInstallerSession openSession(int sessionId);
  /hardware/interfaces/broadcastradio/2.0/default/
BroadcastRadio.h 37 Return<void> openSession(const sp<ITunerCallback>& callback, openSession_cb _hidl_cb) override;
  /hardware/interfaces/drm/1.0/vts/functional/
drm_hal_clearkey_test.cpp 282 SessionId openSession();
331 SessionId DrmHalClearkeyPluginTest::openSession() {
334 auto res = drmPlugin->openSession(
416 auto sessionId = openSession();
435 SessionId sessionId = openSession();
463 auto sessionId = openSession();
485 auto sessionId = openSession();
503 SessionId session = openSession();
538 SessionId session = openSession();
563 SessionId sessionId = openSession();
    [all...]
drm_hal_vendor_test.cpp 344 SessionId openSession();
423 SessionId DrmHalVendorPluginTest::openSession() {
426 auto res = drmPlugin->openSession([&](Status status, const SessionId& id) {
506 auto sessionId = openSession();
527 auto sessionId = openSession();
573 SessionId session = openSession();
601 SessionId sessionId = openSession();
615 auto sessionId = openSession();
619 sessionId = openSession();
634 SessionId sessionId = openSession();
    [all...]
  /frameworks/base/core/tests/benchmarks/src/android/util/
StreamsBenchmark.java 69 pw.println("Top openSession callers (uid=count):");
93 pw.println("Top openSession callers (uid=count):");
  /frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
BroadcastRadioService.java 90 public ITuner openSession(int moduleId, @Nullable RadioManager.BandConfig legacyConfig,
103 TunerSession session = module.openSession(callback);
RadioModule.java 81 public @NonNull TunerSession openSession(@NonNull android.hardware.radio.ITunerCallback userCb)
88 mService.openSession(cb, (result, session) -> {
94 Convert.throwOnError("openSession", halResult.value);
  /frameworks/base/core/java/android/se/omapi/
ISecureElementReader.aidl 43 ISecureElementSession openSession();
Reader.java 90 public @NonNull Session openSession() throws IOException {
98 session = mReader.openSession();
  /hardware/interfaces/cas/1.0/default/
CasImpl.h 58 virtual Return<void> openSession(
CasImpl.cpp 88 Return<void> CasImpl::openSession(openSession_cb _hidl_cb) {
95 err = holder->openSession(&sessionId);
  /frameworks/av/drm/mediacas/plugins/clearkey/
ClearKeyCasPlugin.h 71 virtual status_t openSession(CasSessionId *sessionId) override;
  /frameworks/av/drm/mediacas/plugins/mock/
MockCasPlugin.h 66 virtual status_t openSession(CasSessionId *sessionId) override;
MockCasPlugin.cpp 106 status_t MockCasPlugin::openSession(CasSessionId* sessionId) {
107 ALOGV("openSession");
  /frameworks/base/core/java/android/net/
INetworkStatsService.aidl 32 INetworkStatsSession openSession();
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
android.hardware.cas@1.0.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
android.hardware.cas@1.0.so 
  /cts/tests/tests/secure_element/omapi/src/android/omapi/cts/
OmapiTest.java 234 session = reader.openSession();
257 Session session = reader.openSession();
283 Session session = reader.openSession();
324 Session session = reader.openSession();
362 session = reader.openSession();
388 session = reader.openSession();
417 Session session = reader.openSession();
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
PackageInstallTest.java 106 mSession = mPackageInstaller.openSession(sessionId);

Completed in 727 milliseconds

1 2 3 4 5 6