Home
last modified time | relevance | path

Searched refs:BufferMalloc (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_notification.cpp105 …auto buffer = BufferMalloc(AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssemblePlaybackStatusChanged()
139 …auto buffer = BufferMalloc(AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssembleTrackChanged()
173 …auto buffer = BufferMalloc(AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssemblePlaybackPosChanged()
217 auto buffer = BufferMalloc(bufferSize); in AssemblePlayerApplicationSettingChanged()
265 auto buffer = BufferMalloc(bufferSize); in AssembleAddressedPlayerChanged()
299 …auto buffer = BufferMalloc(AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssembleUidsChanged()
333 …auto buffer = BufferMalloc(AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssembleVolumeChanged()
367 …auto buffer = BufferMalloc(AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssembleCommonChanged()
H A Davrcp_tg_vendor.cpp396 auto buffer = BufferMalloc(bufferSize); in AssembleCompanies()
438 auto buffer = BufferMalloc(bufferSize); in AssembleEvents()
517 auto buffer = BufferMalloc(bufferSize); in AssembleParameters()
966 auto buffer = BufferMalloc(bufferSize); in AssembleParameters()
1139 auto buffer = BufferMalloc(bufferSize); in AssembleParameters()
1318 auto buffer = BufferMalloc(bufferSize); in AssembleParameters()
1517 auto buffer = BufferMalloc(bufferSize); in AssembleParameters()
1711 auto buffer = BufferMalloc( in AssembleParameters()
1969 auto buffer = BufferMalloc(bufferSize); in AssembleParameters()
2071 auto buffer = BufferMalloc(bufferSize); in AssembleParameters()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_vendor.cpp189 auto buffer = BufferMalloc(AVRC_CT_VENDOR_PARAMETER_LENGTH_SIZE + AVRC_CT_GC_PARAMETER_LENGTH); in AssembleParameters()
288 auto buffer = BufferMalloc(AVRC_CT_LPASA_PARAMETER_LENGTH_SIZE); in AssembleParameters()
375 auto buffer = BufferMalloc(bufferSize); in AssembleParameters()
498 auto buffer = BufferMalloc(bufferSize); in AssembleParameters()
633 auto buffer = BufferMalloc(bufferSize); in AssembleParameters()
747 auto buffer = BufferMalloc(bufferSize); in AssembleParameters()
867 auto buffer = BufferMalloc(bufferSize); in AssembleParameters()
1044 auto buffer = BufferMalloc(bufferSize); in AssembleParameters()
1155 auto buffer = BufferMalloc(bufferSize); in AssembleParameters()
1488 auto buffer = BufferMalloc(bufferSize); in AssembleParameters()
[all …]
H A Davrcp_ct_notification.cpp64 auto buffer = BufferMalloc(bufferSize); in AssembleParameters()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_service_base.cpp42 Buffer *result = BufferMalloc(length); in BuildBuffer()
52 Buffer *result = BufferMalloc(length); in BuildBuffer()
H A Dgatt_server_profile.cpp1246 Buffer *value = BufferMalloc(db_.GetService(attHandle)->uuid_.GetUuidType()); in AssembleServicePackage()
1283BufferMalloc(sizeof(uint8_t) + sizeof(uint16_t) + db_.GetCharacteristic(attHandle)->uuid_.GetUuidT… in AssembleCharacteristicPackage()
H A Dgatt_client_profile.cpp285 Buffer *serviceUuid = BufferMalloc(uuid.GetUuidType()); in DiscoverPrimaryServicesByServiceUuid()
1288 Buffer *serviceUuid = BufferMalloc(uuidType); in DiscoverPrimaryServiceByUuidParsing()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbuffer.h49 BTSTACK_API Buffer *BufferMalloc(uint32_t size);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dbuffer.c29 Buffer *BufferMalloc(uint32_t size) in BufferMalloc() function
H A Dpacket.c45 payload->buf = BufferMalloc(size); in PayloadNew()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp503 Buffer *encBuf = BufferMalloc(encoded); in A2dpSbcEncodeFrames()
594 Buffer *encBuf = BufferMalloc(encoded); in EnqueuePacketFragment()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_response.c635 bufferPtr = BufferMalloc(len); in AttReadByTypeResponseAsync()
1084 Buffer *bufferNew = BufferMalloc(len); in AttReadByGroupTypeResponseAsync()
H A Datt_receive.c1479 bufferallPtr = BufferMalloc(buffSize + 1); in AttSignedWriteCommand()
1488 sigedWriteBuffPtr = BufferMalloc(sizeof(SigedWriteCommandConfirmationContext)); in AttSignedWriteCommand()
H A Datt_send_request.c1287 sigedWriteBuffPtr = BufferMalloc(sizeof(SigedWriteCommandGenerationContext)); in AttSignedWriteCommandAsync()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_server.c1484 newBuffer = BufferMalloc(offset + SDP_UINT8_LENGTH + 1); in BuildAttributeListArrayCommon()
1494 newBuffer = BufferMalloc(offset + SDP_UINT16_LENGTH + 1); in BuildAttributeListArrayCommon()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp875 Buffer *encBuf = BufferMalloc(CODEC_LENGTH); in WriteStream()