Searched refs:timeInDriverNs (Results 1 – 2 of 2) sorted by relevance
223 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() local383 timeInDriverNs = (duration == uint64cap) ? -1 in executeSynchronouslyInternal()391 {.timeOnDeviceNs = timeOnDeviceNs, .timeInDriverNs = timeInDriverNs}}; in executeSynchronouslyInternal()
62 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()