Searched refs:headerLength (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_snoop_filter_acl.c | 88 uint8_t headerLength; member 240 l2capInfo->headerLength = sizeof(L2capBasicHeader); in AddL2capConnection() 518 connInfo->headerLength = in ProcessL2capConfigurationRequest() 564 connInfo->headerLength = in ProcessL2capConfigurationResponse() 670 *offset = sizeof(HciAclDataHeader) + l2capInfo->headerLength; in RfcommDataCheckFrameTypeUih() 769 BtmChangeIncludeLength(includedLength, sizeof(HciAclDataHeader) + l2capInfo->headerLength); in L2capDataFilterUseGoepPbap() 777 BtmChangeIncludeLength(includedLength, sizeof(HciAclDataHeader) + l2capInfo->headerLength); in L2capDataFilterUseGoepMap() 789 offset += l2capInfo->headerLength; in L2capDataFilterUseRfcomm() 817 uint16_t offset = sizeof(HciAclDataHeader) + l2capInfo->headerLength + AVDT_MEDIA_PACKET_HEADER_LEN; in L2capDataFilterUseAvdtp() 827 uint16_t offset = sizeof(HciAclDataHeader) + l2capInfo->headerLength in L2capDataFilterUseAvctp() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_pixelmap.cpp | 145 static constexpr int headerLength = 24; // NOLINT member 388 context.parcel.SkipBytes(UnmarshallingContext::headerLength); in UnmarshalFromSharedMemory() 414 CacheImage(id, imageData, UnmarshallingContext::headerLength); in UnmarshalFromSharedMemory() 557 CacheImage(id, imageData, UnmarshallingContext::headerLength); in OnClientMarshalling()
|
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font_vector.cpp | 328 int32_t headerLength = lseek(fpTtf, 0, SEEK_END); in GetTtfInfoFromTtf() local 329 if (headerLength < 0) { in GetTtfInfoFromTtf() 333 ttfHeader.len = static_cast<uint32_t>(headerLength); in GetTtfInfoFromTtf() 344 if (ret != headerLength) { in GetTtfInfoFromTtf()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_frames.c | 288 uint8_t headerLength = (modemSts->breakSignal) ? RFCOMM_MSC_HAVEBREAK_HEADER_LEN : RFCOMM_MSC_NO_BREAK_HEADER_LEN; in RfcommSendUihMsc() local 313 return RfcommSendData(session->l2capId, header, headerLength, tail, NULL); in RfcommSendUihMsc() 368 uint8_t headerLength = portConfig ? RFCOMM_RPN_CMDHEADER_LEN : RFCOMM_RPN_REQHEADER_LEN; in RfcommSendUihRpn() local 402 return RfcommSendData(session->l2capId, header, headerLength, tail, NULL); in RfcommSendUihRpn()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | image_loader_ktx.cpp | 516 const size_t headerLength = static_cast<size_t>(data - image->fileBytes_.get()) + sizeof(uint32_t); in Load() local 518 image->imageBytesLength_ = image->fileBytesLength_ - headerLength; in Load()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_le.c | 608 uint16_t headerLength; in L2capLeSegmentPacketWithCredit() local 611 headerLength = L2CAP_HEADER_LENGTH + L2CAP_SIZE_2; in L2capLeSegmentPacketWithCredit() 616 fragPkt = PacketInheritMalloc(frag, headerLength, 0); in L2capLeSegmentPacketWithCredit() 623 if (headerLength > L2CAP_HEADER_LENGTH) { in L2capLeSegmentPacketWithCredit() 632 headerLength = L2CAP_HEADER_LENGTH; in L2capLeSegmentPacketWithCredit()
|
H A D | l2cap_core.c | 885 uint16_t headerLength; in L2capBuildIFrame() local 889 headerLength = L2CAP_HEADER_LENGTH + L2CAP_SIZE_2; in L2capBuildIFrame() 891 headerLength = L2CAP_HEADER_LENGTH + L2CAP_SIZE_4; in L2capBuildIFrame() 898 ipkt = PacketInheritMalloc(pkt, headerLength, tailLength); in L2capBuildIFrame()
|
Completed in 13 milliseconds