Home
last modified time | relevance | path

Searched defs:sessionId (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/frameworks/base/core/java/android/service/appprediction/
DIPredictionService.aidl35 in AppPredictionSessionId sessionId); in onCreatePredictionSession()
37 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent()
39 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown()
42 void sortAppTargets(in AppPredictionSessionId sessionId, in ParceledListSlice targets, in sortAppTargets()
45 void registerPredictionUpdates(in AppPredictionSessionId sessionId, in registerPredictionUpdates()
48 void unregisterPredictionUpdates(in AppPredictionSessionId sessionId, in unregisterPredictionUpdates()
51 void requestPredictionUpdate(in AppPredictionSessionId sessionId); in requestPredictionUpdate()
53 void onDestroyPredictionSession(in AppPredictionSessionId sessionId); in onDestroyPredictionSession()
55 void requestServiceFeatures(in AppPredictionSessionId sessionId, in IRemoteCallback callback); in requestServiceFeatures()
DAppPredictionService.java174 public abstract void onAppTargetEvent(@NonNull AppPredictionSessionId sessionId, in onAppTargetEvent()
181 public abstract void onLaunchLocationShown(@NonNull AppPredictionSessionId sessionId, in onLaunchLocationShown()
185 @NonNull AppPredictionSessionId sessionId) { in doCreatePredictionSession()
197 @NonNull AppPredictionSessionId sessionId) {} in onCreatePredictionSession()
203 public abstract void onSortAppTargets(@NonNull AppPredictionSessionId sessionId, in onSortAppTargets()
207 private void doRegisterPredictionUpdates(@NonNull AppPredictionSessionId sessionId, in doRegisterPredictionUpdates()
232 private void doUnregisterPredictionUpdates(@NonNull AppPredictionSessionId sessionId, in doUnregisterPredictionUpdates()
262 private void doRequestPredictionUpdate(@NonNull AppPredictionSessionId sessionId) { in doRequestPredictionUpdate()
277 public abstract void onRequestPredictionUpdate(@NonNull AppPredictionSessionId sessionId); in onRequestPredictionUpdate()
279 private void doDestroyPredictionSession(@NonNull AppPredictionSessionId sessionId) { in doDestroyPredictionSession()
[all …]
/frameworks/base/core/java/android/app/prediction/
DIPredictionManager.aidl33 in AppPredictionSessionId sessionId, in IBinder token); in createPredictionSession()
35 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent()
37 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown()
40 void sortAppTargets(in AppPredictionSessionId sessionId, in ParceledListSlice targets, in sortAppTargets()
43 void registerPredictionUpdates(in AppPredictionSessionId sessionId, in registerPredictionUpdates()
46 void unregisterPredictionUpdates(in AppPredictionSessionId sessionId, in unregisterPredictionUpdates()
49 void requestPredictionUpdate(in AppPredictionSessionId sessionId); in requestPredictionUpdate()
51 void onDestroyPredictionSession(in AppPredictionSessionId sessionId); in onDestroyPredictionSession()
53 void requestServiceFeatures(in AppPredictionSessionId sessionId, in IRemoteCallback callback); in requestServiceFeatures()
/frameworks/base/tests/StagedInstallTest/app/src/com/android/tests/stagedinstallinternal/
DStagedInstallInternalTest.java180 int sessionId = Install.multi(TEST_APEX_WITH_APK_V2, TestApp.A2).setStaged().commit(); in testDuplicateApkInApexShouldFail_Commit() local
187 int sessionId = retrieveLastSessionId(); in testDuplicateApkInApexShouldFail_Verify() local
195 int sessionId = Install.single(TestApp.A1).setStaged().commit(); in testSystemServerRestartDoesNotAffectStagedSessions_Commit() local
204 int sessionId = retrieveLastSessionId(); in testSystemServerRestartDoesNotAffectStagedSessions_Verify() local
238 int sessionId = Install.single(TestApp.A1).setStaged().commit(); in testStagedSessionShouldCleanUpOnOnSuccess_Commit() local
244 int sessionId = retrieveLastSessionId(); in testStagedSessionShouldCleanUpOnOnSuccess_Verify() local
252 int sessionId = Install.multi(TestApp.A1, TestApp.Apex2).setStaged().commit(); in testStagedSessionShouldCleanUpOnOnSuccessMultiPackage_Commit() local
271 int sessionId = Install.multi(TestApp.A1, TestApp.Apex1).setStaged().commit(); in testFailStagedSessionIfStagingDirectoryDeleted_Commit() local
278 int sessionId = retrieveLastSessionId(); in testFailStagedSessionIfStagingDirectoryDeleted_Verify() local
286 int sessionId = Install.single(TestApp.Apex1).setStaged().commit(); in testApexActivationFailureIsCapturedInSession_Commit() local
[all …]
/frameworks/base/core/java/android/service/textclassifier/
DITextClassifierService.aidl38 in TextClassificationSessionId sessionId, in onSuggestSelection()
43 in TextClassificationSessionId sessionId, in onClassifyText()
48 in TextClassificationSessionId sessionId, in onGenerateLinks()
54 in TextClassificationSessionId sessionId, in onSelectionEvent()
58 in TextClassificationSessionId sessionId, in onTextClassifierEvent()
63 in TextClassificationSessionId sessionId); in onCreateTextClassificationSession()
66 in TextClassificationSessionId sessionId); in onDestroyTextClassificationSession()
69 in TextClassificationSessionId sessionId, in onDetectLanguage()
74 in TextClassificationSessionId sessionId, in onSuggestConversationActions()
/frameworks/av/media/module/libmediatranscoding/aidl/android/media/
DITranscodingClientCallback.aidl48 oneway void onTranscodingStarted(in int sessionId); in onTranscodingStarted()
56 oneway void onTranscodingPaused(in int sessionId); in onTranscodingPaused()
64 oneway void onTranscodingResumed(in int sessionId); in onTranscodingResumed()
72 oneway void onTranscodingFinished(in int sessionId, in TranscodingResultParcel result); in onTranscodingFinished()
80 oneway void onTranscodingFailed(in int sessionId, in TranscodingErrorCode errorCode); in onTranscodingFailed()
93 oneway void onAwaitNumberOfSessionsChanged(in int sessionId, in onAwaitNumberOfSessionsChanged()
106 oneway void onProgressUpdate(in int sessionId, in int progress); in onProgressUpdate()
DITranscodingClient.aidl46 boolean cancelSession(in int sessionId); in cancelSession()
55 boolean getSessionWithId(in int sessionId, out TranscodingSessionParcel session); in getSessionWithId()
65 boolean addClientUid(in int sessionId, int clientUid); in addClientUid()
81 int[] getClientUids(in int sessionId); in getClientUids()
/frameworks/base/core/java/android/view/autofill/
DIAutoFillManagerClient.aidl49 void autofill(int sessionId, in List<AutofillId> ids, in List<AutofillValue> values, in autofill()
52 void onGetCredentialResponse(int sessionId, in AutofillId id, in onGetCredentialResponse()
55 void onGetCredentialException(int sessionId, in AutofillId id, in onGetCredentialException()
61 void autofillContent(int sessionId, in AutofillId id, in ClipData content); in autofillContent()
66 void authenticate(int sessionId, int authenticationId, in IntentSender intent, in authenticate()
73 void setTrackedViews(int sessionId, in @nullable AutofillId[] savableIds, in setTrackedViews()
81 void requestShowFillUi(int sessionId, in AutofillId id, int width, int height, in requestShowFillUi()
87 void requestHideFillUi(int sessionId, in AutofillId id); in requestHideFillUi()
92 void requestHideFillUiWhenDestroyed(int sessionId, in AutofillId id); in requestHideFillUiWhenDestroyed()
98 void notifyNoFillUi(int sessionId, in AutofillId id, int sessionFinishedState); in notifyNoFillUi()
[all …]
DIAutoFillManager.aidl47 void restoreSession(int sessionId, in IBinder activityToken, in IBinder appCallback, in restoreSession()
49 void updateSession(int sessionId, in AutofillId id, in Rect bounds, in updateSession()
51 void setAutofillFailure(int sessionId, in List<AutofillId> ids, boolean isRefill, int userId); in setAutofillFailure()
52 void setViewAutofilled(int sessionId, in AutofillId id, int userId); in setViewAutofilled()
53 void finishSession(int sessionId, int userId, int commitReason); in finishSession()
54 void cancelSession(int sessionId, int userId); in cancelSession()
55 void setAuthenticationResult(in Bundle data, int sessionId, int authenticationId, int userId); in setAuthenticationResult()
56 void setHasCallback(int sessionId, int userId, boolean hasIt); in setHasCallback()
70 void notifyNotExpiringResponseDuringAuth(int sessionId, int userId); in notifyNotExpiringResponseDuringAuth()
71 void notifyViewEnteredIgnoredDuringAuthCount(int sessionId, int userId); in notifyViewEnteredIgnoredDuringAuthCount()
[all …]
/frameworks/base/core/java/android/service/smartspace/
DISmartspaceService.aidl33 void onCreateSmartspaceSession(in SmartspaceConfig context, in SmartspaceSessionId sessionId); in onCreateSmartspaceSession()
35 void notifySmartspaceEvent(in SmartspaceSessionId sessionId, in SmartspaceTargetEvent event); in notifySmartspaceEvent()
37 void requestSmartspaceUpdate(in SmartspaceSessionId sessionId); in requestSmartspaceUpdate()
39 void registerSmartspaceUpdates(in SmartspaceSessionId sessionId, in registerSmartspaceUpdates()
42 void unregisterSmartspaceUpdates(in SmartspaceSessionId sessionId, in unregisterSmartspaceUpdates()
45 void onDestroySmartspaceSession(in SmartspaceSessionId sessionId); in onDestroySmartspaceSession()
DSmartspaceService.java146 @NonNull SmartspaceSessionId sessionId) { in doCreateSmartspaceSession()
158 @NonNull SmartspaceSessionId sessionId); in onCreateSmartspaceSession()
164 public abstract void notifySmartspaceEvent(@NonNull SmartspaceSessionId sessionId, in notifySmartspaceEvent()
171 public abstract void onRequestSmartspaceUpdate(@NonNull SmartspaceSessionId sessionId); in onRequestSmartspaceUpdate()
173 private void doRegisterSmartspaceUpdates(@NonNull SmartspaceSessionId sessionId, in doRegisterSmartspaceUpdates()
193 private void doUnregisterSmartspaceUpdates(@NonNull SmartspaceSessionId sessionId, in doUnregisterSmartspaceUpdates()
208 private void doRequestPredictionUpdate(@NonNull SmartspaceSessionId sessionId) { in doRequestPredictionUpdate()
244 public abstract void onDestroySmartspaceSession(@NonNull SmartspaceSessionId sessionId); in onDestroySmartspaceSession()
246 private void doDestroy(@NonNull SmartspaceSessionId sessionId) { in doDestroy()
262 public final void updateSmartspaceTargets(@NonNull SmartspaceSessionId sessionId, in updateSmartspaceTargets()
[all …]
/frameworks/base/core/java/android/app/smartspace/
DISmartspaceManager.aidl31 void createSmartspaceSession(in SmartspaceConfig config, in SmartspaceSessionId sessionId, in createSmartspaceSession()
34 void notifySmartspaceEvent(in SmartspaceSessionId sessionId, in SmartspaceTargetEvent event); in notifySmartspaceEvent()
36 void requestSmartspaceUpdate(in SmartspaceSessionId sessionId); in requestSmartspaceUpdate()
38 void registerSmartspaceUpdates(in SmartspaceSessionId sessionId, in registerSmartspaceUpdates()
41 void unregisterSmartspaceUpdates(in SmartspaceSessionId sessionId, in unregisterSmartspaceUpdates()
44 void destroySmartspaceSession(in SmartspaceSessionId sessionId); in destroySmartspaceSession()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDesktopModeEventLoggerTest.kt91 val sessionId = desktopModeEventLogger.currentSessionId.get() in logSessionEnter_logsEnterReasonWithNewSessionId() constant
114 val sessionId = desktopModeEventLogger.currentSessionId.get() in logSessionEnter_ongoingSession_logsEnterReasonWithNewSessionId() constant
143 val sessionId = startDesktopModeSession() in logSessionExit_logsExitReasonAndClearsSessionId() constant
174 val sessionId = startDesktopModeSession() in logTaskAdded_logsTaskUpdate() constant
221 val sessionId = startDesktopModeSession() in logTaskRemoved_taskUpdate() constant
268 val sessionId = startDesktopModeSession() in logTaskInfoChanged_taskUpdate() constant
310 val sessionId = startDesktopModeSession() in logTaskInfoChanged_logsTaskUpdateWithMinimizeReason() constant
354 val sessionId = startDesktopModeSession() in logTaskInfoChanged_logsTaskUpdateWithUnminimizeReason() constant
398 val sessionId = startDesktopModeSession() in logTaskInfoChanged_logsTaskUpdateWithFocusReason() constant
455 val sessionId = startDesktopModeSession() in logTaskResizingStarted_logsTaskSizeUpdatedWithStartResizingStage() constant
[all …]
/frameworks/base/core/java/android/service/search/
DISearchUiService.aidl34 void onCreateSearchSession(in SearchContext context, in SearchSessionId sessionId); in onCreateSearchSession()
36 void onQuery(in SearchSessionId sessionId, in Query input, in ISearchCallback callback); in onQuery()
38 void onNotifyEvent(in SearchSessionId sessionId, in Query input, in SearchTargetEvent event); in onNotifyEvent()
40 …void onRegisterEmptyQueryResultUpdateCallback (in SearchSessionId sessionId, in ISearchCallback ca… in onRegisterEmptyQueryResultUpdateCallback()
42 …void onUnregisterEmptyQueryResultUpdateCallback(in SearchSessionId sessionId, in ISearchCallback c… in onUnregisterEmptyQueryResultUpdateCallback()
44 void onDestroy(in SearchSessionId sessionId); in onDestroy()
DSearchUiService.java158 @NonNull SearchSessionId sessionId) { in onCreateSearchSession()
165 @NonNull SearchSessionId sessionId) { in onSearchSessionCreated()
173 public abstract void onQuery(@NonNull SearchSessionId sessionId, in onQuery()
184 public abstract void onNotifyEvent(@NonNull SearchSessionId sessionId, in onNotifyEvent()
188 private void doRegisterEmptyQueryResultUpdateCallback(@NonNull SearchSessionId sessionId, in doRegisterEmptyQueryResultUpdateCallback()
217 private void doUnregisterEmptyQueryResultUpdateCallback(@NonNull SearchSessionId sessionId, in doUnregisterEmptyQueryResultUpdateCallback()
262 private void doDestroy(@NonNull SearchSessionId sessionId) { in doDestroy()
271 public abstract void onDestroy(@NonNull SearchSessionId sessionId); in onDestroy()
278 public final void updateEmptyQueryResult(@NonNull SearchSessionId sessionId, in updateEmptyQueryResult()
/frameworks/base/services/core/java/com/android/server/location/contexthub/
DContextHubHalEndpointCallback.java45 int sessionId, in onEndpointSessionOpenRequest()
51 void onCloseEndpointSession(int sessionId, byte reason); in onCloseEndpointSession()
54 void onEndpointSessionOpenComplete(int sessionId); in onEndpointSessionOpenComplete()
57 void onMessageReceived(int sessionId, HubMessage message); in onMessageReceived()
60 void onMessageDeliveryStatusReceived(int sessionId, int sequenceNumber, byte errorCode); in onMessageDeliveryStatusReceived()
95 int sessionId, EndpointId destination, EndpointId initiator, String serviceDescriptor) in onEndpointSessionOpenRequest()
106 public void onCloseEndpointSession(int sessionId, byte reason) throws RemoteException { in onCloseEndpointSession()
111 public void onEndpointSessionOpenComplete(int sessionId) throws RemoteException { in onEndpointSessionOpenComplete()
116 public void onMessageReceived(int sessionId, Message message) throws RemoteException { in onMessageReceived()
123 int sessionId, MessageDeliveryStatus messageDeliveryStatus) throws RemoteException { in onMessageDeliveryStatusReceived()
/frameworks/base/core/java/android/app/search/
DISearchUiManager.aidl32 void createSearchSession(in SearchContext context, in SearchSessionId sessionId, in createSearchSession()
35 void query(in SearchSessionId sessionId, in Query input, in ISearchCallback callback); in query()
37 void notifyEvent(in SearchSessionId sessionId, in Query input, in SearchTargetEvent event); in notifyEvent()
39 …void registerEmptyQueryResultUpdateCallback(in SearchSessionId sessionId, in ISearchCallback callb… in registerEmptyQueryResultUpdateCallback()
41 …void unregisterEmptyQueryResultUpdateCallback(in SearchSessionId sessionId, in ISearchCallback cal… in unregisterEmptyQueryResultUpdateCallback()
43 void destroySearchSession(in SearchSessionId sessionId); in destroySearchSession()
/frameworks/base/core/java/android/content/pm/
DIPackageInstallerCallback.aidl22 void onSessionCreated(int sessionId); in onSessionCreated()
24 void onSessionBadgingChanged(int sessionId); in onSessionBadgingChanged()
26 void onSessionActiveChanged(int sessionId, boolean active); in onSessionActiveChanged()
28 void onSessionProgressChanged(int sessionId, float progress); in onSessionProgressChanged()
30 void onSessionFinished(int sessionId, boolean success); in onSessionFinished()
/frameworks/base/media/java/android/media/metrics/
DIMediaMetricsManager.aidl32 void reportPlaybackMetrics(in String sessionId, in PlaybackMetrics metrics, int userId); in reportPlaybackMetrics()
36 void reportNetworkEvent(in String sessionId, in NetworkEvent event, int userId); in reportNetworkEvent()
37 void reportPlaybackErrorEvent(in String sessionId, in PlaybackErrorEvent event, int userId); in reportPlaybackErrorEvent()
38 void reportPlaybackStateEvent(in String sessionId, in PlaybackStateEvent event, int userId); in reportPlaybackStateEvent()
39 void reportTrackChangeEvent(in String sessionId, in TrackChangeEvent event, int userId); in reportTrackChangeEvent()
41 void reportEditingEndedEvent(in String sessionId, in EditingEndedEvent event, int userId); in reportEditingEndedEvent()
46 void reportBundleMetrics(in String sessionId, in PersistableBundle metrics, int userId); in reportBundleMetrics()
48 void releaseSessionId(in String sessionId, int userId); in releaseSessionId()
DMediaMetricsManager.java49 public void reportPlaybackMetrics(@NonNull String sessionId, PlaybackMetrics metrics) { in reportPlaybackMetrics()
60 public void reportBundleMetrics(@NonNull String sessionId, PersistableBundle metrics) { in reportBundleMetrics()
71 public void reportNetworkEvent(@NonNull String sessionId, NetworkEvent event) { in reportNetworkEvent()
83 public void reportPlaybackStateEvent(@NonNull String sessionId, PlaybackStateEvent event) { in reportPlaybackStateEvent()
95 public void reportTrackChangeEvent(@NonNull String sessionId, TrackChangeEvent event) { in reportTrackChangeEvent()
177 public void releaseSessionId(@NonNull String sessionId) { in releaseSessionId()
189 public void reportPlaybackErrorEvent(@NonNull String sessionId, PlaybackErrorEvent event) { in reportPlaybackErrorEvent()
202 public void reportEditingEndedEvent( in reportEditingEndedEvent()
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DAppPredictionManagerService.java114 @NonNull AppPredictionSessionId sessionId, @NonNull IBinder token) { in createPredictionSession()
120 public void notifyAppTargetEvent(@NonNull AppPredictionSessionId sessionId, in notifyAppTargetEvent()
127 public void notifyLaunchLocationShown(@NonNull AppPredictionSessionId sessionId, in notifyLaunchLocationShown()
134 public void sortAppTargets(@NonNull AppPredictionSessionId sessionId, in sortAppTargets()
142 public void registerPredictionUpdates(@NonNull AppPredictionSessionId sessionId, in registerPredictionUpdates()
148 public void unregisterPredictionUpdates(@NonNull AppPredictionSessionId sessionId, in unregisterPredictionUpdates()
155 public void requestPredictionUpdate(@NonNull AppPredictionSessionId sessionId) { in requestPredictionUpdate()
161 public void onDestroyPredictionSession(@NonNull AppPredictionSessionId sessionId) { in onDestroyPredictionSession()
167 public void requestServiceFeatures(@NonNull AppPredictionSessionId sessionId, in requestServiceFeatures()
182 @NonNull final AppPredictionSessionId sessionId, in runForUserLocked()
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DDrmPlugin.h65 virtual status_t removeKeys(const Vector<uint8_t>& sessionId) { in removeKeys()
74 const Vector<uint8_t>& sessionId, in restoreKeys()
151 virtual status_t getSecurityLevel(Vector<uint8_t> const &sessionId, in getSecurityLevel()
158 virtual status_t setSecurityLevel(Vector<uint8_t> const &sessionId, in setSecurityLevel()
178 const Vector<uint8_t>& sessionId, const String8& algorithm) { in setCipherAlgorithm()
186 const Vector<uint8_t>& sessionId, const String8& algorithm) { in setMacAlgorithm()
194 const Vector<uint8_t>& sessionId, in encrypt()
208 const Vector<uint8_t>& sessionId, in decrypt()
222 const Vector<uint8_t>& sessionId, in sign()
235 const Vector<uint8_t>& sessionId, in verify()
[all …]
/frameworks/base/core/java/android/view/contentcapture/
DChildContentCaptureSession.java104 void internalNotifyContextUpdated(int sessionId, @Nullable ContentCaptureContext context) { in internalNotifyContextUpdated()
109 void internalNotifyViewAppeared(int sessionId, @NonNull ViewStructureImpl node) { in internalNotifyViewAppeared()
114 void internalNotifyViewDisappeared(int sessionId, @NonNull AutofillId id) { in internalNotifyViewDisappeared()
120 int sessionId, @NonNull AutofillId id, @Nullable CharSequence text) { in internalNotifyViewTextChanged()
125 void internalNotifyViewInsetsChanged(int sessionId, @NonNull Insets viewInsets) { in internalNotifyViewInsetsChanged()
130 public void internalNotifyViewTreeEvent(int sessionId, boolean started) { in internalNotifyViewTreeEvent()
145 void internalNotifySessionFlushEvent(int sessionId) { in internalNotifySessionFlushEvent()
155 public void notifyWindowBoundsChanged(int sessionId, @NonNull Rect bounds) { in notifyWindowBoundsChanged()
/frameworks/base/core/java/android/hardware/contexthub/
DIContextHubEndpointCallback.aidl34 …void onSessionOpenRequest(int sessionId, in HubEndpointInfo initiator, in @nullable String service… in onSessionOpenRequest()
42 void onSessionClosed(int sessionId, int reason); in onSessionClosed()
51 void onSessionOpenComplete(int sessionId); in onSessionOpenComplete()
60 void onMessageReceived(int sessionId, in HubMessage message); in onMessageReceived()
/frameworks/av/drm/libmediadrm/
DDrmHal.cpp63 DrmStatus DrmHal::openSession(DrmPlugin::SecurityLevel securityLevel, Vector<uint8_t>& sessionId) { in openSession()
68 DrmStatus DrmHal::closeSession(Vector<uint8_t> const& sessionId) { in closeSession()
73 DrmStatus DrmHal::getKeyRequest(Vector<uint8_t> const& sessionId, Vector<uint8_t> const& initData, in getKeyRequest()
85 DrmStatus DrmHal::provideKeyResponse(Vector<uint8_t> const& sessionId, in provideKeyResponse()
97 DrmStatus DrmHal::restoreKeys(Vector<uint8_t> const& sessionId, Vector<uint8_t> const& keySetId) { in restoreKeys()
102 DrmStatus DrmHal::queryKeyStatus(Vector<uint8_t> const& sessionId, in queryKeyStatus()
165 DrmStatus DrmHal::getSecurityLevel(Vector<uint8_t> const& sessionId, in getSecurityLevel()
213 DrmStatus DrmHal::setCipherAlgorithm(Vector<uint8_t> const& sessionId, String8 const& algorithm) { in setCipherAlgorithm()
219 DrmStatus DrmHal::setMacAlgorithm(Vector<uint8_t> const& sessionId, String8 const& algorithm) { in setMacAlgorithm()
224 DrmStatus DrmHal::encrypt(Vector<uint8_t> const& sessionId, Vector<uint8_t> const& keyId, in encrypt()
[all …]

12345678910>>...17