Home
last modified time | relevance | path

Searched refs:timeInDriverNs (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/shim_and_sl/
DShimPreparedModel.cpp223 timingLaunched->timeInDriverNs = (duration == uint64cap) ? -1 in getExecutionInfo()
236 timingFenced->timeInDriverNs = (duration == uint64cap) ? -1 in getExecutionInfo()
241 timingFenced->timeInDriverNs = -1; in getExecutionInfo()
243 timingLaunched->timeInDriverNs = -1; in getExecutionInfo()
369 int64_t timeInDriverNs = -1; in executeSynchronouslyInternal() local
383 timeInDriverNs = (duration == uint64cap) ? -1 in executeSynchronouslyInternal()
391 {.timeOnDeviceNs = timeOnDeviceNs, .timeInDriverNs = timeInDriverNs}}; in executeSynchronouslyInternal()
/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriverAidl.cpp62 constexpr aidl_hal::Timing kNoTiming = {.timeOnDeviceNs = -1, .timeInDriverNs = -1};
475 .timeInDriverNs = nanosecondsDuration(driverEnd, driverStart)}; in executeSynchronously()
590 .timeInDriverNs = nanosecondsDuration(driverEnd, driverStart)}; in executeFenced()
593 .timeInDriverNs = nanosecondsDuration(driverEnd, driverStartAfterFence)}; in executeFenced()