Home
last modified time | relevance | path

Searched defs:readBuffer (Results 1 – 11 of 11) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
Daudio_service_common_unit_test.cpp363 std::unique_ptr<uint8_t[]> readBuffer = std::make_unique<uint8_t[]>(testSize); variable
392 std::unique_ptr<uint8_t[]> readBuffer = std::make_unique<uint8_t[]>(tempSize); variable
437 std::unique_ptr<uint8_t[]> readBuffer = std::make_unique<uint8_t[]>(tempSize); variable
476 std::unique_ptr<uint8_t[]> readBuffer = std::make_unique<uint8_t[]>(tempSize); variable
514 std::unique_ptr<uint8_t[]> readBuffer = std::make_unique<uint8_t[]>(tempSize); variable
651 std::unique_ptr<uint8_t[]> readBuffer = std::make_unique<uint8_t[]>(tempSize); variable
/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
Davsharedmemorybase_func_unit_test.cpp81 uint8_t readBuffer[SIZE] = {0}; variable
/foundation/multimedia/ringtone_library/test/unittest/ringtone_scanner/src/
Dringtone_read_test.cpp106 char readBuffer[maxSize]; in RingtoneRead() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
Dnetlink_socket.cpp112 char readBuffer[KERNEL_BUFFER_SIZE] = {0}; in GetInfoFromKernel() local
/foundation/distributedhardware/distributed_input/common/include/
Dinput_hub.cpp190 struct input_event readBuffer[bufferSize]; in GetEvents() local
287 void InputHub::RecordDeviceChangeStates(Device *device, struct input_event readBuffer[], const size… in RecordDeviceChangeStates()
309 …::CollectEvent(RawEvent *buffer, size_t &capacity, Device *device, struct input_event readBuffer[], in CollectEvent()
1431 void InputHub::HandleTouchScreenEvent(struct input_event readBuffer[], const size_t count, in HandleTouchScreenEvent()
1486 bool InputHub::CheckTouchPointRegion(struct input_event readBuffer[], const AbsInfo &absInfo) in CheckTouchPointRegion()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
Dzip_file.cpp409 std::string readBuffer; in UnzipWithStore() local
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
Dutil.cpp272 char readBuffer[READ_SIZE] = {0}; in ReadImageFile() local
/foundation/communication/ipc/ipc/native/test/unittest/common/
Dipc_capi_parcel_unittest.cpp217 const uint8_t *readBuffer = OH_IPCParcel_ReadBuffer(dataCParcel, bufLength); in ReadWriteBuffer() local
750 const uint8_t* readBuffer = OH_IPCParcel_ReadBuffer(parcel, len); variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dzip_file.cpp426 std::string readBuffer; in UnzipWithStore() local
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
Dzip_file.cpp722 std::string readBuffer = zipFileReader_->ReadBuffer(startPos, readLen); in UnzipWithStore() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
Dwebgl2_rendering_context_impl.cpp1333 WebGLBuffer* readBuffer = GetBoundBuffer(env, targets[0]); // read in CopyBufferSubData() local