Home
last modified time | relevance | path

Searched refs:obtainComplex (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleObjectPool.cpp85 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainComplex() { in obtainComplex() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehicleObjectPool.cpp93 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainComplex() { in obtainComplex() function in android::hardware::automotive::vehicle::VehiclePropValuePool
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h189 RecyclableType obtainComplex();
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHal.cpp113 v = getValuePool()->obtainComplex(); in get()
119 v = getValuePool()->obtainComplex(); in get()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleObjectPool.h216 RecyclableType obtainComplex();
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehicleObjectPoolTest.cpp250 auto prop = mValuePool->obtainComplex(); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp185 auto pValue = objectPool->obtainComplex(); in getComplexProperty()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp117 pValue = getValuePool()->obtainComplex(); in get()