Home
last modified time | relevance | path

Searched defs:tailSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_ring_cache.cpp208 size_t tailSize = tempWriteIndex - (baseIndex_ + cacheTotalSize_); in Enqueue() local
250 size_t tailSize = tempReadIndex - (baseIndex_ + cacheTotalSize_); in HandleCrossDequeue() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dpacket.c68 Packet *PacketMalloc(uint16_t headSize, uint16_t tailSize, uint32_t payloadSize) in PacketMalloc()
120 Packet *PacketInheritMalloc(const Packet *pkt, uint16_t headSize, uint16_t tailSize) in PacketInheritMalloc()