| /test/xts/acts/security/asset/asset_ndk/entry/src/main/cpp/ |
| D | hello.cpp | 32 size_t bufferSize = BUFF_MAX; in Asset_Add() local 66 size_t bufferSize = BUFF_MAX; in Asset_AddCE() local 118 size_t bufferSize = BUFF_MAX; in Asset_Add_Auth() local 186 size_t bufferSize = BUFF_MAX; in Asset_PreAndPostQueryNormal() local 227 size_t bufferSize = BUFF_MAX; in Asset_PreAndPostQueryError() local 280 size_t bufferSize = BUFF_MAX; in Asset_PreQuery() local 316 size_t bufferSize = BUFF_MAX; in Asset_PreAndPostQuery() local 359 size_t bufferSize = BUFF_MAX; in Asset_PostQuery() local 393 size_t bufferSize = BUFF_MAX; in Asset_Remove() local 417 size_t bufferSize = BUFF_MAX; in Asset_RemoveLabel() local [all …]
|
| /test/xts/hats/hdf/codec/hdi_idlomx/ |
| D | codec_function_utils.cpp | 61 void FunctionUtil::InitCodecBufferWithAshMem(enum PortIndex port, int bufferSize, shared_ptr<OmxCod… in InitCodecBufferWithAshMem() 141 int bufferSize) in UseDynaBuffer() 170 int bufferCount, int bufferSize) in UseHandleBuffer() 199 int32_t bufferCount, int32_t bufferSize) in UseBufferOnPort() 230 int32_t bufferCount, int32_t bufferSize) in AllocateBufferOnPort()
|
| /test/xts/hats/hdf/audio/idl/common/render_additional/src/ |
| D | AudioRenderCommonTest.cpp | 60 uint64_t bufferSize = 0; in GetRenderBufferSize() local 3419 uint64_t bufferSize = 0; variable 3438 uint64_t bufferSize = 256; variable 3457 uint64_t bufferSize = 266; variable 3476 uint64_t bufferSize = 1600; variable 3495 uint64_t bufferSize = 300; variable 3514 uint64_t bufferSize = 4294967295; variable 3533 uint64_t bufferSize = 429496729500; variable 3553 uint64_t bufferSize = 429496; variable 3592 uint64_t bufferSize = 0; variable [all …]
|
| /test/xts/hats/hdf/codec/hdi_omx/ |
| D | codec_hdi_omx_test.cpp | 111 …void InitCodecBufferWithAshMem(enum PortIndex portIndex, int bufferSize, shared_ptr<OmxCodecBuffer… in InitCodecBufferWithAshMem() 132 bool UseBufferOnPort(enum PortIndex portIndex, int32_t bufferCount, int32_t bufferSize) in UseBufferOnPort() 887 int32_t bufferSize = param.nBufferSize; variable 938 int32_t bufferSize = param.nBufferSize; variable 1285 int32_t bufferSize = param.nBufferSize; variable 1329 int32_t bufferSize = param.nBufferSize; variable
|
| /test/xts/acts/graphic/nativewindow/entry/src/main/cpp/ |
| D | nativewindow2.cpp | 1274 int32_t bufferSize; in testNativeWindowSetDynamicMetadataValue1() local 1307 int32_t bufferSize; in testNativeWindowSetDynamicMetadataValue2() local 1351 int32_t bufferSize; in testNativeWindowSetDynamicMetadataValue3() local 1391 int32_t bufferSize; in testNativeWindowSetDynamicMetadataValue4() local 1479 int32_t bufferSize; in testNativeWindowSetMetadataValueTimes() local 1514 int32_t bufferSize; in testNativeWindowSetStaticMetadataValue1() local 1549 int32_t bufferSize; in testNativeWindowSetStaticMetadataValue2() local 1593 int32_t bufferSize; in testNativeWindowSetStaticMetadataValue3() local 1634 int32_t bufferSize; in testNativeWindowSetStaticMetadataValue4() local 1701 int32_t bufferSize; in testNativeWindowSetMetadataValue1() local [all …]
|
| /test/xts/acts/graphic/acts_drawing_native/ |
| D | DrawingNativeCanvasTestPart5.cpp | 490 size_t bufferSize = imageWidth * imageHeight * 4; // 4 for test variable 552 size_t bufferSize = imageWidth * imageHeight * 4; // 4 for test variable 607 size_t bufferSize = imageWidth * imageHeight * 4; // 4 for test variable
|
| /test/xts/device_attest_lite/services/core/utils/ |
| D | attest_utils_file.c | 60 uint32_t bufferSize = fileSize + 1; in ReadFileBuffer() local
|
| /test/xts/acts/graphic/nativebuffer/entry/src/main/cpp/ |
| D | nativebuffer.cpp | 907 int32_t bufferSize; in OHNativeBufferSetDynamicMetadataValue1() local 956 int32_t bufferSize; in OHNativeBufferSetDynamicMetadataValue2() local 1004 int32_t bufferSize; in OHNativeBufferSetDynamicMetadataValue3() local 1122 int32_t bufferSize; in OHNativeBufferSetStaticMetadataValue1() local 1171 int32_t bufferSize; in OHNativeBufferSetStaticMetadataValue2() local 1219 int32_t bufferSize; in OHNativeBufferSetStaticMetadataValue3() local 1299 int32_t bufferSize; in OHNativeBufferSetMetadataValue1() local 1350 int32_t bufferSize; in OHNativeBufferSetMetadataValue2() local 1399 int32_t bufferSize; in OHNativeBufferSetMetadataValue3() local 1444 int32_t bufferSize; in OHNativeBufferSetMetadataValue4() local
|
| /test/xts/hats/hdf/audio/idl/common/capture/src/ |
| D | audio_capture_common_test.cpp | 56 uint64_t bufferSize = 0; in GetCaptureBufferSize() local 913 uint64_t bufferSize = 0; variable 922 uint64_t bufferSize = 0; variable
|
| /test/xts/hats/hdf/audio/idl/common/render/src/ |
| D | audio_render_common_test.cpp | 63 uint64_t bufferSize = 0; in GetRenderBufferSize() local 826 uint64_t bufferSize = BUFFER_LENTH; variable 836 uint64_t bufferSize = BUFFER_LENTH; variable
|
| /test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/ |
| D | videodec_ndk_sample.cpp | 453 void VDecNdkSample::CopyStartCode(uint8_t *frameBuffer, uint32_t bufferSize, OH_AVCodecBufferAttr &… in CopyStartCode() 502 …uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) << EIGHT) | ((ch[1] & 0xFF) <<… in ReadData() local 511 uint32_t VDecNdkSample::SendData(uint32_t bufferSize, uint32_t index, OH_AVMemory *buffer) in SendData()
|
| /test/ostest/wukong/shell_command/src/ |
| D | wukong_main.cpp | 93 const int bufferSize = 32; in IsRunning() local
|
| /test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/ |
| D | image_source_test.cpp | 108 uint8_t** buffer, size_t* bufferSize) in GetArrayBufferProperty() 122 static bool GetStringValue(napi_env env, napi_value value, char** buffer, size_t *bufferSize) in GetStringValue() 360 size_t bufferSize = 0; in CreateFromData() local 480 size_t bufferSize = 0; in CreateIncrementalFromData() local
|
| /test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreNapiTest/entry/src/main/cpp/ |
| D | rdb_store_encrypt_test.cpp | 98 size_t bufferSize = 0; in RdbFilePath() local
|
| /test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/utils/ |
| D | dms_packet.cpp | 47 bool DmsPacket::BuildDmsPacket(const DmsMsgInfo& dmsMsgInfo, uint16_t& bufferSize) in BuildDmsPacket()
|
| /test/xts/acts/startup/startup_standard/init_ndkTest/entry/src/main/cpp/ |
| D | napi_helper.cpp | 23 size_t bufferSize = 0; in GetString() local
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/common/ |
| D | napi_helper.cpp | 23 size_t bufferSize = 0; in GetString() local
|
| /test/xts/acts/graphic/nativedrawing/entry/src/main/cpp/common/ |
| D | napi_helper.cpp | 23 size_t bufferSize = 0; in GetString() local
|
| /test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/common/ |
| D | napi_helper.cpp | 23 size_t bufferSize = 0; in GetString() local
|
| /test/xts/acts/graphic/nativeimage/entry/src/main/cpp/common/ |
| D | napi_helper.cpp | 23 size_t bufferSize = 0; in GetString() local
|
| /test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/ |
| D | napi_helper.cpp | 23 size_t bufferSize = 0; in GetString() local
|
| /test/xts/acts/ai/nnrtndk/entry/src/main/cpp/common/ |
| D | napi_helper.cpp | 23 size_t bufferSize = 0; in GetString() local
|
| /test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/ |
| D | VDecEncNdkSample.cpp | 378 int32_t VDecEncNdkSample::PushInbufferDec(uint32_t index, uint32_t bufferSize) in PushInbufferDec() 424 uint32_t bufferSize = 0; in InputFuncDec() local
|
| /test/xts/hats/hdf/display/composer/common/ |
| D | display_test_utils.h | 62 Size bufferSize = { 0 }; member
|
| /test/xts/device_attest/services/core/utils/ |
| D | attest_utils_file.c | 278 uint32_t bufferSize = fileSize + 1; in ReadFileBuffer() local
|