Searched refs:obtainInt64 (Results 1 – 7 of 7) sorted by relevance
64 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainInt64( in obtainInt64() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool
186 RecyclableType obtainInt64(int64_t value);
75 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainInt64(int64_t value) { in obtainInt64() function in android::hardware::automotive::vehicle::VehiclePropValuePool
210 RecyclableType obtainInt64(int64_t value);
223 auto prop = mValuePool->obtainInt64(1234); in TEST_F()
63 VehicleHal::VehiclePropValuePtr v = getValuePool()->obtainInt64(uptimeMillis()); in createVhalHeartBeatProp()
283 [&]() { mObjectPool->obtainInt64(mFuzzedDataProvider->ConsumeIntegral<int64_t>()); }, in invokeSetAndGetValues()