Home
last modified time | relevance | path

Searched refs:obtainInt64 (Results 1 – 7 of 7) 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/aidl/impl/utils/common/src/
DVehicleObjectPool.cpp75 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainInt64(int64_t value) { in obtainInt64() function in android::hardware::automotive::vehicle::VehiclePropValuePool
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleObjectPool.h210 RecyclableType obtainInt64(int64_t value);
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehicleObjectPoolTest.cpp223 auto prop = mValuePool->obtainInt64(1234); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHal.cpp63 VehicleHal::VehiclePropValuePtr v = getValuePool()->obtainInt64(uptimeMillis()); in createVhalHeartBeatProp()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp283 [&]() { mObjectPool->obtainInt64(mFuzzedDataProvider->ConsumeIntegral<int64_t>()); }, in invokeSetAndGetValues()