Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleObjectPool.cpp85 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainComplex() { in obtainComplex() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleObjectPool.h189 RecyclableType obtainComplex();
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedVehicleHal.cpp147 v = pool.obtainComplex(); in get()
151 v = pool.obtainComplex(); in get()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
H A DVehicleManager_fuzzer.cpp127 pValue = getValuePool()->obtainComplex(); in get()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleHalManager_test.cpp185 auto pValue = objectPool->obtainComplex(); in getComplexProperty()