Searched refs:obtainInt32 (Results 1 – 8 of 8) sorted by relevance
57 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainInt32( in obtainInt32() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool107 return obtainInt32(value); in obtainBoolean()
69 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainInt32(int32_t value) { in obtainInt32() function in android::hardware::automotive::vehicle::VehiclePropValuePool115 return obtainInt32(value); in obtainBoolean()
389 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()
185 RecyclableType obtainInt32(int32_t value);
208 RecyclableType obtainInt32(int32_t value);
214 auto prop = mValuePool->obtainInt32(1234); in TEST_F()
289 mObjectPool->obtainInt32(mFuzzedDataProvider->ConsumeIntegral<int32_t>()); in invokeSetAndGetValues()
821 result = mValuePool->obtainInt32(/* value= */ 5); in maybeGetSpecialValue()943 auto result = mValuePool->obtainInt32(response.bootupreason()); in getApPowerBootupReason()