Home
last modified time | relevance | path

Searched defs:emplace (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DAData.h100 inline static void NO_CFI emplace(size_t totalSize, T *addr, Args&&... args) { in emplace() function
167 inline void NO_CFI emplace(Args&&... args) { in emplace() function
/aosp12/hardware/google/pixel/perfstatsd/
H A Dperfstats_buffer.cpp23 void PerfstatsBuffer::emplace(StatsData &&data) { in emplace() function in PerfstatsBuffer
/aosp12/system/chre/util/include/chre/util/
H A Dpriority_queue_impl.h65 bool PriorityQueue<ElementType, CompareFunction>::emplace(Args &&... args) { in emplace() function
H A Darray_queue_impl.h175 bool ArrayQueue<ElementType, kCapacity>::emplace(Args &&... args) { in emplace() function
/aosp12/frameworks/av/media/libmediatranscoding/include/media/
H A DAdjustableMaxPriorityQueue.h146 bool AdjustableMaxPriorityQueue<T, Comparator>::emplace(Args&&... args) { in emplace() function
/aosp12/system/libbase/include/android-base/
H A Dexpected.h298 T& emplace(Args&&... args) { in emplace() function
306 T& emplace(std::initializer_list<U> il, Args&&... args) { in emplace() function
547 void emplace() { in emplace() function
/aosp12/frameworks/native/services/sensorservice/
H A DRingBuffer.h291 void RingBuffer<T>::emplace(Args&&... args) { in emplace() function
/aosp12/frameworks/av/media/libmedia/include/media/
H A DRingBuffer.h291 void RingBuffer<T>::emplace(Args&&... args) { in emplace() function
/aosp12/art/libartbase/base/
H A Ddchecked_vector.h185 iterator emplace(const_iterator position, Args&&... args) { in emplace() function
H A Dsafe_map.h162 std::pair<iterator, bool> emplace(Args&&... args) { in emplace() function
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceTracing.cpp102 void SurfaceTracing::LayersTraceBuffer::emplace(LayersTraceProto&& proto) { in emplace() function in android::SurfaceTracing::LayersTraceBuffer
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2Store.cpp1063 auto emplace = [this](const char *libPath) { in C2PlatformComponentStore() local