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

/system/weaved/buffet/
H A Dbinder_command_proxy.cc138 android::binder::Status BinderCommandProxy::abort( function in class:buffet::BinderCommandProxy
/system/keymaster/
H A Dandroid_keymaster_test_utils.cpp328 return device()->abort(device(), op_handle_);
705 device_.abort = abort;
885 static keymaster_error_t abort(const struct keymaster1_device* dev, function in class:keymaster::test::Sha256OnlyWrapper
887 return unwrap(dev)->abort(unwrap(dev), operation_handle);
H A Dsoft_keymaster_device.cpp267 km1_device_.abort = abort;
292 km2_device_.abort = abort;
1411 keymaster_error_t SoftKeymasterDevice::abort(const keymaster1_device_t* dev, function in class:keymaster::SoftKeymasterDevice
1418 return km1_dev->abort(km1_dev, operation_handle);
1429 keymaster_error_t SoftKeymasterDevice::abort(const keymaster2_device_t* dev, function in class:keymaster::SoftKeymasterDevice
1438 return abort(&sk_dev->km1_device_, operation_handle);
/system/security/keystore/
H A DIKeystoreService.cpp1230 virtual int32_t abort(const sp<IBinder>& token) function in class:android::BpKeystoreService
1237 ALOGD("abort() could not contact remote: %d\n", status);
1243 ALOGD("abort() caught exception %d\n", err);
1804 int32_t result = abort(token);
H A Dkey_store_service.cpp54 abort(token);
912 // If there are more than MAX_OPERATIONS, abort the oldest operation that was started as
926 // If there are too many operations abort the oldest operation that was
1077 int32_t KeyStoreService::abort(const sp<IBinder>& token) { function in class:android::KeyStoreService
1087 if (!dev->abort) {
1090 rc = dev->abort(dev, handle);
1171 // We mostly ignore errors from abort() because all we care about is whether at least
1173 int abort_error = abort(oldest);
1175 ALOGE("Failed to abort pruneable operation %p, error: %d", oldest.get(), abort_error);
/system/bt/stack/include/
H A Davrc_defs.h1188 tAVRC_NEXT_CMD abort; /* Abort */ member in union:__anon989
1401 tAVRC_RSP abort; /* Abort */ member in union:__anon1008

Completed in 202 milliseconds