Home
last modified time | relevance | path

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

123

/hardware/interfaces/health/storage/1.0/
DIStorage.hal33 * specified timeout, the implementation must call IGarbageCollect.finish
36 * If garbage collection does not finish within the specified timeout,
38 * IGarbageCollect.finish.
/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/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/interfaces/keymaster/4.1/support/include/keymasterV4_1/
DKeymaster4.h140 Return<void> finish(uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams, in finish() function
144 return km4_0_dev_->finish(operationHandle, inParams, input, signature, authToken, in finish()
DKeymaster3.h107 Return<void> finish(uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams,
/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/msm8994/libcopybit/
Dcopybit.h270 int (*finish)(struct copybit_device_t *dev); member
/hardware/qcom/sm8150/display/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/msm8084/libcopybit/
Dcopybit.h267 int (*finish)(struct copybit_device_t *dev); member
/hardware/qcom/sdm845/display/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/msm8226/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/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
1075 * finish() or abort().
1096 * return no data until finish. It is recommended to return data as early as possible, rather
1101 * finish, or abort, must return ErrorCode::INVALID_OPERATION_HANDLE.
1128 * The caller must provide the auth token on every call to update() and finish().
1159 * For GCM encryption, the AEAD tag must be appended to the ciphertext by finish(). During
[all …]
/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/interfaces/keymaster/4.1/support/
DKeymaster3.cpp264 Return<void> Keymaster3::finish(uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams, in finish() function in android::hardware::keymaster::V4_1::support::Keymaster3
274 auto rc = km3_dev_->finish(operationHandle, convertAndAddAuthToken(inParams, authToken), input, in finish()
/hardware/google/av/media/codecs/base/include/
DSimpleC2Component.h122 void finish(uint64_t frameIndex, std::function<void(const std::unique_ptr<C2Work> &)> fillWork);
/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/qcom/sm8150/media/mm-core/src/common/
Dqc_omx_core.c223 goto finish; in is_cmp_handle_exists()
227 finish: in is_cmp_handle_exists()
/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()

123