Home
last modified time | relevance | path

Searched defs:doPrepareForPush (Results 1 – 2 of 2) sorted by relevance

/system/chre/util/
Ddynamic_vector_base.cc51 bool DynamicVectorBase::doPrepareForPush(size_t elementSize) { in doPrepareForPush() function in chre::DynamicVectorBase
/system/chre/util/include/chre/util/
Ddynamic_vector_impl.h344 bool DynamicVector<ElementType>::doPrepareForPush(std::true_type) { in doPrepareForPush() function
349 bool DynamicVector<ElementType>::doPrepareForPush(std::false_type) { in doPrepareForPush() function