Home
last modified time | relevance | path

Searched refs:obtainInt32 (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleObjectPool.cpp57 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainInt32( in obtainInt32() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool
107 return obtainInt32(value); in obtainBoolean()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp370 auto expectedValue = hal->getValuePool()->obtainInt32(VAL); in TEST_F()
391 auto expectedValue1 = hal->getValuePool()->obtainInt32(VAL1); in TEST_F()
397 auto expectedValue2 = hal->getValuePool()->obtainInt32(VAL2); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h184 RecyclableType obtainInt32(int32_t value);