/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/ |
D | ExecutionBurstUtils.h | 49 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;
|
D | ExecutionBurstServer.h | 123 std::chrono::microseconds pollingTimeWindow = std::chrono::microseconds{0});
|
D | ExecutionBurstController.h | 160 std::chrono::microseconds pollingTimeWindow);
|
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | ExecutionBurstUtils.cpp | 46 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()
|
D | ExecutionBurstServer.cpp | 152 std::chrono::microseconds pollingTimeWindow) { in create()
|
/hardware/interfaces/automotive/can/1.0/default/ |
D | CanSocket.cpp | 80 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/ |
D | types.hal | 107 * continuous: minimum sample period allowed in microseconds 149 * microseconds. 152 * microseconds.
|
/hardware/interfaces/ir/1.0/ |
D | IConsumerIr.hal | 24 * microseconds. The carrier should be turned off at the end of a transmit
|
/hardware/interfaces/usb/gadget/1.2/default/lib/include/ |
D | UsbGadgetCommon.h | 92 using ::std::chrono::microseconds;
|
/hardware/interfaces/usb/gadget/1.1/default/lib/include/ |
D | UsbGadgetCommon.h | 90 using ::std::chrono::microseconds;
|
/hardware/google/pixel/usb/include/pixelusb/ |
D | UsbGadgetCommon.h | 92 using ::std::chrono::microseconds;
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | ValidateRequest.cpp | 100 std::chrono::microseconds{0}); in validate()
|
D | ValidateBurst.cpp | 71 ResultChannelReceiver::create(resultChannelLength, std::chrono::microseconds{0}); in createBurst()
|
D | GeneratedTestHarness.cpp | 209 std::chrono::microseconds{0}); in CreateBurst()
|
/hardware/libhardware/modules/camera/3_4/arc/ |
D | exif_utils.cpp | 34 ExifLong microseconds = in SetLatitudeOrLongitudeData() local 40 {microseconds, 1000000}); in SetLatitudeOrLongitudeData()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | ValidateRequest.cpp | 108 std::chrono::microseconds{0}); in validate()
|
D | ValidateBurst.cpp | 76 ResultChannelReceiver::create(resultChannelLength, std::chrono::microseconds{0}); in createBurst()
|
/hardware/interfaces/sensors/common/vts/2_X/ |
D | VtsHalSensorsV2_XTargetTest.h | 55 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/ |
D | MonitorFfs.cpp | 159 if (std::chrono::duration_cast<microseconds>(temp - disconnect).count() < in startMonitorFd()
|
/hardware/google/pixel/usb/ |
D | MonitorFfs.cpp | 183 if (std::chrono::duration_cast<microseconds>(temp - disconnect).count() < in startMonitorFd()
|
/hardware/interfaces/usb/gadget/1.2/default/lib/ |
D | MonitorFfs.cpp | 159 if (std::chrono::duration_cast<microseconds>(temp - disconnect).count() < in startMonitorFd()
|
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/ |
D | SensorsHidlTestBase.h | 252 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/ |
D | Exif.cpp | 356 ExifLong microseconds = in setLatitudeOrLongitudeData() local 362 {microseconds, 1000000}); in setLatitudeOrLongitudeData()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/ |
D | ExifUtils.cpp | 286 ExifLong microseconds = in SetLatitudeOrLongitudeData() local 292 {microseconds, 1000000}); in SetLatitudeOrLongitudeData()
|
/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/ |
D | filesystem_common.h | 403 auto dur = duration_cast<microseconds>(nanoseconds(nsec)).count();
|