Home
last modified time | relevance | path

Searched defs:timeoutInNano (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DPendingRequestPool.cpp42 PendingRequestPool::PendingRequestPool(int64_t timeoutInNano) in PendingRequestPool()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp300 void DefaultVehicleHal::setTimeout(int64_t timeoutInNano) { in setTimeout()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DDefaultVehicleHalTest.cpp345 void setTimeout(int64_t timeoutInNano) { mVhal->setTimeout(timeoutInNano); } in setTimeout()