Home
last modified time | relevance | path

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

1234

/frameworks/base/core/tests/uwbtests/src/android/uwb/
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()
/frameworks/base/services/tests/servicestests/src/com/android/server/lights/
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()
/frameworks/base/core/java/android/hardware/lights/
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()
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
DILightsManager.aidl30 void openSession(in IBinder sessionToken, in int priority); in openSession() method
/frameworks/base/core/java/android/se/omapi/
DReader.java92 public @NonNull Session openSession() throws IOException { in openSession() method in Reader
100 session = mReader.openSession(); in openSession()
DISecureElementReader.aidl43 ISecureElementSession openSession(); in openSession() method
/frameworks/base/core/java/android/hardware/input/
DInputDeviceLightsManager.java78 public @NonNull LightsSession openSession() { in openSession() method in InputDeviceLightsManager
85 public @NonNull LightsSession openSession(int priority) { in openSession() method in InputDeviceLightsManager
/frameworks/native/headers/media_plugin/media/cas/
DCasAPI.h110 virtual status_t openSession(CasSessionId *sessionId) = 0;
114 virtual status_t openSession(uint32_t intent, uint32_t mode,
/frameworks/av/drm/mediacas/plugins/mock/
DMockCasPlugin.h74 virtual status_t openSession(CasSessionId *sessionId) override;
76 virtual status_t openSession(uint32_t intent, uint32_t mode,
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
/frameworks/av/drm/mediacas/plugins/clearkey/
DClearKeyCasPlugin.h80 virtual status_t openSession(CasSessionId *sessionId) override;
82 virtual status_t openSession(uint32_t intent, uint32_t mode,
/frameworks/native/libs/binder/tests/
DIBinderRpcTest.aidl43 IBinderRpcSession openSession(@utf8InCpp String name); in openSession() method
DbinderRpcTest.cpp148 Status openSession(const std::string& name, sp<IBinderRpcSession>* out) override { in openSession() function in android::MyBinderRpcTest
530 EXPECT_OK(proc.rootIface->openSession("aoeu", &session)); in TEST_P()
689 EXPECT_OK(proc.rootIface->openSession("aoeu", &session)); in TEST_P()
707 EXPECT_OK(proc.rootIface->openSession(std::to_string(i), &session)); in TEST_P()
878 EXPECT_OK(proc.rootIface->openSession("happy", &session)); in TEST_P()
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DBroadcastRadioService.java152 public ITuner openSession(int moduleId, @Nullable RadioManager.BandConfig legacyConfig, in openSession() method in BroadcastRadioService
168 TunerSession tunerSession = module.openSession(callback); in openSession()
/frameworks/base/apex/blobstore/framework/java/android/app/blob/
DIBlobStoreManager.aidl27 IBlobStoreSession openSession(long sessionId, in String packageName); in openSession() method
DBlobStoreManager.java214 public @NonNull Session openSession(@IntRange(from = 1) long sessionId) throws IOException { in openSession() method in BlobStoreManager
216 return new Session(mService.openSession(sessionId, mContext.getOpPackageName())); in openSession()
/frameworks/base/core/java/android/net/
DINetworkStatsService.aidl37 INetworkStatsSession openSession(); in openSession() method
/frameworks/base/core/java/android/content/pm/
DIPackageInstaller.aidl39 IPackageInstallerSession openSession(int sessionId); in openSession() method
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/
DPackageInstallerImpl.java132 session = mPackageInstaller.openSession(sessionInfo.getSessionId()); in install()
186 session = mPackageInstaller.openSession(sessionInfo.getSessionId()); in getSession()
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
DDataIdleTest.java78 session = mStatsService.openSession(); in fetchStats()
/frameworks/base/core/tests/coretests/src/android/hardware/input/
DInputDeviceLightsManagerTest.java170 LightsManager.LightsSession session = lightsManager.openSession(); in testControlMultipleLights()
219 LightsManager.LightsSession session = lightsManager.openSession(); in testControlPlayerIdLight()
/frameworks/base/core/java/android/uwb/
DUwbManager.java277 return mRangingManager.openSession( in openRangingSession()
/frameworks/av/media/mtp/
DMtpDevice.h96 bool openSession();
/frameworks/base/services/core/java/com/android/server/broadcastradio/
DBroadcastRadioService.java94 return mHal2.openSession(moduleId, bandConfig, withAudio, callback); in openTuner()

1234