Home
last modified time | relevance | path

Searched refs:finish (Results 1 – 25 of 49) sorted by relevance

12

/hardware/interfaces/tests/multithread/1.0/
DIMultithread.hal22 * Makes calls finish only when specific number of them are running in parallel
30 * @param numThreads number of calls in parallel to finish
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleObjectPool_test.cpp113 auto finish = elapsedRealtimeNano(); in TEST_F() local
120 auto elapsedMs = (finish - start) / 1000000; in TEST_F()
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
DKeymaster4.h134 Return<void> finish(uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams, in finish() function
138 return dev_->finish(operationHandle, inParams, input, signature, authToken, in finish()
DKeymaster3.h111 Return<void> finish(uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams,
/hardware/interfaces/keymaster/3.0/
DIKeymasterDevice.hal239 * update(), finish() or abort().
241 * It is critical that each call to begin() be paired with a subsequent call to finish() or
245 * for operations. Any result other than ErrorCode::OK from begin(), update() or finish()
272 * finish() or abort().
301 * update() or finish().
317 * invalid when finish() returns.
323 * begin(). finish() must consume all provided data or return
331 * @return outParams Any output parameters generated by finish().
335 finish(OperationHandle operationHandle, vec<KeyParameter> inParams, vec<uint8_t> input,
/hardware/intel/common/libwsbm/src/
Dwsbm_fencemgr.h143 int (*finish) (struct _WsbmFenceMgr * mgr, void *private, member
Dwsbm_fencemgr.c232 ret = mgr->info.finish(mgr, fence->private, fence_type, lazy_hint); in wsbmFenceFinish()
332 int ret = mgr->info.finish(mgr, private, fence_type, 0); in wsbmFenceCreateSig()
431 info.finish = tFinish; in wsbmFenceMgrTTMInit()
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit.h239 int (*finish)(struct copybit_device_t *dev); member
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit.h284 int (*finish)(struct copybit_device_t *dev); member
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dcopybit.h284 int (*finish)(struct copybit_device_t *dev); member
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit.h267 int (*finish)(struct copybit_device_t *dev); member
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit.h267 int (*finish)(struct copybit_device_t *dev); member
/hardware/qcom/display/msm8998/libcopybit/
Dcopybit.h284 int (*finish)(struct copybit_device_t *dev); member
/hardware/qcom/display/msm8996/libcopybit/
Dcopybit.h284 int (*finish)(struct copybit_device_t *dev); member
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit.h270 int (*finish)(struct copybit_device_t *dev); member
/hardware/libhardware/include/hardware/
Dkeymaster2.h405 keymaster_error_t (*finish)(const struct keymaster2_device* dev, member
Dkeymaster1.h521 keymaster_error_t (*finish)(const struct keymaster1_device* dev, member
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal345 * finish().
875 * to update(), finish() or abort().
877 * It is critical that each call to begin() be paired with a subsequent call to finish() or
882 * or finish() implicitly aborts the operation, in which case abort() need not be called (and
929 * requirement must be enforced by update() and finish()). If the key has both, then this
1077 * finish() or abort().
1098 * return no data until finish. It is recommended to return data as early as possible, rather
1103 * finish, or abort, must return ErrorCode::INVALID_OPERATION_HANDLE.
1130 * The caller must provide the auth token on every call to update() and finish().
1161 * For GCM encryption, the AEAD tag must be appended to the ciphertext by finish(). During
[all …]
Dtypes.hal136 * decrypted is not a multiple of the AES block size in length, the call to finish() must fail
298 * during the finish() or abort() call. Any call to begin() that is received before the timer
344 * update(), or finish(). If a key with Tag::USER_SECURE_ID is used without a HardwareAuthToken
358 * update() and finish() must receive a HardwareAuthToken with Tag::USER_SECURE_ID value in
453 * begin() and the first call to update() or finish(). If the first update() or the finish()
456 * update() or finish() call until proof of presence has been provided, which means the caller
474 * CONFIRMATION_TOKEN provided to finish() or if the data provided to update()/finish() does not
1188 * begin(), update(), and finish() to prove that authentication occurred. See those methods for
1244 * IKeymasterDevice::update and IKeymasterDevice::finish doc comments, an empty mac indicates
/hardware/qcom/media/msm8974/mm-core/src/common/
Dqc_omx_core.c213 goto finish; in is_cmp_handle_exists()
217 finish: in is_cmp_handle_exists()
/hardware/google/av/media/codecs/base/include/
DSimpleC2Component.h123 void finish(uint64_t frameIndex, std::function<void(const std::unique_ptr<C2Work> &)> fillWork);
/hardware/qcom/media/msm8998/mm-core/src/common/
Dqc_omx_core.c217 goto finish; in is_cmp_handle_exists()
221 finish: in is_cmp_handle_exists()
/hardware/qcom/media/msm8996/mm-core/src/common/
Dqc_omx_core.c217 goto finish; in is_cmp_handle_exists()
221 finish: in is_cmp_handle_exists()
/hardware/interfaces/wifi/1.2/
Dtypes.hal81 * data-path finish: on success or failure.
/hardware/google/av/media/codecs/aac/
DC2SoftAacDec.cpp426 finish(outInfo.frameIndex, fillWork); in drainRingBuffer()
733 finish(mBuffersInfo.front().frameIndex, fillEmptyWork); in drainInternal()

12