Home
last modified time | relevance | path

Searched refs:obtainComplex (Results 1 – 5 of 5) 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/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h189 RecyclableType obtainComplex();
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp147 v = pool.obtainComplex(); in get()
151 v = pool.obtainComplex(); in get()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp127 pValue = getValuePool()->obtainComplex(); in get()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp185 auto pValue = objectPool->obtainComplex(); in getComplexProperty()