Searched defs:front (Results 1 – 7 of 7) sorted by relevance
22 for (size_t front = 0, end = size - 1; front < end; front++, end--) { in swapBytes() local
47 ElementType &FixedSizeVector<ElementType, kCapacity>::front() { in front() function53 const ElementType &FixedSizeVector<ElementType, kCapacity>::front() const { in front() function
50 ElementType &ArrayQueueCore<ElementType, StorageType>::front() { in front() function56 const ElementType &ArrayQueueCore<ElementType, StorageType>::front() const { in front() function
318 ElementType &DynamicVector<ElementType>::front() { in front() function324 const ElementType &DynamicVector<ElementType>::front() const { in front() function
226 ElementType &front() { in front() function229 const ElementType &front() const { in front() function
70 int32_t audio_utils_fifo_base::diff(uint32_t rear, uint32_t front, size_t *lost, bool flush) const in diff()209 uint32_t front = mFifo.mThrottleFrontSync == AUDIO_UTILS_FIFO_SYNC_SINGLE_THREADED ? in obtain() local320 uint32_t front = mFifo.mThrottleFrontSync == AUDIO_UTILS_FIFO_SYNC_SINGLE_THREADED ? in release() local
411 uint8_t front; member