Home
last modified time | relevance | path

Searched refs:obtainComplex (Results 1 – 4 of 4) 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.h188 RecyclableType obtainComplex();
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp111 v = pool.obtainComplex(); in get()
115 v = pool.obtainComplex(); in get()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp74 pValue = getValuePool()->obtainComplex(); in get()