Home
last modified time | relevance | path

Searched +defs:erase +defs:buffer (Results 1 – 25 of 623) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
H A DCircularCaptureBuffer.java34 public int write(float[] buffer) { in write()
38 public int write(float[] buffer, int offset, int numSamples) { in write()
64 public int readMostRecent(float[] buffer) { in readMostRecent()
75 public int readMostRecent(float[] buffer, int offset, int numSamples) { in readMostRecent()
95 public void erase() { in erase() method in CircularCaptureBuffer
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
H A DCircularBufferFloat.java35 public int write(float[] buffer) { in write()
46 public int write(float[] buffer, int offset, int numSamples) { in write()
77 public int readMostRecent(float[] buffer) { in readMostRecent()
88 public int readMostRecent(float[] buffer, int offset, int numSamples) { in readMostRecent()
111 public void erase() { in erase() method in CircularBufferFloat
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DClientCache.cpp63 ClientCache::add(const client_cache_t& cacheId, const sp<GraphicBuffer>& buffer) { in add()
121 sp<GraphicBuffer> ClientCache::erase(const client_cache_t& cacheId) { in erase() function in android::ClientCache
122 sp<GraphicBuffer> buffer; in erase() local
230 const auto& buffer = entry.buffer->getBuffer(); in dump() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dsmall_vector.h268 iterator erase(const_iterator pos) { return erase(pos, pos + 1); } in erase() function
270 iterator erase(const_iterator first, const_iterator last) { in erase() function
473 PodType buffer[small_size]; variable
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/util/
Dsmall_vector.h268 iterator erase(const_iterator pos) { return erase(pos, pos + 1); } in erase() function
270 iterator erase(const_iterator first, const_iterator last) { in erase() function
473 PodType buffer[small_size]; variable
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/util/
H A Dsmall_vector.h268 iterator erase(const_iterator pos) { return erase(pos, pos + 1); } in erase() function
270 iterator erase(const_iterator first, const_iterator last) { in erase() function
473 PodType buffer[small_size]; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Ddevector.hpp1852 iterator erase(const_iterator position) in erase() function in boost::container::devector
1876 iterator erase(const_iterator first, const_iterator last) in erase() function in boost::container::devector
1901 iterator erase(iterator first, iterator last) in erase() function in boost::container::devector
2100 void construct_n(pointer buffer, size_type n, Args&&... args) in construct_n()
2108 …void guarded_construct_n(pointer buffer, size_type n, detail::construction_guard<allocator_type>& … in guarded_construct_n()
2969 pointer buffer; member
/aosp_15_r20/hardware/interfaces/camera/common/default/
H A DCameraMetadata.cpp44 CameraMetadata::CameraMetadata(camera_metadata_t* buffer) : mBuffer(NULL), mLocked(false) { in CameraMetadata()
52 CameraMetadata& CameraMetadata::operator=(const camera_metadata_t* buffer) { in operator =()
110 void CameraMetadata::acquire(camera_metadata_t* buffer) { in acquire()
359 status_t CameraMetadata::erase(uint32_t tag) { in erase() function in android::hardware::camera::common::helper::CameraMetadata
/aosp_15_r20/frameworks/av/camera/
H A DCameraMetadata.cpp59 CameraMetadata::CameraMetadata(camera_metadata_t *buffer) : in CameraMetadata()
68 CameraMetadata &CameraMetadata::operator=(const camera_metadata_t *buffer) { in operator =()
127 void CameraMetadata::acquire(camera_metadata_t *buffer) { in acquire()
397 status_t CameraMetadata::erase(uint32_t tag) { in erase() function in android::CameraMetadata
745 camera_metadata *buffer = NULL; in readFromParcel() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dbalsa_headers.h698 void WriteHeaderAndEndingToBuffer(Buffer* buffer, CaseOption case_option, in WriteHeaderAndEndingToBuffer()
705 void WriteHeaderAndEndingToBuffer(Buffer* buffer) const { in WriteHeaderAndEndingToBuffer()
714 static void WriteHeaderEndingToBuffer(Buffer* buffer) { in WriteHeaderEndingToBuffer()
728 void WriteToBuffer(Buffer* buffer) const { in WriteToBuffer()
763 void WriteHeaderKeyToBuffer(Buffer* buffer, absl::string_view key, in WriteHeaderKeyToBuffer()
787 void WriteHeaderLineToBuffer(Buffer* buffer, absl::string_view key, in WriteHeaderLineToBuffer()
808 Buffer* buffer, absl::string_view key, in WriteHeaderLineValuesToBuffer()
1338 inline void BalsaHeaders::erase(const const_header_lines_iterator& it) { in erase() function
1345 void BalsaHeaders::WriteToBuffer(Buffer* buffer, CaseOption case_option, in WriteToBuffer()
1400 Buffer* buffer, const MultivaluedHeadersSet& multivalued_headers, in WriteToBufferCoalescingMultivaluedHeaders()
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dhash_set.h275 HashSet(value_type* buffer, size_t buffer_size) in HashSet()
277 HashSet(value_type* buffer, size_t buffer_size, const allocator_type& alloc) in HashSet()
279 HashSet(double min_load_factor, double max_load_factor, value_type* buffer, size_t buffer_size) in HashSet()
283 value_type* buffer, in HashSet()
291 value_type* buffer, in HashSet()
421 iterator erase(iterator it) { in erase() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dhash_set.h278 HashSet(value_type* buffer, size_t buffer_size) in HashSet()
280 HashSet(value_type* buffer, size_t buffer_size, const allocator_type& alloc) in HashSet()
282 HashSet(double min_load_factor, double max_load_factor, value_type* buffer, size_t buffer_size) in HashSet()
286 value_type* buffer, in HashSet()
414 iterator erase(iterator it) { in erase() function
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dhash_set.h278 HashSet(value_type* buffer, size_t buffer_size) in HashSet()
280 HashSet(value_type* buffer, size_t buffer_size, const allocator_type& alloc) in HashSet()
282 HashSet(double min_load_factor, double max_load_factor, value_type* buffer, size_t buffer_size) in HashSet()
286 value_type* buffer, in HashSet()
414 iterator erase(iterator it) { in erase() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dhash_set.h286 HashSet(value_type* buffer, size_t buffer_size) in HashSet()
288 HashSet(value_type* buffer, size_t buffer_size, const allocator_type& alloc) in HashSet()
290 HashSet(double min_load_factor, double max_load_factor, value_type* buffer, size_t buffer_size) in HashSet()
294 value_type* buffer, in HashSet()
302 value_type* buffer, in HashSet()
432 iterator erase(iterator it) { in erase() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dhash_set.h286 HashSet(value_type* buffer, size_t buffer_size) in HashSet()
288 HashSet(value_type* buffer, size_t buffer_size, const allocator_type& alloc) in HashSet()
290 HashSet(double min_load_factor, double max_load_factor, value_type* buffer, size_t buffer_size) in HashSet()
294 value_type* buffer, in HashSet()
302 value_type* buffer, in HashSet()
432 iterator erase(iterator it) { in erase() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dhash_set.h286 HashSet(value_type* buffer, size_t buffer_size) in HashSet()
288 HashSet(value_type* buffer, size_t buffer_size, const allocator_type& alloc) in HashSet()
290 HashSet(double min_load_factor, double max_load_factor, value_type* buffer, size_t buffer_size) in HashSet()
294 value_type* buffer, in HashSet()
302 value_type* buffer, in HashSet()
432 iterator erase(iterator it) { in erase() function
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dhash_set.h286 HashSet(value_type* buffer, size_t buffer_size) in HashSet()
288 HashSet(value_type* buffer, size_t buffer_size, const allocator_type& alloc) in HashSet()
290 HashSet(double min_load_factor, double max_load_factor, value_type* buffer, size_t buffer_size) in HashSet()
294 value_type* buffer, in HashSet()
302 value_type* buffer, in HashSet()
432 iterator erase(iterator it) { in erase() function
/aosp_15_r20/art/libartbase/base/
H A Dhash_set.h286 HashSet(value_type* buffer, size_t buffer_size) in HashSet()
288 HashSet(value_type* buffer, size_t buffer_size, const allocator_type& alloc) in HashSet()
290 HashSet(double min_load_factor, double max_load_factor, value_type* buffer, size_t buffer_size) in HashSet()
294 value_type* buffer, in HashSet()
302 value_type* buffer, in HashSet()
432 iterator erase(iterator it) { in erase() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dhash_set.h286 HashSet(value_type* buffer, size_t buffer_size) in HashSet()
288 HashSet(value_type* buffer, size_t buffer_size, const allocator_type& alloc) in HashSet()
290 HashSet(double min_load_factor, double max_load_factor, value_type* buffer, size_t buffer_size) in HashSet()
294 value_type* buffer, in HashSet()
302 value_type* buffer, in HashSet()
432 iterator erase(iterator it) { in erase() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dhash_set.h286 HashSet(value_type* buffer, size_t buffer_size) in HashSet()
288 HashSet(value_type* buffer, size_t buffer_size, const allocator_type& alloc) in HashSet()
290 HashSet(double min_load_factor, double max_load_factor, value_type* buffer, size_t buffer_size) in HashSet()
294 value_type* buffer, in HashSet()
302 value_type* buffer, in HashSet()
432 iterator erase(iterator it) { in erase() function
/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/
H A Dcontainers.h141 TStorage buffer[BASE_CAPACITY]; variable
500 void list<T>::erase(iterator it) { in erase() function
/aosp_15_r20/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dauthorization_set.cpp149 bool AuthorizationSet::erase(int index) { in erase() function in android::hardware::keymaster::V3_0::AuthorizationSet
208 uint32_t buffer; in serializeParamValue() local
/aosp_15_r20/frameworks/av/media/module/foundation/
H A DAString.cpp170 void AString::erase(size_t start, size_t n) { in erase() function in android::AString
389 char *buffer; in AStringPrintf() local
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DArrayMap.java390 public void erase() { in erase() method in ArrayMap
896 StringBuilder buffer = new StringBuilder(mSize * 28); in toString() local
/aosp_15_r20/frameworks/av/media/module/bufferpool/1.0/
H A DAccessorImpl.cpp107 bool erase(std::map<T, std::set<U>> *mapOfSet, T key, U value) { in erase() function
502 std::unique_ptr<InternalBuffer> buffer = in addNewBuffer() local

12345678910>>...25