Home
last modified time | relevance | path

Searched refs:isComplexType (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehicleObjectPool.cpp37 if (isComplexType(type)) { in obtain()
47 } else if (isComplexType(type)) { in obtain()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleObjectPool.h230 static inline bool isComplexType( in isComplexType() function
238 return vectorSize == 0 || vectorSize > mMaxRecyclableVectorSize || isComplexType(type); in isDisposable()