/hardware/interfaces/health/storage/1.0/vts/functional/ |
D | VtsHalHealthStorageV1_0TargetTest.cpp | 45 std::string toString(std::chrono::duration<R, std::milli> time) { in toString() 57 bool wait(std::chrono::duration<R, P> duration) { in wait() argument 59 return waitLocked(&lock, duration); in wait() 70 bool waitLocked(std::unique_lock<std::mutex>* lock, std::chrono::duration<R, P> duration) { in waitLocked() argument 71 mCv.wait_for(*lock, duration, [this] { return mFinished; }); in waitLocked() 94 void waitForResult(std::chrono::duration<R, P> timeout, Result expected) { in waitForResult() 138 bool ping(std::chrono::duration<R, P> timeout) { in ping()
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssConfiguration.hal | 33 * This method sets the emergency session extension duration. The GNSS HAL 35 * location requests for this extra duration after the user initiated emergency 39 * session duration post emergency call. 42 * extended duration for emergency SUPL and Control Plane location requests.
|
/hardware/libhardware/modules/camera/3_4/metadata/ |
D | types.h | 68 int64_t duration; member 74 duration(raw[3]) {}
|
D | metadata_reader.cpp | 203 if (stall.duration < 0) { in StreamStallDurations() 206 static_cast<long long>(stall.duration)); in StreamStallDurations()
|
/hardware/interfaces/biometrics/face/1.0/ |
D | IBiometricsFaceClientCallback.hal | 119 * duration must be greater than 0, and when lockout ends, duration must 122 * the duration must be MAX_UINT64. 124 * @param duration the remaining lockout duration in milliseconds, or 0 127 oneway onLockoutChanged(uint64_t duration);
|
/hardware/google/pixel/power-libperfmgr/ |
D | InteractionHandler.cpp | 125 void InteractionHandler::Acquire(int32_t duration) { in Acquire() argument 134 int inputDuration = duration + 650; in Acquire() 158 ALOGV("%s: input: %d final duration: %d", __func__, duration, finalDuration); in Acquire()
|
D | InteractionHandler.h | 43 void Acquire(int32_t duration);
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | Callbacks.h | 83 std::cv_status wait_for(const std::chrono::duration<Rep,Period>& timeout_duration); 389 std::cv_status CallbackBase::wait_for(const std::chrono::duration<Rep,Period>& timeout_duration) { in wait_for()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | cpuhint.h | 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | cpuhint.h | 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | cpuhint.h | 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | cpuhint.h | 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | cpuhint.h | 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | arec.c | 50 static int duration = 0; variable 405 if (duration == 0) { in rec_raw() 409 count *= (uint32_t)duration; in rec_raw() 456 if (duration == 0) { in rec_wav() 460 count *= (uint32_t)duration; in rec_wav() 563 duration = (int)strtol(optarg, NULL, 0); in main()
|
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | types.h | 182 std::chrono::steady_clock::duration refreshInterval = 4500ms); 190 std::chrono::steady_clock::duration refreshInterval = 4500ms); 206 std::chrono::steady_clock::duration mRefreshInterval;
|
/hardware/interfaces/sensors/common/vts/utils/ |
D | SensorsHidlTestBase.cpp | 65 useconds_t duration = std::min(SLEEP_GRANULARITY, timeLimitUs); in collectEvents() local 66 usleep(duration); in collectEvents() 67 timeLimitUs -= duration; in collectEvents() 361 std::chrono::seconds duration, in testStreamingOperation() argument 368 const useconds_t minTimeUs = std::chrono::microseconds(duration).count(); in testStreamingOperation() 369 const size_t minNEvent = duration / samplingPeriod; in testStreamingOperation()
|
/hardware/interfaces/tests/msgq/1.0/default/ |
D | BenchmarkMsgQ.cpp | 99 clientRcvTime((std::chrono::high_resolution_clock::duration( in sendTimeData() 102 (std::chrono::high_resolution_clock::duration(mTimeData[i]))); in sendTimeData()
|
/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/ |
D | driver_cmd_nl80211.c | 136 int wpa_driver_set_p2p_noa(void *priv, u8 count, int start, int duration) in wpa_driver_set_p2p_noa() argument 142 snprintf(buf, sizeof(buf), "P2P_SET_NOA %d %d %d", count, start, duration); in wpa_driver_set_p2p_noa()
|
/hardware/interfaces/camera/metadata/3.4/ |
D | types.hal | 112 * <p>This lists the minimum frame duration for each 119 * <p>This lists the maximum stall duration for each 144 * <p>This lists the minimum frame duration for each 151 * <p>This lists the maximum stall duration for each
|
/hardware/interfaces/health/2.0/vts/functional/ |
D | VtsHalHealthV2_0TargetTest.cpp | 124 bool waitInvoke(std::chrono::duration<R, P> duration) { in waitInvoke() argument 126 bool r = mInvokedNotify.wait_for(lock, duration, [this] { return this->mInvoked; }); in waitInvoke()
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | vendor_interface.cc | 151 std::chrono::duration<double> duration = in ~FirmwareStartupTimer() local 153 double s = duration.count(); in ~FirmwareStartupTimer()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | 802.11.h | 562 uint16 duration; member 580 uint16 duration; member 594 uint16 duration; member 605 uint16 duration; /* Length of quiet period, in TU's */ member 2264 uint16 duration; member 2275 uint16 duration; member 2319 uint16 duration; member 2329 uint16 duration; member 2345 uint16 duration; member 2355 uint16 duration; member [all …]
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
D | driver_cmd_nl80211.c | 141 int wpa_driver_set_p2p_noa(void *priv, u8 count, int start, int duration) in wpa_driver_set_p2p_noa() argument 147 snprintf(buf, sizeof(buf), "P2P_SET_NOA %d %d %d", count, start, duration); in wpa_driver_set_p2p_noa()
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssDebug.hal | 92 * Time duration before this report that this position information was 143 * Time duration from this report (current time), minus the 155 * Time duration from this report (current time) minus the time of the
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IPreparedModel.hal | 62 * @param measure Specifies whether or not to measure duration of the execution. 63 * The duration runs from the time the driver sees the call 105 * @param measure Specifies whether or not to measure duration of the execution. 106 * The duration runs from the time the driver sees the call
|