Home
last modified time | relevance | path

Searched refs:obtainInt64 (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleObjectPool.cpp64 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainInt64( in obtainInt64() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleObjectPool.h186 RecyclableType obtainInt64(int64_t value);
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedVehicleHal.cpp519 VehicleHal::VehiclePropValuePtr v = getValuePool()->obtainInt64(uptimeMillis()); in createVhalHeartBeatProp()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
H A DVehicleManager_fuzzer.cpp246 mObjectPool->obtainInt64(mFuzzedDataProvider->ConsumeIntegral<int64_t>()); in invokeSetAndGetValues()