Home
last modified time | relevance | path

Searched defs:openSession (Results 1 – 25 of 45) sorted by relevance

12

/aosp12/frameworks/base/core/java/android/hardware/lights/
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 DSystemLightsManager.java102 public @NonNull LightsSession openSession() { in openSession() method in SystemLightsManager
123 public @NonNull LightsSession openSession(int priority) { in openSession() method in SystemLightsManager
H A DILightsManager.aidl30 void openSession(in IBinder sessionToken, in int priority); 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/base/core/java/android/se/omapi/
H A DISecureElementReader.aidl43 ISecureElementSession openSession(); in openSession() method
H A DReader.java92 public @NonNull Session openSession() throws IOException { in openSession() method in Reader
/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
H A DRadioModule.java172 public @NonNull TunerSession openSession(@NonNull android.hardware.radio.ITunerCallback userCb) in openSession() method in RadioModule
/aosp12/frameworks/native/libs/binder/tests/
H A DIBinderRpcTest.aidl43 IBinderRpcSession openSession(@utf8InCpp String name); in openSession() method
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/platform/
H A DRadioManagerExt.java108 public @Nullable RadioTunerExt openSession(RadioTuner.Callback callback, Handler handler) { in openSession() method in RadioManagerExt
/aosp12/hardware/interfaces/broadcastradio/2.0/default/
H A DBroadcastRadio.cpp105 Return<void> BroadcastRadio::openSession(const sp<ITunerCallback>& callback, in openSession() function in android::hardware::broadcastradio::V2_0::implementation::BroadcastRadio
/aosp12/frameworks/av/drm/mediacas/plugins/mock/
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/base/apex/blobstore/framework/java/android/app/blob/
H A DIBlobStoreManager.aidl27 IBlobStoreSession openSession(long sessionId, in String packageName); in openSession() method
H A DBlobStoreManager.java214 public @NonNull Session openSession(@IntRange(from = 1) long sessionId) throws IOException { in openSession() method in BlobStoreManager
/aosp12/frameworks/base/core/java/android/net/
H A DINetworkStatsService.aidl37 INetworkStatsSession openSession(); in openSession() method
/aosp12/frameworks/base/core/java/android/content/pm/
H A DIPackageInstaller.aidl39 IPackageInstallerSession openSession(int sessionId); in openSession() method
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DDrmPlugin.cpp65 status_t DrmPlugin::openSession(Vector<uint8_t>& sessionId) { in openSession() function in clearkeydrm::DrmPlugin
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeyCasPlugin.cpp140 status_t ClearKeyCasPlugin::openSession(CasSessionId* sessionId) { in openSession() function in android::clearkeycas::ClearKeyCasPlugin
146 status_t ClearKeyCasPlugin::openSession(uint32_t intent, uint32_t mode, in openSession() function in android::clearkeycas::ClearKeyCasPlugin
/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
/aosp12/frameworks/base/core/java/android/uwb/
H A DRangingManager.java56 public CancellationSignal openSession(@NonNull AttributionSource attributionSource, in openSession() method in RangingManager
/aosp12/hardware/interfaces/drm/1.2/vts/functional/
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
/aosp12/hardware/interfaces/cas/1.1/default/
H A DCasImpl.cpp110 Return<void> CasImpl::openSession(openSession_cb _hidl_cb) { in openSession() function in android::hardware::cas::V1_1::implementation::CasImpl
/aosp12/frameworks/base/media/java/android/media/
H A DMediaCas.java970 public Session openSession() throws MediaCasException { in openSession() method in MediaCas
1011 public Session openSession(@SessionUsage int sessionUsage, @ScramblingMode int scramblingMode) in openSession() method in MediaCas
/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
/aosp12/hardware/interfaces/drm/1.1/vts/functional/
H A Ddrm_hal_clearkey_test.cpp39 SessionId DrmHalClearkeyTest::openSession() { in openSession() function in android::hardware::drm::V1_1::vts::DrmHalClearkeyTest
55 SessionId DrmHalClearkeyTest::openSession(SecurityLevel level) { in openSession() function in android::hardware::drm::V1_1::vts::DrmHalClearkeyTest

12