Home
last modified time | relevance | path

Searched refs:microseconds (Results 1 – 25 of 39) sorted by relevance

12

/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DExecutionBurstUtils.h49 std::chrono::microseconds getBurstControllerPollingTimeWindow();
58 std::chrono::microseconds getBurstServerPollingTimeWindow();
175 std::chrono::microseconds pollingTimeWindow);
197 std::chrono::microseconds pollingTimeWindow);
204 const std::chrono::microseconds kPollingTimeWindow;
267 create(size_t channelLength, std::chrono::microseconds pollingTimeWindow);
291 std::chrono::microseconds pollingTimeWindow);
296 const std::chrono::microseconds kPollingTimeWindow;
DExecutionBurstServer.h123 std::chrono::microseconds pollingTimeWindow = std::chrono::microseconds{0});
DExecutionBurstController.h160 std::chrono::microseconds pollingTimeWindow);
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DExecutionBurstUtils.cpp46 std::chrono::microseconds getPollingTimeWindow(const std::string& property) { in getPollingTimeWindow()
52 return std::chrono::microseconds(selectedPollingTimeWindow); in getPollingTimeWindow()
55 return std::chrono::microseconds(kDefaultPollingTimeWindow); in getPollingTimeWindow()
61 std::chrono::microseconds getBurstControllerPollingTimeWindow() { in getBurstControllerPollingTimeWindow()
65 std::chrono::microseconds getBurstServerPollingTimeWindow() { in getBurstServerPollingTimeWindow()
458 std::chrono::microseconds pollingTimeWindow) { in create()
475 std::chrono::microseconds pollingTimeWindow) in RequestChannelReceiver()
608 ResultChannelReceiver::create(size_t channelLength, std::chrono::microseconds pollingTimeWindow) { in create()
621 std::chrono::microseconds pollingTimeWindow) in ResultChannelReceiver()
DExecutionBurstServer.cpp152 std::chrono::microseconds pollingTimeWindow) { in create()
/hardware/interfaces/automotive/can/1.0/default/
DCanSocket.cpp80 static struct timeval toTimeval(std::chrono::microseconds t) { in toTimeval()
87 static int selectRead(const base::unique_fd& fd, std::chrono::microseconds timeout) { in selectRead()
/hardware/interfaces/sensors/2.1/
Dtypes.hal107 * continuous: minimum sample period allowed in microseconds
149 * microseconds.
152 * microseconds.
/hardware/interfaces/ir/1.0/
DIConsumerIr.hal24 * microseconds. The carrier should be turned off at the end of a transmit
/hardware/interfaces/usb/gadget/1.2/default/lib/include/
DUsbGadgetCommon.h92 using ::std::chrono::microseconds;
/hardware/interfaces/usb/gadget/1.1/default/lib/include/
DUsbGadgetCommon.h90 using ::std::chrono::microseconds;
/hardware/google/pixel/usb/include/pixelusb/
DUsbGadgetCommon.h92 using ::std::chrono::microseconds;
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateRequest.cpp100 std::chrono::microseconds{0}); in validate()
DValidateBurst.cpp71 ResultChannelReceiver::create(resultChannelLength, std::chrono::microseconds{0}); in createBurst()
DGeneratedTestHarness.cpp209 std::chrono::microseconds{0}); in CreateBurst()
/hardware/libhardware/modules/camera/3_4/arc/
Dexif_utils.cpp34 ExifLong microseconds = in SetLatitudeOrLongitudeData() local
40 {microseconds, 1000000}); in SetLatitudeOrLongitudeData()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DValidateRequest.cpp108 std::chrono::microseconds{0}); in validate()
DValidateBurst.cpp76 ResultChannelReceiver::create(resultChannelLength, std::chrono::microseconds{0}); in createBurst()
/hardware/interfaces/sensors/common/vts/2_X/
DVtsHalSensorsV2_XTargetTest.h55 using std::chrono::microseconds;
758 milliseconds minDelay = duration_cast<milliseconds>(microseconds(sensor.minDelay)); in TEST_P()
786 usleep(duration_cast<microseconds>(kOneSecond + (5 * maxMinDelay)).count()); in TEST_P()
810 milliseconds sensorMinDelay = duration_cast<milliseconds>(microseconds(sensor.minDelay)); in TEST_P()
/hardware/interfaces/usb/gadget/1.1/default/lib/
DMonitorFfs.cpp159 if (std::chrono::duration_cast<microseconds>(temp - disconnect).count() < in startMonitorFd()
/hardware/google/pixel/usb/
DMonitorFfs.cpp183 if (std::chrono::duration_cast<microseconds>(temp - disconnect).count() < in startMonitorFd()
/hardware/interfaces/usb/gadget/1.2/default/lib/
DMonitorFfs.cpp159 if (std::chrono::duration_cast<microseconds>(temp - disconnect).count() < in startMonitorFd()
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlTestBase.h252 const useconds_t minTimeUs = std::chrono::microseconds(duration).count(); in testStreamingOperation()
262 if (std::chrono::microseconds(sensor.minDelay) > samplingPeriod) { in testStreamingOperation()
/hardware/interfaces/camera/common/1.0/default/
DExif.cpp356 ExifLong microseconds = in setLatitudeOrLongitudeData() local
362 {microseconds, 1000000}); in setLatitudeOrLongitudeData()
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.cpp286 ExifLong microseconds = in SetLatitudeOrLongitudeData() local
292 {microseconds, 1000000}); in SetLatitudeOrLongitudeData()
/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
Dfilesystem_common.h403 auto dur = duration_cast<microseconds>(nanoseconds(nsec)).count();

12