Home
last modified time | relevance | path

Searched refs:timeoutMs (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/codec/interfaces/include/
H A Dcodec_interface.h228 * @param timeoutMs Indicates the timeout duration.
231 int32_t CodecQueueInput(CODEC_HANDLETYPE handle, const CodecBuffer *inputData, uint32_t timeoutMs, int releaseFenceFd);
239 * @param timeoutMs Indicates the timeout duration. Generally, the value is less than or equal to <b>3</b> seconds.
243 int32_t CodecDequeueInput(CODEC_HANDLETYPE handle, uint32_t timeoutMs, int *acquireFd, CodecBuffer *inputData);
252 * @param timeoutMs Indicates the timeout duration.
258 int32_t CodecQueueOutput(CODEC_HANDLETYPE handle, CodecBuffer *outInfo, uint32_t timeoutMs, int releaseFenceFd);
266 * @param timeoutMs Indicates the timeout duration.
273 int32_t CodecDequeueOutput(CODEC_HANDLETYPE handle, uint32_t timeoutMs, int *acquireFd, CodecBuffer *outInfo);
/drivers/peripheral/power/interfaces/hdi_service/src/
H A Drunning_lock_counter.cpp32 if (info.timeoutMs < 0) { in Increase()
37 iterator->second.timeoutMs = info.timeoutMs; in Increase()
H A Drunning_lock_timer_handler.cpp43 uint32_t timeoutMs = info.timeoutMs; in RegisterRunningLockTimer() local
49 uint32_t curTimerId = handlerTimer_->Register(callback, timeoutMs, once); in RegisterRunningLockTimer()
H A Drunning_lock_impl.cpp70 if (filledInfo.timeoutMs > 0) { in Hold()
189 .timeoutMs = info.timeoutMs, in FillRunningLockInfo()
196 if (filledInfo.timeoutMs == 0) { in FillRunningLockInfo()
197 filledInfo.timeoutMs = defaultTimeOutMs_; in FillRunningLockInfo()
279 HDF_LOGI("runninglock message: %{public}s, timeout: %{public}d", message.c_str(), info.timeoutMs); in NotifyChanged()
/drivers/peripheral/power/test/unittest/src/
H A Dhdf_power_runninglock_test.cpp58 runinglockInfo.timeoutMs = RUNNINGLOCK_TIMEOUT_NONE; in HWTEST_F()
75 runinglockInfo.timeoutMs = RUNNINGLOCK_TIMEOUT_NONE; in HWTEST_F()
91 runinglockInfo.timeoutMs = RUNNINGLOCK_TIMEOUT_NONE; in HWTEST_F()
107 runinglockInfo.timeoutMs = RUNNINGLOCK_TIMEOUT_NONE; in HWTEST_F()
130 runinglockInfo.timeoutMs = RUNNINGLOCK_TIMEOUT_NONE; in HWTEST_F()
138 // runninglock type and same & timeoutMs < 0, hold lock failed in HWTEST_F()
183 runinglockInfo.timeoutMs = RUNNINGLOCK_TIMEOUT_NONE; in HWTEST_F()
191 // runninglock type and same & timeoutMs < 0, hold lock failed in HWTEST_F()
236 runinglockInfo.timeoutMs = RUNNINGLOCK_TIMEOUT_NONE; in HWTEST_F()
244 // runninglock type and same & timeoutMs < in HWTEST_F()
[all...]

Completed in 4 milliseconds