Home
last modified time | relevance | path

Searched refs:CopyBuffer (Results 1 - 16 of 16) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/adaptor/inc/
H A Dbuffer.h37 Buffer *CopyBuffer(const Buffer *buffer);
/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
H A Dbuffer.h40 Buffer *CopyBuffer(const Buffer *buffer);
/drivers/peripheral/clearplay/hdi_service/include/drm/v1_0/
H A Dmedia_decrypt_module_service.h44 int32_t CopyBuffer(uint8_t* srcBuffer, uint8_t* dstBuffer, const std::vector<SubSample>& subSamples);
/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/
H A Dface_node.h56 RetCode CopyBuffer(uint8_t *sourceBuffer, std::shared_ptr<IBuffer>& outPutBuffer, int32_t dataSize);
H A Dface_node.cpp184 RetCode FaceNode::CopyBuffer(uint8_t *sourceBuffer, std::shared_ptr<IBuffer>& outPutBuffer, int32_t dataSize) in CopyBuffer() function in OHOS::Camera::FaceNode
188 CameraHalHisysevent::CreateMsg("streamId:%d CopyBuffer failed", outPutBuffer->GetStreamId())); in CopyBuffer()
/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Didm_session.c283 g_cacheRootSecret = CopyBuffer(rootSecret); in CacheRootSecret()
302 return CopyBuffer(g_cacheRootSecret); in GetCacheRootSecret()
H A Duser_idm_funcs.c298 *rootSecret = CopyBuffer(executorResultInfo->rootSecret); in ProcessAddPinCredential()
488 output->rootSecret = CopyBuffer(rootSecret); in GetUpdateCredentialOutput()
/drivers/peripheral/clearplay/hdi_service/src/
H A Dmedia_decrypt_module_service.cpp99 ret = CopyBuffer(srcData, destData, cryptoInfo.subSamples); in DecryptMediaData()
222 int32_t MediaDecryptModuleService::CopyBuffer(uint8_t *srcBuffer, uint8_t *destBuffer, in CopyBuffer() function in OHOS::HDI::Drm::V1_0::MediaDecryptModuleService
/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H A Dadaptor_algorithm_test.cpp59 keyPair2.priKey = CopyBuffer(data); in HWTEST_F()
67 keyPair3.pubKey = CopyBuffer(data); in HWTEST_F()
H A Dbuffer_test.cpp176 * @tc.name: CopyBuffer test
177 * @tc.desc: verify CopyBuffer
185 Buffer *result = CopyBuffer(buffer0); in HWTEST_F()
190 result = CopyBuffer(buffer2); in HWTEST_F()
/drivers/peripheral/user_auth/test/unittest/base_test/src/
H A Dbuffer_test.cpp158 * @tc.name: CopyBuffer test
159 * @tc.desc: verify CopyBuffer
167 Buffer *result = CopyBuffer(buffer0); in HWTEST_F()
172 result = CopyBuffer(buffer2); in HWTEST_F()
H A Dadaptor_algorithm_test.cpp58 keyPair2.priKey = CopyBuffer(data); in HWTEST_F()
66 keyPair3.pubKey = CopyBuffer(data); in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dbuffer.c147 Buffer *CopyBuffer(const Buffer *buffer) in CopyBuffer() function
H A Dadaptor_algorithm.c297 return CopyBuffer(secret); in DeriveDeviceKey()
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dbuffer.c133 Buffer *CopyBuffer(const Buffer *buffer) in CopyBuffer() function
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Duser_auth_funcs.c137 result->rootSecret = CopyBuffer(info->rootSecret); in HandleAuthSuccessResult()

Completed in 8 milliseconds