| /foundation/multimedia/media_foundation/tests/unittest/avbuffer/ |
| D | avbuffer_framework_unit_test.cpp | 196 auto buffer = OH_AVBuffer_Create(MEMSIZE); variable 208 auto buffer = OH_AVBuffer_Create(0); variable 219 auto buffer = OH_AVBuffer_Create(-1); variable 240 auto buffer = OH_AVBuffer_Create(MEMSIZE); variable 254 auto buffer = OH_AVBuffer_Create(MEMSIZE); variable 269 auto buffer = OH_AVBuffer_Create(MEMSIZE); variable 282 auto buffer = OH_AVBuffer_Create(MEMSIZE); variable 306 auto buffer = OH_AVBuffer_Create(MEMSIZE); variable 331 auto buffer = OH_AVBuffer_Create(MEMSIZE); variable 357 auto buffer = OH_AVBuffer_Create(MEMSIZE); variable [all …]
|
| /foundation/multimedia/media_foundation/services/media_monitor/buffer/src/ |
| D | dump_buffer_manager.cpp | 33 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(); in DumpBufferNew() local 47 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(avBufferConfig); in DumpBufferCreate() local 57 void DumpBufferDestroy(struct DumpBuffer *buffer) in DumpBufferDestroy() 64 uint8_t *DumpBufferGetAddr(DumpBuffer *buffer) in DumpBufferGetAddr() 72 int32_t DumpBufferGetCapacity(DumpBuffer *buffer) in DumpBufferGetCapacity() 80 int32_t DumpBufferGetSize(DumpBuffer *buffer) in DumpBufferGetSize() 88 bool DumpBufferSetSize(DumpBuffer *buffer, int32_t size) in DumpBufferSetSize() 97 int32_t DumpBufferWrite(DumpBuffer *buffer, const uint8_t *in, int32_t writeSize) in DumpBufferWrite() 105 uint64_t DumpBufferGetUniqueId(DumpBuffer *buffer) in DumpBufferGetUniqueId() 113 bool DumpBufferReadFromParcel(DumpBuffer *buffer, void *parcel) in DumpBufferReadFromParcel() [all …]
|
| /foundation/multimedia/media_foundation/src/capi/ |
| D | native_avbuffer.cpp | 36 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(allocator, capacity); in OH_AVBuffer_Create() local 47 OH_AVErrCode OH_AVBuffer_Destroy(struct OH_AVBuffer *buffer) in OH_AVBuffer_Destroy() 56 OH_AVErrCode OH_AVBuffer_GetBufferAttr(OH_AVBuffer *buffer, OH_AVCodecBufferAttr *attr) in OH_AVBuffer_GetBufferAttr() 74 OH_AVErrCode OH_AVBuffer_SetBufferAttr(OH_AVBuffer *buffer, const OH_AVCodecBufferAttr *attr) in OH_AVBuffer_SetBufferAttr() 93 OH_AVFormat *OH_AVBuffer_GetParameter(OH_AVBuffer *buffer) in OH_AVBuffer_GetParameter() 109 OH_AVErrCode OH_AVBuffer_SetParameter(OH_AVBuffer *buffer, const OH_AVFormat *format) in OH_AVBuffer_SetParameter() 125 uint8_t *OH_AVBuffer_GetAddr(OH_AVBuffer *buffer) in OH_AVBuffer_GetAddr() 134 int32_t OH_AVBuffer_GetCapacity(OH_AVBuffer *buffer) in OH_AVBuffer_GetCapacity() 143 OH_NativeBuffer *OH_AVBuffer_GetNativeBuffer(OH_AVBuffer *buffer) in OH_AVBuffer_GetNativeBuffer()
|
| /foundation/distributeddatamgr/pasteboard/framework/tlv/ |
| D | tlv_object.cpp | 22 bool TLVObject::Write(std::vector<std::uint8_t> &buffer, uint16_t type, std::monostate value) in Write() 30 bool TLVObject::Write(std::vector<std::uint8_t> &buffer, uint16_t type, void* value) in Write() 38 bool TLVObject::Write(std::vector<std::uint8_t> &buffer, uint16_t type, bool value) in Write() 42 bool TLVObject::Write(std::vector<std::uint8_t> &buffer, uint16_t type, int8_t value) in Write() 46 bool TLVObject::Write(std::vector<std::uint8_t> &buffer, uint16_t type, int16_t value) in Write() 50 bool TLVObject::Write(std::vector<std::uint8_t> &buffer, uint16_t type, double value) in Write() 54 bool TLVObject::Write(std::vector<std::uint8_t> &buffer, uint16_t type, int32_t value) in Write() 58 bool TLVObject::Write(std::vector<std::uint8_t> &buffer, uint16_t type, int64_t value) in Write() 62 bool TLVObject::Write(std::vector<std::uint8_t> &buffer, uint16_t type, uint32_t value) in Write() 66 bool TLVObject::Write(std::vector<std::uint8_t> &buffer, uint16_t type, const std::string &value) in Write() [all …]
|
| /foundation/multimedia/media_foundation/services/media_monitor/common/src/ |
| D | dump_buffer_wrap.cpp | 91 DumpBuffer* buffer = nullptr; in NewDumpBuffer() local 100 DumpBuffer* buffer = nullptr; in CreateDumpBuffer() local 107 void DumpBufferWrap::DestroyDumpBuffer(DumpBuffer *buffer) in DestroyDumpBuffer() 114 uint8_t *DumpBufferWrap::GetAddr(DumpBuffer *buffer) in GetAddr() 123 int32_t DumpBufferWrap::GetCapacity(DumpBuffer *buffer) in GetCapacity() 132 int32_t DumpBufferWrap::GetSize(DumpBuffer *buffer) in GetSize() 141 int32_t DumpBufferWrap::Write(DumpBuffer *buffer, const uint8_t *in, int32_t writeSize) in Write() 150 uint64_t DumpBufferWrap::GetUniqueId(DumpBuffer *buffer) in GetUniqueId() 159 bool DumpBufferWrap::SetSize(DumpBuffer *buffer, int32_t size) in SetSize() 168 bool DumpBufferWrap::ReadFromParcel(DumpBuffer *buffer, void *parcel) in ReadFromParcel() [all …]
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
| D | smp_receive.c | 90 Buffer *buffer = NULL; in SMP_RecvDataTask() local 141 static void SMP_RecvDataCmdDistribution(uint16_t handle, uint8_t code, const Buffer *buffer) in SMP_RecvDataCmdDistribution() 188 static void SMP_ReceivePairingRequest(uint16_t handle, const Buffer *buffer) in SMP_ReceivePairingRequest() 256 static void SMP_ReceivePairingResponse(uint16_t handle, const Buffer *buffer) in SMP_ReceivePairingResponse() 321 static void SMP_ReceivePairingConfirm(uint16_t handle, const Buffer *buffer) in SMP_ReceivePairingConfirm() 372 static void SMP_ReceivePairingRandom(uint16_t handle, const Buffer *buffer) in SMP_ReceivePairingRandom() 423 static void SMP_ReceiveEncryptionInformation(uint16_t handle, const Buffer *buffer) in SMP_ReceiveEncryptionInformation() 443 static void SMP_ReceiveMasterIdentification(uint16_t handle, const Buffer *buffer) in SMP_ReceiveMasterIdentification() 463 static void SMP_ReceiveIdentityInformation(uint16_t handle, const Buffer *buffer) in SMP_ReceiveIdentityInformation() 483 static void SMP_ReceiveIdentityAddressInformation(uint16_t handle, const Buffer *buffer) in SMP_ReceiveIdentityAddressInformation() [all …]
|
| /foundation/graphic/graphic_surface/surface/src/ |
| D | native_buffer.cpp | 68 static OH_NativeBuffer* OH_NativeBufferFromSurfaceBuffer(SurfaceBuffer* buffer) in OH_NativeBufferFromSurfaceBuffer() 76 static SurfaceBuffer* OH_NativeBufferToSurfaceBuffer(OH_NativeBuffer *buffer) in OH_NativeBufferToSurfaceBuffer() 81 static const SurfaceBuffer* OH_NativeBufferToSurfaceBuffer(const OH_NativeBuffer *buffer) in OH_NativeBufferToSurfaceBuffer() 109 OH_NativeBuffer* buffer = OH_NativeBufferFromSurfaceBuffer(bufferImpl); in OH_NativeBuffer_Alloc() local 118 int32_t OH_NativeBuffer_Reference(OH_NativeBuffer *buffer) in OH_NativeBuffer_Reference() 128 int32_t OH_NativeBuffer_Unreference(OH_NativeBuffer *buffer) in OH_NativeBuffer_Unreference() 138 void OH_NativeBuffer_GetConfig(OH_NativeBuffer *buffer, OH_NativeBuffer_Config* config) in OH_NativeBuffer_GetConfig() 151 int32_t OH_NativeBuffer_Map(OH_NativeBuffer *buffer, void **virAddr) in OH_NativeBuffer_Map() 167 int32_t OH_NativeBuffer_Unmap(OH_NativeBuffer *buffer) in OH_NativeBuffer_Unmap() 181 uint32_t OH_NativeBuffer_GetSeqNum(OH_NativeBuffer *buffer) in OH_NativeBuffer_GetSeqNum() [all …]
|
| D | metadata_helper.cpp | 48 GSError MetadataHelper::SetColorSpaceInfo(sptr<SurfaceBuffer>& buffer, const CM_ColorSpaceInfo& col… in SetColorSpaceInfo() 62 GSError MetadataHelper::GetColorSpaceInfo(const sptr<SurfaceBuffer>& buffer, CM_ColorSpaceInfo& col… in GetColorSpaceInfo() 76 GSError MetadataHelper::SetColorSpaceType(sptr<SurfaceBuffer>& buffer, const CM_ColorSpaceType& col… in SetColorSpaceType() 90 GSError MetadataHelper::GetColorSpaceType(const sptr<SurfaceBuffer>& buffer, CM_ColorSpaceType& col… in GetColorSpaceType() 104 GSError MetadataHelper::SetHDRMetadataType(sptr<SurfaceBuffer>& buffer, const CM_HDR_Metadata_Type&… in SetHDRMetadataType() 118 GSError MetadataHelper::GetHDRMetadataType(const sptr<SurfaceBuffer>& buffer, CM_HDR_Metadata_Type&… in GetHDRMetadataType() 132 GSError MetadataHelper::SetHDRStaticMetadata(sptr<SurfaceBuffer>& buffer, in SetHDRStaticMetadata() 147 GSError MetadataHelper::GetHDRStaticMetadata(const sptr<SurfaceBuffer>& buffer, in GetHDRStaticMetadata() 162 GSError MetadataHelper::SetHDRDynamicMetadata(sptr<SurfaceBuffer>& buffer, in SetHDRDynamicMetadata() 172 GSError MetadataHelper::GetHDRDynamicMetadata(const sptr<SurfaceBuffer>& buffer, in GetHDRDynamicMetadata() [all …]
|
| /foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/ |
| D | avbuffer_queue_consumer.cpp | 35 bool AVBufferQueueConsumerImpl::IsBufferInQueue(const std::shared_ptr<AVBuffer>& buffer) in IsBufferInQueue() 40 Status AVBufferQueueConsumerImpl::AcquireBuffer(std::shared_ptr<AVBuffer>& buffer) in AcquireBuffer() 45 Status AVBufferQueueConsumerImpl::ReleaseBuffer(const std::shared_ptr<AVBuffer>& buffer) in ReleaseBuffer() 50 Status AVBufferQueueConsumerImpl::AttachBuffer(std::shared_ptr<AVBuffer>& buffer, bool isFilled) in AttachBuffer() 55 Status AVBufferQueueConsumerImpl::DetachBuffer(const std::shared_ptr<AVBuffer>& buffer) in DetachBuffer() 66 std::shared_ptr<AVBuffer>& buffer, bool isFilled) in SetQueueSizeAndAttachBuffer()
|
| /foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
| D | detection_post_process_builder.cpp | 48 void* buffer = tensor->GetBuffer(); in SetInputSize() local 67 void* buffer = tensor->GetBuffer(); in SetScale() local 96 void* buffer = tensor->GetBuffer(); in SetNmsIoUThreshold() local 118 void* buffer = tensor->GetBuffer(); in SetNmsScoreThreshold() local 140 void* buffer = tensor->GetBuffer(); in SetMaxDetections() local 162 void* buffer = tensor->GetBuffer(); in SetDetectionsPerClass() local 184 void* buffer = tensor->GetBuffer(); in SetMaxClassesPerDetection() local 206 void* buffer = tensor->GetBuffer(); in SetNumClasses() local 228 void* buffer = tensor->GetBuffer(); in SetUseRegularNms() local 250 void* buffer = tensor->GetBuffer(); in SetOutQuantized() local
|
| D | lstm_builder.cpp | 43 void* buffer = tensor->GetBuffer(); in SetBidirectional() local 65 void* buffer = tensor->GetBuffer(); in SetHasBias() local 87 void* buffer = tensor->GetBuffer(); in SetInputSize() local 109 void* buffer = tensor->GetBuffer(); in SetHiddenSize() local 131 void* buffer = tensor->GetBuffer(); in SetNumLayers() local 153 void* buffer = tensor->GetBuffer(); in SetNumDirections() local 175 void* buffer = tensor->GetBuffer(); in SetDropout() local 197 void* buffer = tensor->GetBuffer(); in SetZoneoutCell() local 219 void* buffer = tensor->GetBuffer(); in SetZoneoutHidden() local 241 void* buffer = tensor->GetBuffer(); in SetProjSize() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
| D | avrcp_ct_notification.cpp | 64 auto buffer = BufferMalloc(bufferSize); in AssembleParameters() local 88 bool AvrcCtNotifyPacket::DisassembleParameters(uint8_t *buffer) in DisassembleParameters() 143 bool AvrcCtNotifyPacket::DisassemblePlaybackStatus(uint8_t *buffer) in DisassemblePlaybackStatus() 160 bool AvrcCtNotifyPacket::DisassembleTrackChanged(uint8_t *buffer) in DisassembleTrackChanged() 177 bool AvrcCtNotifyPacket::DisassemblePlaybackPosChanged(uint8_t *buffer) in DisassemblePlaybackPosChanged() 194 bool AvrcCtNotifyPacket::DisassemblePlayerApplicationSettingChanged(uint8_t *buffer) in DisassemblePlayerApplicationSettingChanged() 223 bool AvrcCtNotifyPacket::DisassembleAddressedPlayerChanged(uint8_t *buffer) in DisassembleAddressedPlayerChanged() 245 bool AvrcCtNotifyPacket::DisassembleUidsChanged(uint8_t *buffer) in DisassembleUidsChanged() 262 bool AvrcCtNotifyPacket::DisassembleVolumeChanged(uint8_t *buffer) in DisassembleVolumeChanged()
|
| D | avrcp_ct_vendor.cpp | 58 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); in DisassemblePacket() local 101 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt_))); in AssembleFixedOperands() local 134 auto buffer = static_cast<uint8_t *>(BufferPtr(PacketContinuousPayload(pkt))); in IsValidParameterLength() local 189 auto buffer = BufferMalloc(AVRC_CT_VENDOR_PARAMETER_LENGTH_SIZE + AVRC_CT_GC_PARAMETER_LENGTH); in AssembleParameters() local 213 bool AvrcCtGcPacket::DisassembleParameters(uint8_t *buffer) in DisassembleParameters() 288 auto buffer = BufferMalloc(AVRC_CT_LPASA_PARAMETER_LENGTH_SIZE); in AssembleParameters() local 309 bool AvrcCtLpasaPacket::DisassembleParameters(uint8_t *buffer) in DisassembleParameters() 375 auto buffer = BufferMalloc(bufferSize); in AssembleParameters() local 398 bool AvrcCtLpasvPacket::DisassembleParameters(uint8_t *buffer) in DisassembleParameters() 498 auto buffer = BufferMalloc(bufferSize); in AssembleParameters() local [all …]
|
| /foundation/ability/dmsfwk_lite/moduletest/dtbschedmgr_lite/source/ |
| D | tlv_parse_test.cpp | 32 static void RunTest(const uint8_t *buffer, uint16_t bufferLen, in RunTest() 55 uint8_t buffer[] = { variable 85 uint8_t buffer[] = { variable 132 uint8_t buffer[] = { variable 154 uint8_t buffer[] = { }; variable 170 uint8_t buffer[] = { variable 188 uint8_t buffer[] = { variable 206 uint8_t buffer[] = { variable 227 uint8_t buffer[] = { variable 250 uint8_t buffer[] = { variable [all …]
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
| D | memory_file.cpp | 32 uint64_t MemoryFileStorage::Write(uint64_t index, const void* buffer, uint64_t count) in Write() 43 MemoryFile::MemoryFile(std::shared_ptr<MemoryFileStorage>&& buffer) : buffer_(move(buffer)) {} in MemoryFile() 52 uint64_t MemoryFile::Read(void* buffer, uint64_t count) in Read() 74 uint64_t MemoryFile::Write(const void* buffer, uint64_t count) in Write()
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
| D | native_image_test.cpp | 47 sptr<SurfaceBuffer> buffer = nullptr; variable 66 sptr<SurfaceBuffer> buffer = nullptr; variable 84 sptr<SurfaceBuffer> buffer = nullptr; variable 102 sptr<SurfaceBuffer> buffer = nullptr; variable 120 sptr<SurfaceBuffer> buffer = nullptr; variable 137 sptr<SurfaceBuffer> buffer = nullptr; variable 152 sptr<SurfaceBuffer> buffer = nullptr; variable 169 sptr<SurfaceBuffer> buffer = nullptr; variable 198 sptr<SurfaceBuffer> buffer = nullptr; variable 218 sptr<SurfaceBuffer> buffer = nullptr; variable [all …]
|
| /foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/ability_lite/slite/ |
| D | ability_saved_data.cpp | 27 SavedResultCode AbilitySavedData::SetSavedData(const void *buffer, uint16_t bufferSize) in SetSavedData() 32 SavedResultCode AbilitySavedData::SetUserSavedData(const void *buffer, uint16_t bufferSize) in SetUserSavedData() 37 SavedResultCode AbilitySavedData::GetSavedData(void *buffer, uint16_t bufferSize, uint16_t *getData… in GetSavedData() 42 SavedResultCode AbilitySavedData::GetUserSavedData(void *buffer, uint16_t bufferSize, uint16_t *get… in GetUserSavedData()
|
| /foundation/multimedia/media_foundation/tests/unittest/avbuffer_queue/ |
| D | avbuffer_queue_func_unit_test.cpp | 203 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable 220 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable 237 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable 255 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable 273 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable 293 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable 315 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config); variable
|
| /foundation/multimedia/media_foundation/services/media_monitor/server/src/ |
| D | audio_buffer_cache.cpp | 39 int32_t AudioBufferCache::RequestBuffer(std::shared_ptr<AudioBuffer> &buffer, int32_t size) in RequestBuffer() 54 int32_t AudioBufferCache::ReleaseBuffer(std::shared_ptr<AudioBuffer> &buffer) in ReleaseBuffer() 92 int32_t AudioBufferCache::GetBufferById(std::shared_ptr<AudioBuffer> &buffer, uint64_t bufferId) in GetBufferById() 103 int32_t AudioBufferCache::SetBufferSize(std::shared_ptr<AudioBuffer> &buffer, int32_t size) in SetBufferSize() 111 int32_t AudioBufferCache::RequestCacheBuffer(std::shared_ptr<AudioBuffer> &buffer, int32_t size) in RequestCacheBuffer() 133 int32_t AudioBufferCache::AllocBuffer(std::shared_ptr<AudioBuffer> &buffer, int32_t size) in AllocBuffer() 145 int32_t AudioBufferCache::AllocAudioBuffer(std::shared_ptr<AudioBuffer> &buffer, int32_t size) in AllocAudioBuffer()
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
| D | image_creator_test.cpp | 62 uint32_t *buffer = nullptr; variable 80 uint32_t *buffer = nullptr; variable 100 OHOS::sptr<OHOS::SurfaceBuffer> buffer = nullptr; variable 116 OHOS::sptr<OHOS::SurfaceBuffer> buffer; variable 195 OHOS::sptr<OHOS::SurfaceBuffer> buffer = creator->DequeueImage(); variable 210 OHOS::sptr<OHOS::SurfaceBuffer> buffer = creator->DequeueImage(); variable 226 OHOS::sptr<OHOS::SurfaceBuffer> buffer; variable 252 uint8_t *buffer = static_cast<uint8_t *>(malloc(bufferSize)); variable
|
| /foundation/communication/ipc/ipc/native/test/unittest/common/ |
| D | buffer_object_unittest.cpp | 219 char * buffer = object.GetSendBufferAndLock(SOCKET_BUFF_SIZE_USER_HUGE + 1); variable 233 char * buffer = object.GetSendBufferAndLock(SOCKET_BUFF_SIZE_USER_S); variable 252 char * buffer = object.GetSendBufferAndLock(SOCKET_BUFF_SIZE_USER_S); variable 268 char* buffer = object.GetSendBufferAndLock(MAX_RAWDATA_SIZE); variable 282 char * buffer = object.GetReceiveBufferAndLock(SOCKET_BUFF_SIZE_USER_HUGE + 1); variable 296 char * buffer = object.GetReceiveBufferAndLock(SOCKET_BUFF_SIZE_USER_S); variable 315 char * buffer = object.GetReceiveBufferAndLock(SOCKET_BUFF_SIZE_USER_S); variable 331 char* buffer = object.GetReceiveBufferAndLock(MAX_RAWDATA_SIZE); variable
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/ |
| D | mtp_set_object_prop_test.cpp | 33 vector<uint8_t> buffer; variable 63 vector<uint8_t> buffer; variable 83 vector<uint8_t> buffer; variable 99 vector<uint8_t> buffer; variable 158 vector<uint8_t> buffer; variable 179 vector<uint8_t> buffer; variable 202 vector<uint8_t> buffer; variable 225 vector<uint8_t> buffer; variable 248 vector<uint8_t> buffer; variable
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
| D | avrcp_tg_notification.cpp | 105 …auto buffer = BufferMalloc(AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssemblePlaybackStatusChanged() local 139 …auto buffer = BufferMalloc(AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssembleTrackChanged() local 173 …auto buffer = BufferMalloc(AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssemblePlaybackPosChanged() local 217 auto buffer = BufferMalloc(bufferSize); in AssemblePlayerApplicationSettingChanged() local 265 auto buffer = BufferMalloc(bufferSize); in AssembleAddressedPlayerChanged() local 299 …auto buffer = BufferMalloc(AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssembleUidsChanged() local 333 …auto buffer = BufferMalloc(AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssembleVolumeChanged() local 367 …auto buffer = BufferMalloc(AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssembleCommonChanged() local 390 bool AvrcTgNotifyPacket::DisassembleParameters(uint8_t *buffer) in DisassembleParameters()
|
| /foundation/graphic/graphic_surface/surface/test/unittest/ |
| D | producer_surface_test.cpp | 58 static inline GSError OnBufferRelease(sptr<SurfaceBuffer> &buffer) in OnBufferRelease() 131 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); variable 147 sptr<SurfaceBuffer> buffer = nullptr; variable 163 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); variable 179 sptr<SurfaceBuffer> buffer = nullptr; variable 211 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); variable 226 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); variable 241 sptr<SurfaceBuffer> buffer = nullptr; variable 274 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); variable 291 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); variable [all …]
|
| /foundation/communication/ipc/ipc/test/serializer/ |
| D | utils_serializer_test.cpp | 128 uint8_t buffer[BUFFER_SIZE] = {0}; variable 225 uint8_t buffer[BUFFER_SIZE] = {0}; variable 267 uint8_t buffer[BUFFER_SIZE] = {0}; variable 318 uint8_t buffer[BUFFER_SIZE] = {0}; variable 373 uint8_t buffer[BUFFER_SIZE] = {0}; variable 420 uint8_t buffer[BUFFER_SIZE] = {0}; variable 470 uint8_t buffer[BUFFER_SIZE] = {0}; variable 520 uint8_t buffer[BUFFER_SIZE] = {0}; variable 569 uint8_t buffer[BUFFER_SIZE] = {0}; variable 624 uint8_t buffer[BUFFER_SIZE] = {0}; variable [all …]
|