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

/system/core/libpixelflinger/
H A Dfixed.cpp221 goto finish;
230 finish: ;
239 goto finish;
H A Dscanline.cpp1948 // finish off the scanline...
2047 goto finish;
2061 finish:
/system/core/adb/
H A Dfile_sync_client.cpp913 goto finish;
920 goto finish;
925 goto finish;
932 goto finish;
941 goto finish;
946 goto finish;
959 finish:
/system/keymaster/
H A Dkeymaster0_engine.cpp50 .finish = nullptr,
79 .finish = nullptr,
H A Dsoft_keymaster_device.cpp129 device_.finish = finish;
408 LOG_E("sign_data finish operation failed with error: %d", finish_response.error);
460 LOG_E("verify_data finish operation failed with error: %d", finish_response.error);
898 keymaster_error_t SoftKeymasterDevice::finish(const keymaster1_device_t* dev, function in class:keymaster::SoftKeymasterDevice
H A Dandroid_keymaster_test_utils.cpp288 device()->finish(device(), op_handle_, &additional_params, &sig, &out_params, &out_tmp);
/system/core/libpixelflinger/arch-mips/
H A Dt32cb16blend.S69 ins \fb,$t8,\shift+5,6 # finish green insertion dst[\shift:10..5]
/system/keymaster/include/keymaster/
H A Dsoft_keymaster_device.h168 finish(const keymaster1_device_t* dev, keymaster_operation_handle_t operation_handle,
/system/security/keystore/include/keystore/
H A DIKeystoreService.h55 // struct for serializing the results of begin/update/finish
219 virtual void finish(const sp<IBinder>& token, const KeymasterArguments& params,
/system/security/keystore/
H A DIKeystoreService.cpp1131 virtual void finish(const sp<IBinder>& token, const KeymasterArguments& params, function in class:android::BpKeystoreService
1148 ALOGD("finish() could not contact remote: %d\n", status);
1154 ALOGD("finish() caught exception %d\n", err);
1694 finish(token, args, signature, signatureLength, entropy, entropyLength, &result);
H A Dkeystore.cpp2615 void finish(const sp<IBinder>& token, const KeymasterArguments& params, function in class:android::KeyStoreProxy
2666 err = dev->finish(dev, handle, &inParams, &input, &outParams, &output);
3105 finish(token, inArgs, signature, signatureLength, NULL, 0, &result);
3107 ALOGW("Error in finish: %d", result.resultCode);
/system/vold/
H A Dcryptfs.c379 error = keymaster1_dev->finish(keymaster1_dev, op_handle, NULL /* in_params */,

Completed in 427 milliseconds