/hardware/interfaces/tests/multithread/1.0/ |
D | IMultithread.hal | 22 * 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/ |
D | VehicleObjectPool_test.cpp | 113 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/ |
D | Keymaster4.h | 134 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()
|
D | Keymaster3.h | 111 Return<void> finish(uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams,
|
/hardware/interfaces/keymaster/3.0/ |
D | IKeymasterDevice.hal | 239 * 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/ |
D | wsbm_fencemgr.h | 143 int (*finish) (struct _WsbmFenceMgr * mgr, void *private, member
|
D | wsbm_fencemgr.c | 232 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/ |
D | copybit.h | 239 int (*finish)(struct copybit_device_t *dev); member
|
/hardware/qcom/display/msm8909/libcopybit/ |
D | copybit.h | 284 int (*finish)(struct copybit_device_t *dev); member
|
/hardware/qcom/display/msm8909w_3100/libcopybit/ |
D | copybit.h | 284 int (*finish)(struct copybit_device_t *dev); member
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | copybit.h | 267 int (*finish)(struct copybit_device_t *dev); member
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | copybit.h | 267 int (*finish)(struct copybit_device_t *dev); member
|
/hardware/qcom/display/msm8998/libcopybit/ |
D | copybit.h | 284 int (*finish)(struct copybit_device_t *dev); member
|
/hardware/qcom/display/msm8996/libcopybit/ |
D | copybit.h | 284 int (*finish)(struct copybit_device_t *dev); member
|
/hardware/qcom/display/msm8994/libcopybit/ |
D | copybit.h | 270 int (*finish)(struct copybit_device_t *dev); member
|
/hardware/libhardware/include/hardware/ |
D | keymaster2.h | 405 keymaster_error_t (*finish)(const struct keymaster2_device* dev, member
|
D | keymaster1.h | 521 keymaster_error_t (*finish)(const struct keymaster1_device* dev, member
|
/hardware/interfaces/keymaster/4.0/ |
D | IKeymasterDevice.hal | 345 * 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 …]
|
D | types.hal | 136 * 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/ |
D | qc_omx_core.c | 213 goto finish; in is_cmp_handle_exists() 217 finish: in is_cmp_handle_exists()
|
/hardware/google/av/media/codecs/base/include/ |
D | SimpleC2Component.h | 123 void finish(uint64_t frameIndex, std::function<void(const std::unique_ptr<C2Work> &)> fillWork);
|
/hardware/qcom/media/msm8998/mm-core/src/common/ |
D | qc_omx_core.c | 217 goto finish; in is_cmp_handle_exists() 221 finish: in is_cmp_handle_exists()
|
/hardware/qcom/media/msm8996/mm-core/src/common/ |
D | qc_omx_core.c | 217 goto finish; in is_cmp_handle_exists() 221 finish: in is_cmp_handle_exists()
|
/hardware/interfaces/wifi/1.2/ |
D | types.hal | 81 * data-path finish: on success or failure.
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacDec.cpp | 426 finish(outInfo.frameIndex, fillWork); in drainRingBuffer() 733 finish(mBuffersInfo.front().frameIndex, fillEmptyWork); in drainInternal()
|