/aosp12/hardware/interfaces/drm/1.1/vts/functional/ |
H A D | drm_hal_clearkey_test.cpp | 42 auto res = drmPlugin->openSession( in openSession() 152 auto sessionId = openSession(); in TEST_P() 179 auto sessionId = openSession(); in TEST_P() 246 SessionId session = openSession(); in TEST_P() 275 SessionId session = openSession(); in TEST_P() 377 auto sessionId = openSession(); in TEST_P() 427 auto sessionId = openSession(); in TEST_P() 476 auto sessionId = openSession(); in TEST_P() 536 auto sessionId = openSession(); in TEST_P() 579 auto sessionId = openSession(); in TEST_P() [all …]
|
/aosp12/hardware/interfaces/drm/1.0/vts/functional/ |
H A D | drm_hal_clearkey_test.cpp | 208 auto res = drmPlugin->openSession( in openSession() 290 auto sessionId = openSession(); in TEST_P() 337 auto sessionId = openSession(); in TEST_P() 359 auto sessionId = openSession(); in TEST_P() 797 auto sessionId = openSession(); in TEST_P() 806 auto sessionId = openSession(); in TEST_P() 970 auto sessionId = openSession(); in TEST_P() 988 auto sessionId = openSession(); in TEST_P() 1011 auto sessionId = openSession(); in TEST_P() 1031 auto sessionId = openSession(); in TEST_P() [all …]
|
H A D | drm_hal_vendor_test.cpp | 345 auto sessionId = openSession(); in TEST_P() 366 auto sessionId = openSession(); in TEST_P() 412 SessionId session = openSession(); in TEST_P() 458 sessionId = openSession(); in TEST_P() 494 sessionId = openSession(); in TEST_P() 938 auto sessionId = openSession(); in TEST_P() 965 auto sessionId = openSession(); in TEST_P() 983 auto sessionId = openSession(); in TEST_P() 1073 auto sessionId = openSession(); in TEST_P() 1084 auto sessionId = openSession(); in TEST_P() [all …]
|
/aosp12/hardware/interfaces/broadcastradio/2.0/vts/functional/ |
H A D | VtsHalBroadcastradioV2_0TargetTest.cpp | 108 bool openSession(); 270 ASSERT_TRUE(openSession()); in TEST_P() 274 ASSERT_TRUE(openSession()); in TEST_P() 279 ASSERT_TRUE(openSession()); in TEST_P() 416 ASSERT_TRUE(openSession()); in TEST_P() 464 ASSERT_TRUE(openSession()); in TEST_P() 499 ASSERT_TRUE(openSession()); in TEST_P() 539 ASSERT_TRUE(openSession()); in TEST_P() 556 ASSERT_TRUE(openSession()); in TEST_P() 587 ASSERT_TRUE(openSession()); in TEST_P() [all …]
|
/aosp12/frameworks/base/core/tests/uwbtests/src/android/uwb/ |
H A D | RangingManagerTest.java | 59 rangingManager.openSession(ATTRIBUTION_SOURCE, PARAMS, EXECUTOR, callback); in testOpenSession_OpenRangingInvoked() 83 rangingManager.openSession(ATTRIBUTION_SOURCE, PARAMS, EXECUTOR, callback1); in testOnRangingOpened_MultipleSessionsRegistered() 88 rangingManager.openSession(ATTRIBUTION_SOURCE, PARAMS, EXECUTOR, callback2); in testOnRangingOpened_MultipleSessionsRegistered() 111 rangingManager.openSession(ATTRIBUTION_SOURCE, PARAMS, EXECUTOR, callback); in testCorrectCallbackInvoked() 157 rangingManager.openSession(ATTRIBUTION_SOURCE, PARAMS, EXECUTOR, callback1); in testOnRangingClosed_MultipleSessionsRegistered() 162 rangingManager.openSession(ATTRIBUTION_SOURCE, PARAMS, EXECUTOR, callback2); in testOnRangingClosed_MultipleSessionsRegistered() 186 rangingManager.openSession(ATTRIBUTION_SOURCE, PARAMS, EXECUTOR, callback1); in testOnRangingReport_MultipleSessionsRegistered() 192 rangingManager.openSession(ATTRIBUTION_SOURCE, PARAMS, EXECUTOR, callback2); in testOnRangingReport_MultipleSessionsRegistered() 240 rangingManager.openSession(ATTRIBUTION_SOURCE, PARAMS, EXECUTOR, callback); in runReason() 249 rangingManager.openSession(ATTRIBUTION_SOURCE, PARAMS, EXECUTOR, callback); in runReason()
|
/aosp12/hardware/interfaces/drm/1.2/vts/functional/ |
H A D | drm_hal_test.cpp | 104 auto sid = openSession(level, &err); in TEST_P() 137 auto sessionId = openSession(); in TEST_P() 173 auto sessionId = openSession(); in TEST_P() 211 auto sessionId = openSession(); in TEST_P() 273 auto sessionId = openSession(); in TEST_P() 307 auto sessionId = openSession(); in TEST_P() 334 auto sessionId = openSession(); in TEST_P() 360 auto sessionId = openSession(); in TEST_P() 412 auto sessionId = openSession(); in TEST_P() 431 auto sessionId = openSession(); in TEST_P() [all …]
|
H A D | drm_hal_common.cpp | 223 SessionId DrmHalTest::openSession(SecurityLevel level, StatusV1_0 *err) { in openSession() function in android::hardware::drm::V1_2::vts::DrmHalTest 238 SessionId DrmHalTest::openSession() { in openSession() function in android::hardware::drm::V1_2::vts::DrmHalTest 241 auto res = drmPlugin->openSession([&](StatusV1_0 status, const hidl_vec<unsigned char> &id) { in openSession() 534 auto sessionId = openSession(); in decryptWithInvalidKeys()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/lights/ |
H A D | LightsServiceTest.java | 112 LightsManager.LightsSession session = manager.openSession(); in testControlMultipleLights() 138 LightsManager.LightsSession session = manager.openSession(); in testControlLights_onlyEffectiveForLifetimeOfClient() 156 LightsManager.LightsSession session1 = manager.openSession(); in testControlLights_firstCallerWinsContention() 157 LightsManager.LightsSession session2 = manager.openSession(); in testControlLights_firstCallerWinsContention() 185 LightsManager.LightsSession session = manager.openSession(); in testClearLight() 204 try (LightsManager.LightsSession session1 = manager.openSession(DEFAULT_PRIORITY)) { in testControlLights_higherPriorityCallerWinsContention() 205 try (LightsManager.LightsSession session2 = manager.openSession(HIGH_PRIORITY)) { in testControlLights_higherPriorityCallerWinsContention()
|
/aosp12/frameworks/base/core/java/android/hardware/lights/ |
H A D | SystemLightsManager.java | 102 public @NonNull LightsSession openSession() { in openSession() method in SystemLightsManager 105 mService.openSession(session.getToken(), 0); in openSession() 123 public @NonNull LightsSession openSession(int priority) { in openSession() method in SystemLightsManager 126 mService.openSession(session.getToken(), priority); in openSession()
|
H A D | LightsManager.java | 85 public abstract @NonNull LightsSession openSession(); in openSession() method in LightsManager 97 public abstract @NonNull LightsSession openSession(int priority); in openSession() method in LightsManager
|
H A D | ILightsManager.aidl | 30 void openSession(in IBinder sessionToken, in int priority); in openSession() method
|
/aosp12/frameworks/base/core/java/android/se/omapi/ |
H A D | Reader.java | 92 public @NonNull Session openSession() throws IOException { in openSession() method in Reader 100 session = mReader.openSession(); in openSession()
|
H A D | ISecureElementReader.aidl | 43 ISecureElementSession openSession(); in openSession() method
|
/aosp12/frameworks/base/core/java/android/hardware/input/ |
H A D | InputDeviceLightsManager.java | 78 public @NonNull LightsSession openSession() { in openSession() method in InputDeviceLightsManager 85 public @NonNull LightsSession openSession(int priority) { in openSession() method in InputDeviceLightsManager
|
/aosp12/frameworks/native/headers/media_plugin/media/cas/ |
H A D | CasAPI.h | 110 virtual status_t openSession(CasSessionId *sessionId) = 0; 114 virtual status_t openSession(uint32_t intent, uint32_t mode,
|
/aosp12/frameworks/av/drm/mediacas/plugins/mock/ |
H A D | MockCasPlugin.h | 74 virtual status_t openSession(CasSessionId *sessionId) override; 76 virtual status_t openSession(uint32_t intent, uint32_t mode,
|
H A D | MockCasPlugin.cpp | 125 status_t MockCasPlugin::openSession(CasSessionId* sessionId) { in openSession() function in android::MockCasPlugin 130 status_t MockCasPlugin::openSession(uint32_t intent, uint32_t mode, in openSession() function in android::MockCasPlugin
|
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/ |
H A D | ClearKeyCasPlugin.h | 80 virtual status_t openSession(CasSessionId *sessionId) override; 82 virtual status_t openSession(uint32_t intent, uint32_t mode,
|
/aosp12/hardware/interfaces/cas/1.2/default/ |
H A D | CasImpl.cpp | 141 Return<void> CasImpl::openSession(openSession_cb _hidl_cb) { in openSession() function in android::hardware::cas::V1_1::implementation::CasImpl 148 err = holder->openSession(&sessionId); in openSession() 165 err = holder->openSession(static_cast<uint32_t>(intent), static_cast<uint32_t>(mode), in openSession_1_2()
|
/aosp12/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/ |
H A D | BroadcastRadioService.java | 153 public ITuner openSession(int moduleId, @Nullable RadioManager.BandConfig legacyConfig, in openSession() method in BroadcastRadioService 169 TunerSession tunerSession = module.openSession(callback); in openSession()
|
/aosp12/hardware/interfaces/cas/1.0/default/ |
H A D | CasImpl.cpp | 88 Return<void> CasImpl::openSession(openSession_cb _hidl_cb) { in openSession() function in android::hardware::cas::V1_0::implementation::CasImpl 95 err = holder->openSession(&sessionId); in openSession()
|
/aosp12/frameworks/native/libs/binder/tests/ |
H A D | IBinderRpcTest.aidl | 43 IBinderRpcSession openSession(@utf8InCpp String name); in openSession() method
|
/aosp12/hardware/interfaces/drm/1.1/vts/functional/include/android/hardware/drm/1.1/vts/ |
H A D | drm_hal_clearkey_test.h | 103 SessionId openSession(); 104 SessionId openSession(SecurityLevel level);
|
/aosp12/hardware/interfaces/drm/1.2/vts/functional/include/android/hardware/drm/1.2/vts/ |
H A D | drm_hal_common.h | 93 SessionId openSession(SecurityLevel level, StatusV1_0* err); 94 SessionId openSession();
|
/aosp12/hardware/interfaces/broadcastradio/2.0/default/ |
H A D | BroadcastRadio.h | 37 Return<void> openSession(const sp<ITunerCallback>& callback, openSession_cb _hidl_cb) override;
|