Searched refs:onFinished (Results 1 – 11 of 11) sorted by relevance
/system/security/keystore/include/keystore/ |
D | keystore_promises.h | 33 ::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/ |
D | IKeystoreResponseCallback.aidl | 25 void onFinished(in KeystoreResponse response); in onFinished() method
|
D | IKeystoreExportKeyCallback.aidl | 26 void onFinished(in ExportResult result); in onFinished() method
|
D | IKeystoreOperationResultCallback.aidl | 26 void onFinished(in OperationResult result); in onFinished() method
|
D | IKeystoreCertificateChainCallback.aidl | 26 void onFinished(in KeystoreResponse response, in KeymasterCertificateChain chain); in onFinished() method
|
D | IKeystoreKeyCharacteristicsCallback.aidl | 26 void onFinished(in KeystoreResponse response, in KeyCharacteristics charactersistics); in onFinished() method
|
/system/vold/binder/android/os/ |
D | IVoldTaskListener.aidl | 24 void onFinished(int status, in PersistableBundle extras); in onFinished() method
|
/system/security/keystore/ |
D | key_store_service.cpp | 642 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/ |
D | IdleMaint.cpp | 195 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()
|
D | Benchmark.cpp | 191 listener->onFinished(res, extras); in Benchmark()
|
D | MoveStorage.cpp | 266 listener->onFinished(res, extras); in MoveStorage()
|