Home
last modified time | relevance | path

Searched refs:mValueTypePools (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleObjectPool.cpp96 auto it = mValueTypePools.find(key); in obtainRecylable()
98 if (it == mValueTypePools.end()) { in obtainRecylable()
100 it = mValueTypePools.emplace(key, std::move(newPool)).first; in obtainRecylable()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehicleObjectPool.cpp104 auto it = mValueTypePools.find(key); in obtainRecyclable()
106 if (it == mValueTypePools.end()) { in obtainRecyclable()
109 it = mValueTypePools.emplace(key, std::move(newPool)).first; in obtainRecyclable()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h237 std::map<int32_t, std::unique_ptr<InternalPool>> mValueTypePools; variable
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleObjectPool.h285 std::map<int32_t, std::unique_ptr<InternalPool>> mValueTypePools GUARDED_BY(mLock);