Home
last modified time | relevance | path

Searched refs:obtainInt32 (Results 1 – 4 of 4) 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/common/include/vhal_v2_0/
DVehicleObjectPool.h185 RecyclableType obtainInt32(int32_t value);
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp389 auto expectedValue = hal->getValuePool()->obtainInt32(VAL); in TEST_F()
410 auto expectedValue1 = hal->getValuePool()->obtainInt32(VAL1); in TEST_F()
416 auto expectedValue2 = hal->getValuePool()->obtainInt32(VAL2); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp245 auto expectedValue = mObjectPool->obtainInt32(mFuzzedDataProvider->ConsumeIntegral<int32_t>()); in invokeSetAndGetValues()