Home
last modified time | relevance | path

Searched refs:openSession (Results 1 – 25 of 119) sorted by relevance

12345

/aosp12/hardware/interfaces/drm/1.1/vts/functional/
H A Ddrm_hal_clearkey_test.cpp42 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 Ddrm_hal_clearkey_test.cpp208 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 Ddrm_hal_vendor_test.cpp345 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 DVtsHalBroadcastradioV2_0TargetTest.cpp108 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 DRangingManagerTest.java59 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 Ddrm_hal_test.cpp104 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 Ddrm_hal_common.cpp223 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 DLightsServiceTest.java112 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 DSystemLightsManager.java102 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 DLightsManager.java85 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 DILightsManager.aidl30 void openSession(in IBinder sessionToken, in int priority); in openSession() method
/aosp12/frameworks/base/core/java/android/se/omapi/
H A DReader.java92 public @NonNull Session openSession() throws IOException { in openSession() method in Reader
100 session = mReader.openSession(); in openSession()
H A DISecureElementReader.aidl43 ISecureElementSession openSession(); in openSession() method
/aosp12/frameworks/base/core/java/android/hardware/input/
H A DInputDeviceLightsManager.java78 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 DCasAPI.h110 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 DMockCasPlugin.h74 virtual status_t openSession(CasSessionId *sessionId) override;
76 virtual status_t openSession(uint32_t intent, uint32_t mode,
H A DMockCasPlugin.cpp125 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 DClearKeyCasPlugin.h80 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 DCasImpl.cpp141 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 DBroadcastRadioService.java153 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 DCasImpl.cpp88 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 DIBinderRpcTest.aidl43 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 Ddrm_hal_clearkey_test.h103 SessionId openSession();
104 SessionId openSession(SecurityLevel level);
/aosp12/hardware/interfaces/drm/1.2/vts/functional/include/android/hardware/drm/1.2/vts/
H A Ddrm_hal_common.h93 SessionId openSession(SecurityLevel level, StatusV1_0* err);
94 SessionId openSession();
/aosp12/hardware/interfaces/broadcastradio/2.0/default/
H A DBroadcastRadio.h37 Return<void> openSession(const sp<ITunerCallback>& callback, openSession_cb _hidl_cb) override;

12345