Searched refs:finish (Results 1 - 21 of 21) sorted by relevance

/system/extras/memory_replay/tests/
H A DThreadTest.cpp39 volatile bool* finish = thread_data->second; local
42 *finish = true;
49 volatile bool finish = false; local
50 thread_data_t thread_data = std::make_pair(&thread, &finish);
57 ASSERT_FALSE(finish);
59 ASSERT_FALSE(finish);
63 ASSERT_TRUE(finish);
69 volatile bool* finish = thread_data->second; local
72 *finish = true;
79 volatile bool finish local
[all...]
/system/vold/
H A DKeymaster.cpp43 virtual keymaster_error_t finish(keymaster_operation_handle_t operation_handle,
91 keymaster_error_t finish(keymaster_operation_handle_t operation_handle,
96 return mDevice->finish(mDevice, operation_handle, in_params, signature, out_params, output);
104 keymaster_error_t finish(keymaster_operation_handle_t operation_handle,
109 return mDevice->finish(mDevice, operation_handle, in_params, nullptr, signature, out_params,
145 bool KeymasterOperation::finish() { function in class:android::vold::KeymasterOperation
146 auto error = mDevice->finish(mOpHandle, nullptr, nullptr, nullptr, nullptr);
149 LOG(ERROR) << "finish failed, code " << error;
157 auto error = mDevice->finish(mOpHandle, nullptr, nullptr, nullptr, &outputBlob);
160 LOG(ERROR) << "finish faile
[all...]
H A DKeymaster.h47 // false on finish or if an update fails.
53 bool finish();
H A DKeyStorage.cpp173 if (!opHandle.finish()) return false;
H A Dcryptfs.c396 error = keymaster1_dev->finish(keymaster1_dev, op_handle, NULL /* in_params */,
/system/sepolicy/tools/fc_sort/
H A Dfc_sort.c317 size_t start, finish, regex_len, context_len; local
386 finish = i;
389 regex_len = finish - start;
460 finish = i;
462 context_len = finish - start;
/system/connectivity/shill/test-scripts/
H A Dstability27 def fxrange(start, finish, increment=1.0):
29 steps = int(math.ceil(float(finish - start) / increment))
/system/core/libpixelflinger/
H A Dfixed.cpp221 goto finish;
230 finish: ;
239 goto finish;
H A Dscanline.cpp1955 // finish off the scanline...
2054 goto finish;
2068 finish:
/system/keymaster/include/keymaster/
H A Dsoft_keymaster_device.h172 static keymaster_error_t finish(const keymaster1_device_t* dev, //
229 static keymaster_error_t finish(const keymaster2_device_t* dev, //
/system/keymaster/
H A Dkeymaster1_engine.cpp284 return device()->finish(device(), key_data->op_handle, &key_data->finish_params,
393 method.finish = nullptr;
418 method.finish = nullptr;
H A Dkeymaster0_engine.cpp55 rsa_method_.finish = nullptr;
79 ecdsa_method_.finish = nullptr;
H A Dsoft_keymaster_device.cpp266 km1_device_.finish = finish;
291 km2_device_.finish = finish;
1334 keymaster_error_t SoftKeymasterDevice::finish(const keymaster1_device_t* dev, function in class:keymaster::SoftKeymasterDevice
1345 return km1_dev->finish(km1_dev, operation_handle, params, signature, out_params, output);
1390 keymaster_error_t SoftKeymasterDevice::finish(const keymaster2_device_t* dev, function in class:keymaster::SoftKeymasterDevice
1407 return finish(&sk_dev->km1_device_, operation_handle, params, signature, out_params, output);
H A Dandroid_keymaster_test_utils.cpp310 keymaster_error_t error = device()->finish(device(), op_handle_, &additional_params,
704 device_.finish = finish;
875 static keymaster_error_t finish(const struct keymaster1_device* dev, // function in class:keymaster::test::Sha256OnlyWrapper
881 return unwrap(dev)->finish(unwrap(dev), operation_handle, in_params, signature, out_params,
/system/core/libpixelflinger/arch-mips64/
H A Dt32cb16blend.S68 sll $t8, $t8, \shift+5 # finish green insertion dst[\shift:10..5]
/system/security/keystore/
H A Dkey_store_service.h110 void finish(const sp<IBinder>& token, const KeymasterArguments& params,
H A Dkey_store_service.cpp1094 void KeyStoreService::finish(const sp<IBinder>& token, const KeymasterArguments& params, function in class:android::KeyStoreService
1148 dev->finish(dev, handle, &inParams, &input /* TODO(swillden): wire up input to finish() */,
1612 finish(token, inArgs, signature, signatureLength, NULL, 0, &result);
1614 ALOGW("Error in finish: %d", result.resultCode);
H A Dkeystore_client_impl.cpp330 keystore_->finish(active_operations_[handle], input_arguments,
H A DIKeystoreService.cpp1198 virtual void finish(const sp<IBinder>& token, const KeymasterArguments& params, function in class:android::BpKeystoreService
1215 ALOGD("finish() could not contact remote: %d\n", status);
1221 ALOGD("finish() caught exception %d\n", err);
1812 finish(token, args, signature, signatureLength, entropy, entropyLength, &result);
/system/bt/audio_a2dp_hw/
H A Daudio_a2dp_hw.c597 goto finish;
606 goto finish;
612 goto finish;
628 goto finish;
631 finish: ;
/system/security/keystore/include/keystore/
H A DIKeystoreService.h55 // struct for serializing the results of begin/update/finish
234 virtual void finish(const sp<IBinder>& token, const KeymasterArguments& params,

Completed in 1949 milliseconds