Home
last modified time | relevance | path

Searched defs:resultCallback (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/base/telephony/java/android/telephony/satellite/stub/
DISatellite.aidl67 in IIntegerConsumer resultCallback); in requestSatelliteListeningEnabled()
98 in IIntegerConsumer resultCallback); in requestSatelliteEnabled()
118 … void requestIsSatelliteEnabled(in IIntegerConsumer resultCallback, in IBooleanConsumer callback); in requestIsSatelliteEnabled()
138 void requestIsSatelliteSupported(in IIntegerConsumer resultCallback, in requestIsSatelliteSupported()
159 void requestSatelliteCapabilities(in IIntegerConsumer resultCallback, in requestSatelliteCapabilities()
179 void startSendingSatellitePointingInfo(in IIntegerConsumer resultCallback); in startSendingSatellitePointingInfo()
197 void stopSendingSatellitePointingInfo(in IIntegerConsumer resultCallback); in stopSendingSatellitePointingInfo()
223 in IIntegerConsumer resultCallback); in provisionSatelliteService()
246 void deprovisionSatelliteService(in String token, in IIntegerConsumer resultCallback); in deprovisionSatelliteService()
266 void requestIsSatelliteProvisioned(in IIntegerConsumer resultCallback, in requestIsSatelliteProvisioned()
[all …]
/frameworks/base/core/java/android/service/resumeonreboot/
DIResumeOnRebootService.aidl23 …id wrapSecret(in byte[] unwrappedBlob, in long lifeTimeInMillis, in RemoteCallback resultCallback); in wrapSecret()
24 oneway void unwrap(in byte[] wrappedBlob, in RemoteCallback resultCallback); in unwrap()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
DApduSender.java100 ApduSenderResultCallback resultCallback, in send()
173 ApduSenderResultCallback resultCallback, in sendCommand()
223 AsyncResultCallback<IccIoResult> resultCallback, in getCompleteResponse()
264 ApduSenderResultCallback resultCallback, in closeAndReturn()
/frameworks/base/core/java/android/security/attestationverification/
DIAttestationVerificationManagerService.aidl37 in AndroidFuture resultCallback); in verifyAttestation()
42 in AndroidFuture resultCallback); in verifyToken()
DAttestationVerificationManager.java113 AndroidFuture<IVerificationResult> resultCallback = new AndroidFuture<>(); in verifyAttestation() local
178 AndroidFuture<Integer> resultCallback = new AndroidFuture<>(); in verifyToken() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/async/
DAsyncMessageInvocation.java45 Request request, AsyncResultCallback<Response> resultCallback, Handler handler) { in invoke()
54 AsyncResultCallback<Response> resultCallback = in handleMessage() local
/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/
DCaptureProcessorImpl.java89 ProcessResultImpl resultCallback, Executor executor); in process()
115 ProcessResultImpl resultCallback, Executor executor); in processWithPostview()
DPreviewImageProcessorImpl.java62 void process(Image image, TotalCaptureResult result, ProcessResultImpl resultCallback, in process()
/frameworks/ex/camera2/extensions/sample/src/java/androidx/camera/extensions/impl/
DCaptureProcessorImpl.java89 ProcessResultImpl resultCallback, Executor executor); in process()
115 ProcessResultImpl resultCallback, Executor executor); in processWithPostview()
DPreviewImageProcessorImpl.java60 void process(Image image, TotalCaptureResult result, ProcessResultImpl resultCallback, in process()
DHdrPreviewExtenderImpl.java160 ProcessResultImpl resultCallback, Executor executor) { in process()
/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/
DCaptureProcessorImpl.java89 ProcessResultImpl resultCallback, Executor executor); in process()
115 ProcessResultImpl resultCallback, Executor executor); in processWithPostview()
DPreviewImageProcessorImpl.java62 void process(Image image, TotalCaptureResult result, ProcessResultImpl resultCallback, in process()
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/
DPreviewImageProcessorImpl.java62 void process(Image image, TotalCaptureResult result, ProcessResultImpl resultCallback, in process()
DCaptureProcessorImpl.java65 ProcessResultImpl resultCallback, Executor executor); in process()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java1668 PendingIntent resultCallback = PendingIntent.getBroadcast(mContext, 0, new Intent(), in callGetDownloadableSubscriptionMetadata() local
1690 PendingIntent resultCallback = PendingIntent.getBroadcast(mContext, 0, new Intent(), in callGetDefaultDownloadableSubscriptionList() local
1698 PendingIntent resultCallback = PendingIntent.getBroadcast(mContext, 0, new Intent(), in callDownloadSubscription() local
1726 PendingIntent resultCallback = PendingIntent.getBroadcast(mContext, 0, new Intent(), in callDeleteSubscription() local
1746 PendingIntent resultCallback = PendingIntent.getBroadcast(mContext, 0, new Intent(), in callSwitchToSubscription() local
1768 PendingIntent resultCallback = PendingIntent.getBroadcast(mContext, 0, new Intent(), in callUpdateSubscriptionNickname() local
1789 PendingIntent resultCallback = PendingIntent.getBroadcast(mContext, 0, new Intent(), in callEraseSubscriptions() local
1808 PendingIntent resultCallback = PendingIntent.getBroadcast(mContext, 0, new Intent(), in callEraseSubscriptionsWithOptions() local
1828 PendingIntent resultCallback = PendingIntent.getBroadcast(mContext, 0, new Intent(), in callRetainSubscriptionsForFactoryReset() local
/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/service/
DICaptureProcessorImpl.aidl29 void process(in List<CaptureBundle> capturelist, in IProcessResultImpl resultCallback); in process()
DIPreviewImageProcessorImpl.aidl31 in IProcessResultImpl resultCallback); in process()
/frameworks/base/core/java/android/hardware/camera2/extension/
DIPreviewImageProcessorImpl.aidl31 in IProcessResultImpl resultCallback); in process()
DICaptureProcessorImpl.aidl31 in IProcessResultImpl resultCallback, boolean isPostviewRequested); in process()
/frameworks/base/services/core/java/com/android/server/security/
DAttestationVerificationManagerService.java90 byte[] attestation, AndroidFuture<IVerificationResult> resultCallback) { in verifyAttestationForAllVerifiers()
/frameworks/base/services/core/java/com/android/server/locksettings/
DResumeOnRebootServiceProvider.java178 resultCallback = in wrapBlob() local
198 resultCallback = in unwrap() local
/frameworks/base/core/java/android/service/trust/
DITrustAgentServiceCallback.aidl29 CharSequence message, long durationMs, int flags, in AndroidFuture resultCallback); in grantTrust()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraExtensionForwardProcessor.java119 IProcessResultImpl resultCallback) throws RemoteException { in process()
/frameworks/ex/camera2/extensions/service_based_sample/extensions_service/src/com/android/oemextensions/
DPreviewExtenderImplStub.java134 IProcessResultImpl resultCallback) { in process()

12