Home
last modified time | relevance | path

Searched refs:onFinished (Results 1 – 11 of 11) sorted by relevance

/system/security/keystore/include/keystore/
Dkeystore_promises.h33 ::android::binder::Status onFinished(const Result& result) override { in onFinished() function
43 ::android::binder::Status onFinished(const Results&... results) override { in onFinished() function
/system/security/keystore/binder/android/security/keystore/
DIKeystoreResponseCallback.aidl25 void onFinished(in KeystoreResponse response); in onFinished() method
DIKeystoreExportKeyCallback.aidl26 void onFinished(in ExportResult result); in onFinished() method
DIKeystoreOperationResultCallback.aidl26 void onFinished(in OperationResult result); in onFinished() method
DIKeystoreCertificateChainCallback.aidl26 void onFinished(in KeystoreResponse response, in KeymasterCertificateChain chain); in onFinished() method
DIKeystoreKeyCharacteristicsCallback.aidl26 void onFinished(in KeystoreResponse response, in KeyCharacteristics charactersistics); in onFinished() method
/system/vold/binder/android/os/
DIVoldTaskListener.aidl24 void onFinished(int status, in PersistableBundle extras); in onFinished() method
/system/security/keystore/
Dkey_store_service.cpp642 cb->onFinished(KeyStoreServiceReturnCode(KS_HANDLE_HIDL_ERROR(device, rc))); in addRngEntropy()
702 cb->onFinished(rc, in generateKey()
750 cb->onFinished(rc, in getKeyCharacteristics()
805 cb->onFinished(rc, in importKey()
844 [cb](ExportResult exportResult) { cb->onFinished(exportResult); }); in exportKey()
893 cb->onFinished(result_); in begin()
917 cb->onFinished(result_); in update()
943 cb->onFinished(result_); in finish()
958 dev->abort(token, [cb](KeyStoreServiceReturnCode rc) { cb->onFinished(rc); }); in abort()
1050 cb->onFinished(KeyStoreServiceReturnCode(ResponseCode::SYSTEM_ERROR), {}); in attestKey()
[all …]
/system/vold/
DIdleMaint.cpp195 listener->onFinished(0, extras); in Trim()
364 listener->onFinished(0, extras); in RunIdleMaint()
398 listener->onFinished(0, extras); in RunIdleMaint()
424 listener->onFinished(0, extras); in AbortIdleMaint()
DBenchmark.cpp191 listener->onFinished(res, extras); in Benchmark()
DMoveStorage.cpp266 listener->onFinished(res, extras); in MoveStorage()