Home
last modified time | relevance | path

Searched refs:obtainInt32 (Results 1 – 8 of 8) 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/aidl/impl/utils/common/src/
DVehicleObjectPool.cpp69 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainInt32(int32_t value) { in obtainInt32() function in android::hardware::automotive::vehicle::VehiclePropValuePool
115 return obtainInt32(value); in obtainBoolean()
/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/common/include/vhal_v2_0/
DVehicleObjectPool.h185 RecyclableType obtainInt32(int32_t value);
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleObjectPool.h208 RecyclableType obtainInt32(int32_t value);
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehicleObjectPoolTest.cpp214 auto prop = mValuePool->obtainInt32(1234); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp289 mObjectPool->obtainInt32(mFuzzedDataProvider->ConsumeIntegral<int32_t>()); in invokeSetAndGetValues()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp821 result = mValuePool->obtainInt32(/* value= */ 5); in maybeGetSpecialValue()
943 auto result = mValuePool->obtainInt32(response.bootupreason()); in getApPowerBootupReason()