Searched defs:abort (Results 1 - 9 of 9) sorted by relevance

/system/chre/apps/chqts/src/shared/
H A Dabort.cc17 #include <shared/abort.h>
25 void abort(AbortBlame reason) { function in namespace:nanoapp_testing
/system/core/trusty/keymaster/
H A Dtrusty_keymaster_device.cpp113 device_.abort = abort;
631 keymaster_error_t TrustyKeymasterDevice::abort(keymaster_operation_handle_t operation_handle) { function in class:keymaster::TrustyKeymasterDevice
632 ALOGD("Device received abort");
753 keymaster_error_t TrustyKeymasterDevice::abort(const keymaster2_device_t* dev, function in class:keymaster::TrustyKeymasterDevice
755 return convert_device(dev)->abort(operation_handle);
/system/keymaster/ng/
H A DAndroidKeymaster3Device.cpp486 Return<ErrorCode> AndroidKeymaster3Device::abort(uint64_t operationHandle) { function in class:keymaster::ng::AndroidKeymaster3Device
H A DAndroidKeymaster4Device.cpp553 Return<ErrorCode> AndroidKeymaster4Device::abort(uint64_t operationHandle) { function in class:keymaster::V4_0::ng::AndroidKeymaster4Device
/system/security/keystore/
H A Dlegacy_keymaster_device_wrapper.cpp525 Return<ErrorCode> LegacyKeymasterDeviceWrapper::abort(uint64_t operationHandle) { function in class:android::keystore::LegacyKeymasterDeviceWrapper
526 return legacy_enum_conversion(keymaster_device_->abort(keymaster_device_, operationHandle));
H A Dkey_store_service.cpp146 abort(token, &unused_result);
1305 // If there are more than kMaxOperations, abort the oldest operation that was started as
1333 // If there are too many operations abort the oldest operation that was
1525 Status KeyStoreService::abort(const sp<IBinder>& token, int32_t* aidl_return) { function in class:KeyStoreService
1534 ErrorCode error_code = KS_HANDLE_HIDL_ERROR(op.device->abort(op.handle));
1886 // We mostly ignore errors from abort() because all we care about is whether at least
1889 abort(oldest, &abort_error);
1891 ALOGE("Failed to abort pruneable operation %p, error: %d", oldest.get(), abort_error);
/system/keymaster/contexts/
H A Dsoft_keymaster_device.cpp302 km1_device_.abort = abort;
328 km2_device_.abort = abort;
1498 km1_dev->abort(km1_dev, operation_handle);
1588 keymaster_error_t SoftKeymasterDevice::abort(const keymaster1_device_t* dev, function in class:keymaster::SoftKeymasterDevice
1595 return km1_dev->abort(km1_dev, operation_handle);
1606 keymaster_error_t SoftKeymasterDevice::abort(const keymaster2_device_t* dev, function in class:keymaster::SoftKeymasterDevice
1615 return abort(&sk_dev->km1_device_, operation_handle);
/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.cpp334 return device()->abort(device(), op_handle_);
730 device_.abort = abort;
910 static keymaster_error_t abort(const struct keymaster1_device* dev, function in class:keymaster::test::Sha256OnlyWrapper
912 return unwrap(dev)->abort(unwrap(dev), operation_handle);
/system/bt/stack/include/
H A Davrc_defs.h1307 tAVRC_NEXT_CMD abort; /* Abort */ member in union:__anon1082
1524 tAVRC_NEXT_RSP abort; /* Abort */ member in union:__anon1102

Completed in 3954 milliseconds