Searched refs:obtainInt32 (Results 1 – 4 of 4) sorted by relevance
57 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainInt32( in obtainInt32() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool107 return obtainInt32(value); in obtainBoolean()
185 RecyclableType obtainInt32(int32_t value);
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()
245 auto expectedValue = mObjectPool->obtainInt32(mFuzzedDataProvider->ConsumeIntegral<int32_t>()); in invokeSetAndGetValues()