/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraDualFOVPP.cpp | 446 dualfov_input_params_t inParams; in process() local 452 inParams); in process() 453 dumpInputParams(inParams); in process() 457 inParams, in process() 609 QCameraStream* pAuxSnapshotStream, dualfov_input_params_t& inParams) in getInputParams() argument 612 memset(&inParams, 0, sizeof(dualfov_input_params_t)); in getInputParams() 619 inParams.wide.width = offset.mp[0].width; in getInputParams() 620 inParams.wide.height = offset.mp[0].height; in getInputParams() 621 inParams.wide.stride = offset.mp[0].stride; in getInputParams() 622 inParams.wide.scanline = offset.mp[0].scanline; in getInputParams() [all …]
|
D | QCameraDualFOVPP.h | 93 dualfov_input_params_t& inParams); 96 dualfov_input_params_t inParams, uint8_t* pOut);
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | Keymaster4.h | 122 const hidl_vec<KeyParameter>& inParams, const HardwareAuthToken& authToken, in begin() argument 124 return dev_->begin(purpose, key, inParams, authToken, _hidl_cb); in begin() 127 Return<void> update(uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams, in update() argument 130 return dev_->update(operationHandle, inParams, input, authToken, verificationToken, in update() 134 Return<void> finish(uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams, in finish() argument 138 return dev_->finish(operationHandle, inParams, input, signature, authToken, in finish()
|
D | Keymaster3.h | 106 const hidl_vec<KeyParameter>& inParams, const HardwareAuthToken& authToken, 108 Return<void> update(uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams, 111 Return<void> finish(uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams,
|
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | Configurable.h | 71 const hidl_vec<uint8_t>& inParams, 124 const hidl_vec<uint8_t>& inParams, in config() 127 return mIntf->config(inParams, mayBlock, _hidl_cb); in config()
|
/hardware/google/av/codec2/1.0/mts/component/ |
D | MtsHalC2V1_0TargetComponentTest.cpp | 175 const hidl_vec<uint8_t> inParams = inParamsQuery; in TEST_F() local 178 inParams, mayBlock, in TEST_F() 188 ASSERT_EQ(inParams.size(), outParamsQuery.size()); in TEST_F()
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | Configurable.cpp | 75 const hidl_vec<uint8_t>& inParams, in config() argument 79 hidl_vec<uint8_t> inParamsCopy = inParams; in config()
|
/hardware/interfaces/keymaster/3.0/ |
D | IKeymasterDevice.hal | 258 * @param inParams Additional parameters for the operation. This is typically used to provide 263 * inParams may contain a tag Tag::NONCE. 274 begin(KeyPurpose purpose, vec<uint8_t> key, vec<KeyParameter> inParams) 289 * @param inParams Additional parameters for the operation. For AEAD modes, this is used to 309 update(OperationHandle operationHandle, vec<KeyParameter> inParams, vec<uint8_t> input) 319 * @param inParams Additional parameters for the operation. For AEAD modes, this is used to 335 finish(OperationHandle operationHandle, vec<KeyParameter> inParams, vec<uint8_t> input,
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IConfigurable.hal | 78 * @param inParams Requested parameter updates. 94 Params inParams,
|
/hardware/interfaces/keymaster/4.0/ |
D | IKeymasterDevice.hal | 888 * inParams argument to this method. If not, begin() must return ErrorCode::INVALID_KEY_BLOB. 958 * All RSA key operations must specify exactly one padding mode in inParams. If unspecified or 963 * digest in inParams. If unspecified or specified more than once, begin() must return 1008 * EC key operations must specify exactly one padding mode in inParams. If unspecified or 1019 * (Tag::PADDING) in inParams. If either value is unspecified or specified more than once, 1025 * If the block mode is BlockMode::GCM, inParams must specify Tag::MAC_LENGTH, and the specified 1041 * Tag::NONCE in inParams. If a nonce is provided when Tag::CALLER_NONCE is not authorized, 1047 * HMAC key operations must specify Tag::MAC_LENGTH in inParams. The specified value must be a 1062 * @param inParams Additional parameters for the operation. If Tag::APPLICATION_ID or 1065 * a nonce or IV, on keys that were generated with Tag::CALLER_NONCE, inParams may [all …]
|
D | types.hal | 493 * begin must provide this tag and the same associated data as part of the inParams set. If 514 * begin must provide this tag and the same associated data as part of the inParams set. If
|
/hardware/interfaces/media/omx/1.0/ |
D | IOmxNode.hal | 65 * @param inParams Information about the retrieval. 73 Bytes inParams
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 3264 auto inParams = AuthorizationSetBuilder().BlockMode(BlockMode::ECB).Padding(PaddingMode::NONE); in TEST_F() local 3265 string ciphertext1 = EncryptMessage(message, inParams); in TEST_F() 3268 string ciphertext2 = EncryptMessage(string(message), inParams); in TEST_F() 3274 string plaintext = DecryptMessage(ciphertext1, inParams); in TEST_F() 3290 auto inParams = AuthorizationSetBuilder().BlockMode(BlockMode::ECB).Padding(PaddingMode::NONE); in TEST_F() local 3291 EXPECT_EQ(ErrorCode::INCOMPATIBLE_BLOCK_MODE, Begin(KeyPurpose::ENCRYPT, inParams)); in TEST_F() 3308 auto inParams = in TEST_F() local 3310 string ciphertext = EncryptMessage(message, inParams); in TEST_F() 3312 string plaintext = DecryptMessage(ciphertext, inParams); in TEST_F() 3329 auto inParams = in TEST_F() local [all …]
|