Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 866) sorted by relevance

12345678910>>...35

/test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/
DMsgParserFuncTest.cpp26 static int8_t RunTest(const uint8_t *buffer, uint16_t bufferLen, const TlvParseCallback onTlvParseD… in RunTest()
69 uint8_t buffer[] = { variable
98 uint8_t buffer[] = { variable
121 uint8_t buffer[] = { variable
139 uint8_t buffer[] = { variable
162 uint8_t buffer[] = { }; variable
179 uint8_t buffer[] = { variable
197 uint8_t buffer[] = { variable
217 uint8_t buffer[] = { variable
238 uint8_t buffer[] = { variable
[all …]
DMsgParserLenFuncTest.cpp26 static int8_t RunTest(const uint8_t *buffer, uint16_t bufferLen, const TlvParseCallback onTlvParseD… in RunTest()
73 char buffer[PACKET_DATA_SIZE] = {0}; variable
107 char buffer[PACKET_DATA_SIZE] = {0}; variable
139 char buffer[PACKET_DATA_SIZE] = {0}; variable
/test/xts/hats/hdf/display/buffer/moduletest_additional/
Ddisplay_buffer_mt.cpp107 void *buffer = g_dispbuf->Mmap(*bHandle); in RunTest() local
168 void *buffer = g_dispbuf->Mmap(*bHandle); variable
188 void *buffer = g_dispbuf->Mmap(*bHandle); variable
208 void *buffer = g_dispbuf->Mmap(*bHandle); variable
230 void *buffer = g_dispbuf->Mmap(*bHandle); variable
252 void *buffer = g_dispbuf->Mmap(*bHandle); variable
274 void *buffer = g_dispbuf->Mmap(*bHandle); variable
296 void *buffer = g_dispbuf->Mmap(*bHandle); variable
318 void *buffer = g_dispbuf->Mmap(*bHandle); variable
340 void *buffer = g_dispbuf->Mmap(*bHandle); variable
[all …]
/test/xts/acts/multimedia_lite/media_lite_posix/audio_native/src/
DActsMediaAudioTest.cpp66 uint8_t *buffer; variable
92 uint8_t *buffer; variable
119 uint8_t *buffer; variable
146 uint8_t *buffer; variable
173 uint8_t *buffer; variable
200 uint8_t *buffer; in HWTEST_F() local
227 uint8_t *buffer; in HWTEST_F() local
254 uint8_t *buffer; in HWTEST_F() local
281 uint8_t *buffer; in HWTEST_F() local
308 uint8_t *buffer; in HWTEST_F() local
[all …]
/test/xts/hats/kernel/dmabuffer/
Ddmabuf_alloc.cpp85 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; variable
113 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; variable
183 DmabufHeapBuffer buffer = { .size = 0 }; variable
198 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; variable
224 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; variable
248 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; variable
280 DmabufHeapBuffer buffer = { .size = BUFFER_SIZE, .heapFlags = 0 }; variable
/test/xts/device_attest/services/core/adapter/
Dattest_adapter_oem.c58 int32_t OEMReadAuthStatus(char* buffer, uint32_t bufferLen) in OEMReadAuthStatus()
105 int32_t OEMWriteNetworkConfig(const char* buffer, uint32_t bufferLen) in OEMWriteNetworkConfig()
113 int32_t OEMReadNetworkConfig(char* buffer, uint32_t bufferLen) in OEMReadNetworkConfig()
121 int32_t OEMReadDefaultNetworkConfig(char* buffer, uint32_t bufferLen) in OEMReadDefaultNetworkConfig()
138 int32_t OEMReadAuthResultCode(char* buffer, uint32_t bufferLen) in OEMReadAuthResultCode()
153 int32_t OEMReadFullLoadStatus(char* buffer, uint32_t bufferLen) in OEMReadFullLoadStatus()
Dattest_adapter.c51 int32_t AttestReadAuthStatus(char* buffer, uint32_t bufferLen) in AttestReadAuthStatus()
89 int32_t AttestWriteNetworkConfig(const char* buffer, uint32_t bufferLen) in AttestWriteNetworkConfig()
94 int32_t AttestReadNetworkConfig(char* buffer, uint32_t bufferLen) in AttestReadNetworkConfig()
99 int32_t AttestReadDefaultNetworkConfig(char* buffer, uint32_t bufferLen) in AttestReadDefaultNetworkConfig()
109 int32_t AttestReadAuthResultCode(char* buffer, uint32_t bufferLen) in AttestReadAuthResultCode()
119 int32_t AttestReadFullLoadStatus(char* buffer, uint32_t bufferLen) in AttestReadFullLoadStatus()
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/
Dbuffer_manager_utest.cpp66 OHOS::SurfaceBuffer* buffer = consumer->AcquireBuffer(); in __anoncd8027870202() local
87 sptr<SurfaceBuffer> buffer = nullptr; in __anoncd8027870302() local
161 std::shared_ptr<IBuffer> buffer; variable
228 auto buffer = bufferPool->AcquireBuffer(); variable
282 std::shared_ptr<IBuffer> buffer = std::make_shared<ImageBuffer>(); variable
308 auto buffer = bufferPool->AcquireBuffer(2); in __anoncd8027870902() local
573 std::shared_ptr<IBuffer> buffer = nullptr; in EnqueueBufferNonBlock() local
594 void BufferManagerTest::Stream::DequeueBuffer(std::shared_ptr<IBuffer>& buffer) in DequeueBuffer()
700 …sinkNode->BindCallback([this](std::shared_ptr<IBuffer>& buffer) { localStream_->stream->DequeueBuf… in BuildPipeline()
717 auto buffer = bufferPool->AcquireBuffer(3); // 3:Minimum number of buffer rotation in CollectBuffers() local
[all …]
/test/xts/acts/graphic/nativebuffer/entry/src/main/cpp/
Dnativebuffer.cpp32 OH_NativeBuffer *buffer = OH_NativeBuffer_Alloc(&config); in getBuffer() local
40 OH_NativeBuffer *buffer = getBuffer(); in OHNativeBufferAlloc() local
51 OH_NativeBuffer *buffer = OH_NativeBuffer_Alloc(nullptr); in OHNativeBufferAllocAbnormal() local
63 OH_NativeBuffer *buffer = getBuffer(); in OHNativeBufferReference() local
86 OH_NativeBuffer *buffer = getBuffer(); in OHNativeBufferUnreference() local
113 OH_NativeBuffer *buffer = getBuffer(); in OHNativeBufferGetConfig() local
133 OH_NativeBuffer *buffer = getBuffer(); in OHNativeBufferMap() local
159 OH_NativeBuffer *buffer = getBuffer(); in OHNativeBufferUnmap() local
183 OH_NativeBuffer *buffer = getBuffer(); in OHNativeBufferGetSeqNum() local
/test/xts/device_attest_lite/services/core/adapter/
Dattest_adapter_oem.c58 int32_t OEMReadAuthStatus(char* buffer, uint32_t bufferLen) in OEMReadAuthStatus()
99 int32_t OEMWriteNetworkConfig(const char* buffer, uint32_t bufferLen) in OEMWriteNetworkConfig()
107 int32_t OEMReadNetworkConfig(char* buffer, uint32_t bufferLen) in OEMReadNetworkConfig()
124 int32_t OEMReadAuthResultCode(char* buffer, uint32_t bufferLen) in OEMReadAuthResultCode()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/native/
Dnative.cpp34 char buffer[50]; in native_002() local
44 char buffer[50]; in native_003() local
54 char buffer[50]; in native_005() local
65 char buffer[50]; in native_006() local
102 char buffer[50]; in native_011() local
112 char buffer[50]; in native_012() local
128 char buffer[50]; in native_014() local
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dcomplexndk.cpp89 char buffer[20]; in Conj() local
117 char buffer[20]; in ConjF() local
142 char buffer[20]; in ConjL() local
169 char buffer[20]; in CPow() local
198 char buffer[20]; in CPowF() local
225 char buffer[20]; in CPowL() local
250 char buffer[20]; in CProj() local
278 char buffer[20]; in CProjF() local
303 char buffer[20]; in CProjL() local
328 char buffer[20]; in CSin() local
[all …]
/test/xts/device_attest/services/devattest_ability/test/tdd/gtest/src/
Dattest_tdd_mock_hal.c103 int32_t AttestReadAuthStatus(char* buffer, uint32_t bufferLen) in AttestReadAuthStatus()
114 int32_t AttestReadAuthResultCode(char* buffer, uint32_t bufferLen) in AttestReadAuthResultCode()
125 int32_t AttestWriteNetworkConfig(const char* buffer, uint32_t bufferLen) in AttestWriteNetworkConfig()
132 int32_t AttestReadNetworkConfig(char* buffer, uint32_t bufferLen) in AttestReadNetworkConfig()
138 int32_t AttestReadDefaultNetworkConfig(char* buffer, uint32_t bufferLen) in AttestReadDefaultNetworkConfig()
/test/xts/device_attest_lite/test/tdd/gtest/src/
Dattest_tdd_mock_hal.c105 int32_t AttestReadAuthStatus(char* buffer, uint32_t bufferLen) in AttestReadAuthStatus()
118 int32_t AttestReadAuthResultCode(char* buffer, uint32_t bufferLen) in AttestReadAuthResultCode()
129 int32_t AttestWriteNetworkConfig(const char* buffer, uint32_t bufferLen) in AttestWriteNetworkConfig()
136 int32_t AttestReadNetworkConfig(char* buffer, uint32_t bufferLen) in AttestReadNetworkConfig()
161 int32_t AttestReadDefaultNetworkConfig(char* buffer, uint32_t bufferLen) in AttestReadDefaultNetworkConfig()
/test/xts/acts/ai/nncore/nncoretest/src/
DHdiCompilationTest.cpp235 const void *buffer = nullptr; variable
265 const void *buffer = reinterpret_cast<const void*>(any); variable
287 const void *buffer = reinterpret_cast<const void*>(any); variable
308 const void *buffer = nullptr; variable
328 const void *buffer = reinterpret_cast<const void*>(any); variable
355 const void *buffer = reinterpret_cast<const void*>(any); variable
/test/xts/hats/ai/nnrt/hdi/v1_0/common/
Dhdi_nnrt_test_utils.cpp146 OHOS::HDI::Nnrt::V1_0::SharedBuffer buffer{NNRT_INVALID_FD, 0, 0, 0}; in CreateIOTensor() local
165 OHOS::HDI::Nnrt::V1_0::SharedBuffer buffer{NNRT_INVALID_FD, 0, 0, 0}; in CreateInputIOTensor() local
193 OHOS::HDI::Nnrt::V1_0::SharedBuffer buffer{NNRT_INVALID_FD, 0, 0, 0}; in CreateOutputIOTensor() local
219 void HDICommon::UnmapMemory(float* buffer) in UnmapMemory()
228 void HDICommon::SetData(float* buffer, size_t length, float* data) in SetData()
258 for (auto buffer : buffers) { in UnmapAllMemory() local
288 void PrintTensor(const float *buffer, size_t length) in PrintTensor()
/test/xts/hats/ai/nnrt/hdi/v2_0/common/
Dhdi_nnrt_test_utils.cpp146 OHOS::HDI::Nnrt::V2_0::SharedBuffer buffer{NNRT_INVALID_FD, 0, 0, 0}; in CreateIOTensor() local
165 OHOS::HDI::Nnrt::V2_0::SharedBuffer buffer{NNRT_INVALID_FD, 0, 0, 0}; in CreateInputIOTensor() local
193 OHOS::HDI::Nnrt::V2_0::SharedBuffer buffer{NNRT_INVALID_FD, 0, 0, 0}; in CreateOutputIOTensor() local
219 void HDICommon::UnmapMemory(float* buffer) in UnmapMemory()
228 void HDICommon::SetData(float* buffer, size_t length, float* data) in SetData()
258 for (auto buffer : buffers) { in UnmapAllMemory() local
288 void PrintTensor(const float *buffer, size_t length) in PrintTensor()
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis_enhance/entry/src/main/cpp/
Drawfile_request.cpp29 uint8_t buffer[1024]; variable
37 void ReadCallback(const ArkWeb_HttpBodyStream *httpBodyStream, uint8_t *buffer, int bytesRead) { in ReadCallback()
163 uint8_t buffer[blockSize]; in ReadRawfileDataOnWorkerThread() local
200 void RawfileRequest::DidReceiveData(const uint8_t *buffer, int64_t bufLen) { in DidReceiveData()
242 uint8_t* buffer = new uint8_t[1024]; in releaseByteArray() local
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
Dvideoenc_api11_sample.cpp67 static void onEncInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void … in onEncInputBufferAvailable()
76 static void onEncOutputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void… in onEncOutputBufferAvailable()
124 void VEncAPI11Sample::DumpLtrInfo(OH_AVBuffer *buffer) in DumpLtrInfo()
133 void VEncAPI11Sample::DumpQPInfo(OH_AVBuffer *buffer) {} in DumpQPInfo()
135 void VEncAPI11Sample::DumpInfo(OH_AVCodecBufferAttr attr, OH_AVBuffer *buffer) in DumpInfo()
266 OH_AVBuffer *buffer = signal_->inBufferQueue_.front(); in state_EOS() local
637 void VEncAPI11Sample::SetEOS(uint32_t index, OH_AVBuffer *buffer) in SetEOS()
660 void VEncAPI11Sample::SetLTRParameter(OH_AVBuffer *buffer) in SetLTRParameter()
681 void VEncAPI11Sample::SetBufferParameter(OH_AVBuffer *buffer) in SetBufferParameter()
709 int32_t VEncAPI11Sample::PushData(OH_AVBuffer *buffer, uint32_t index, int32_t &result) in PushData()
[all …]
/test/xts/hats/hdf/display/composer/common/
Dhdi_test_layer.cpp39 BufferHandle* buffer = nullptr; in HdiGrallocBuffer() local
118 HdiGrallocBuffer* buffer = nullptr; in GetFrontBuffer() local
127 HdiGrallocBuffer* buffer = nullptr; in GetBackBuffer() local
150 std::unique_ptr<HdiGrallocBuffer> buffer = in Init() local
215 HdiGrallocBuffer* buffer = AcquireBackBuffer(); in PreparePresent() local
/test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/main/cpp/
Drawfile_request.cpp29 uint8_t buffer[1024]; variable
37 void ReadCallback(const ArkWeb_HttpBodyStream *httpBodyStream, uint8_t *buffer, int bytesRead) { in ReadCallback()
184 uint8_t buffer[blockSize]; in ReadRawfileDataOnWorkerThread() local
236 void RawfileRequest::DidReceiveData(const uint8_t *buffer, int64_t bufLen) { in DidReceiveData()
/test/xts/hats/hdf/codec/hdi_component_additional/
Dcodec_callback_service.cpp30 int32_t CodecCallbackService::EmptyBufferDone(int64_t appData, const OmxCodecBuffer &buffer) in EmptyBufferDone()
37 int32_t CodecCallbackService::FillBufferDone(int64_t appData, const OmxCodecBuffer &buffer) in FillBufferDone()
/test/xts/hats/hdf/codec/hdi_idlomx/
Dcodec_callback_service.cpp30 int32_t CodecCallbackService::EmptyBufferDone(int64_t appData, const OmxCodecBuffer& buffer) in EmptyBufferDone()
37 int32_t CodecCallbackService::FillBufferDone(int64_t appData, const OmxCodecBuffer& buffer) in FillBufferDone()
/test/xts/hats/hdf/codec/benchmarktest/
Dcodec_callback_service.cpp30 int32_t CodecCallbackService::EmptyBufferDone(int64_t appData, const OmxCodecBuffer& buffer) in EmptyBufferDone()
37 int32_t CodecCallbackService::FillBufferDone(int64_t appData, const OmxCodecBuffer& buffer) in FillBufferDone()
/test/xts/acts/arkui/ace_ets_web_scheme_handler_two_napis/entry/src/main/cpp/
Drawfile_request.cpp25 uint8_t buffer[1024]; variable
32 void ReadCallback(const ArkWeb_HttpBodyStream *httpBodyStream, uint8_t *buffer, int bytesRead) { in ReadCallback()
183 uint8_t buffer[blockSize]; in ReadRawfileDataOnWorkerThread() local
237 void RawfileRequest::DidReceiveData(const uint8_t *buffer, int64_t bufLen) { in DidReceiveData()

12345678910>>...35