/hardware/interfaces/health/storage/1.0/ |
D | IStorage.hal | 33 * 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/ |
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/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/interfaces/keymaster/4.1/support/include/keymasterV4_1/ |
D | Keymaster4.h | 140 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()
|
D | Keymaster3.h | 107 Return<void> finish(uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams,
|
/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/msm8994/libcopybit/ |
D | copybit.h | 270 int (*finish)(struct copybit_device_t *dev); member
|
/hardware/qcom/sm8150/display/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/msm8084/libcopybit/ |
D | copybit.h | 267 int (*finish)(struct copybit_device_t *dev); member
|
/hardware/qcom/sdm845/display/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/msm8226/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/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 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/ |
D | qc_omx_core.c | 213 goto finish; in is_cmp_handle_exists() 217 finish: in is_cmp_handle_exists()
|
/hardware/interfaces/keymaster/4.1/support/ |
D | Keymaster3.cpp | 264 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/ |
D | SimpleC2Component.h | 122 void finish(uint64_t frameIndex, std::function<void(const std::unique_ptr<C2Work> &)> fillWork);
|
/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/qcom/sm8150/media/mm-core/src/common/ |
D | qc_omx_core.c | 223 goto finish; in is_cmp_handle_exists() 227 finish: in is_cmp_handle_exists()
|
/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()
|