Searched defs:clear (Results 1 - 25 of 34) sorted by relevance

12

/system/core/include/utils/
H A DCallStack.h43 void clear() { mFrameLines.clear(); } function in class:android::CallStack
H A DStrongPointer.h81 void clear();
229 void sp<T>::clear() { function in class:android::sp
H A DKeyedVector.h46 inline void clear() { mVector.clear(); } function in class:android::KeyedVector
H A DBitSet.h40 inline void clear() { clear(value); } function in struct:android::BitSet32
42 static inline void clear(uint32_t& value) { value = 0UL; } function in struct:android::BitSet32
182 inline void clear() { clear(value); } function in struct:android::BitSet64
184 static inline void clear(uint64_t& value) { value = 0ULL; } function in struct:android::BitSet64
H A DLruCache.h53 void clear();
176 clear();
255 void LruCache<TKey, TValue>::clear() { function in class:android::LruCache
266 mSet->clear();
H A DSortedVector.h57 inline void clear() { VectorImpl::clear(); } function in class:android::SortedVector
H A DList.h171 clear();
245 void clear() { function in class:android::List
308 * The simplest way to do this would be to clear out the target list and
H A DVector.h80 inline void clear() { VectorImpl::clear(); } function in class:android::Vector
/system/core/libutils/include/utils/
H A DCallStack.h43 void clear() { mFrameLines.clear(); } function in class:android::CallStack
H A DStrongPointer.h81 void clear();
229 void sp<T>::clear() { function in class:android::sp
H A DKeyedVector.h46 inline void clear() { mVector.clear(); } function in class:android::KeyedVector
H A DBitSet.h40 inline void clear() { clear(value); } function in struct:android::BitSet32
42 static inline void clear(uint32_t& value) { value = 0UL; } function in struct:android::BitSet32
182 inline void clear() { clear(value); } function in struct:android::BitSet64
184 static inline void clear(uint64_t& value) { value = 0ULL; } function in struct:android::BitSet64
H A DLruCache.h53 void clear();
176 clear();
255 void LruCache<TKey, TValue>::clear() { function in class:android::LruCache
266 mSet->clear();
H A DSortedVector.h57 inline void clear() { VectorImpl::clear(); } function in class:android::SortedVector
/system/core/libpixelflinger/codeflinger/tinyutils/
H A Dsmartpointer.h70 void clear();
165 void sp<T>::clear() function in class:android::tinyutils::sp
/system/extras/slideshow/
H A Dslideshow.cpp51 static void clear() function
160 clear();
/system/chre/util/include/chre/util/
H A Ddynamic_vector_impl.h47 clear();
53 void DynamicVector<ElementType>::clear() { function in class:chre::DynamicVector
238 clear();
/system/core/libutils/
H A DPropertyMap.cpp42 void PropertyMap::clear() { function in class:android::PropertyMap
43 mProperties.clear();
H A DProcessCallStack.cpp124 void ProcessCallStack::clear() { function in class:android::ProcessCallStack
125 mThreadMap.clear();
139 clear();
H A DVectorImpl.cpp301 void VectorImpl::clear() function in class:android::VectorImpl
/system/bt/osi/src/
H A Dmetrics_linux.cc179 void BluetoothMetricsLogger::WriteString(std::string* serialized, bool clear) { argument
184 bool clear) {
188 void BluetoothMetricsLogger::WriteBase64(int fd, bool clear) { argument
183 WriteBase64String(std::string* serialized, bool clear) argument
H A Dmetrics.cc399 void BluetoothMetricsLogger::WriteString(std::string* serialized, bool clear) { argument
408 if (clear) {
414 bool clear) {
415 this->WriteString(serialized, clear);
419 void BluetoothMetricsLogger::WriteBase64(int fd, bool clear) { argument
421 this->WriteBase64String(&protoBase64, clear);
413 WriteBase64String(std::string* serialized, bool clear) argument
/system/core/liblog/
H A Dlogger.h80 int (*clear)(struct android_log_logger* logger, member in struct:android_log_transport_read
/system/libhidl/base/
H A DHidlSupport.cpp147 clear();
176 clear();
184 clear();
192 clear();
203 clear();
240 other.clear();
243 void hidl_string::clear() { function in class:android::hardware::hidl_string
257 clear();
/system/core/include/sysutils/
H A DList.h172 clear();
246 void clear() { function in class:android::sysutils::List
309 * The simplest way to do this would be to clear out the target list and

Completed in 349 milliseconds

12