Home
last modified time | relevance | path

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

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