Searched defs:front (Results 1 – 11 of 11) sorted by relevance
| /system/chre/util/include/chre/util/ |
| D | intrusive_list_impl.h | 43 ListNode<ElementType> &IntrusiveList<ElementType>::front() { in front() function 49 const ListNode<ElementType> &IntrusiveList<ElementType>::front() const { in front() function
|
| D | fixed_size_vector_impl.h | 48 ElementType &FixedSizeVector<ElementType, kCapacity>::front() { in front() function 54 const ElementType &FixedSizeVector<ElementType, kCapacity>::front() const { in front() function
|
| D | array_queue_impl.h | 51 ElementType &ArrayQueueCore<ElementType, StorageType>::front() { in front() function 57 const ElementType &ArrayQueueCore<ElementType, StorageType>::front() const { in front() function
|
| D | dynamic_vector_impl.h | 336 ElementType &DynamicVector<ElementType>::front() { in front() function 342 const ElementType &DynamicVector<ElementType>::front() const { in front() function
|
| D | segmented_queue_impl.h | 124 ElementType &SegmentedQueue<ElementType, kBlockSize>::front() { in front() function 131 const ElementType &SegmentedQueue<ElementType, kBlockSize>::front() const { in front() function
|
| /system/chre/apps/test/chqts/src/shared/ |
| D | nano_endian.cc | 22 for (size_t front = 0, end = size - 1; front < end; front++, end--) { in swapBytes() local
|
| /system/chre/util/include/chre/util/system/ |
| D | atomic_spsc_queue.h | 226 ElementType &front() { in front() function 229 const ElementType &front() const { in front() function
|
| /system/media/audio_utils/ |
| D | fifo.cpp | 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() local 320 uint32_t front = mFifo.mThrottleFrontSync == AUDIO_UTILS_FIFO_SYNC_SINGLE_THREADED ? in release() local
|
| /system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/ |
| D | dynamic_vector_impl.h | 336 ElementType &DynamicVector<ElementType>::front() { in front() function 342 const ElementType &DynamicVector<ElementType>::front() const { in front() function
|
| /system/chre/host/tinysys/hal/ |
| D | tinysys_chre_connection.h | 160 ChreConnectionMessage &front() { in front() function
|
| /system/chre/chpp/include/chpp/ |
| D | transport.h | 383 uint8_t front; member
|