Searched refs:timeout (Results 1 - 25 of 128) sorted by relevance

123456

/hardware/qcom/display/msm8960/libgenlock/
H A Dgenlock.h53 #define GENLOCK_MAX_TIMEOUT 1000 // Max 1s timeout
86 * read. An optional timeout value can be specified.
87 * By default, there is no timeout.
91 * @param: timeout value in ms. GENLOCK_MAX_TIMEOUT is the maximum timeout
97 int timeout);
111 * @param: timeout value for the wait.
114 genlock_status_t genlock_wait(native_handle_t *buffer_handle, int timeout);
120 * @param: timeout value for the wait.
124 int timeout);
[all...]
H A Dgenlock.cpp68 int lockType, int timeout,
88 lock.timeout = timeout;
268 * timeout value can be specified. By default, there is no timeout.
272 * @param: timeout value in ms. GENLOCK_MAX_TIMEOUT is the maximum timeout value.
277 int timeout)
288 if (0 == timeout) {
289 ALOGW("%s: trying to lock a buffer with timeout
67 perform_lock_unlock_operation(native_handle_t *buffer_handle, int lockType, int timeout, int flags) argument
275 genlock_lock_buffer(native_handle_t *buffer_handle, genlock_lock_type_t lockType, int timeout) argument
322 genlock_wait(native_handle_t *buffer_handle, int timeout) argument
359 genlock_write_to_read(native_handle_t *buffer_handle, int timeout) argument
[all...]
/hardware/ti/omap4-aah/domx/mm_osal/inc/
H A Dtimm_osal_pipes.h58 * Defined for Pipe timeout value
67 void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout);
70 void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout);
75 TIMM_OSAL_U32 * actualSize, TIMM_OSAL_S32 timeout);
/hardware/ti/omap4xxx/domx/mm_osal/inc/
H A Dtimm_osal_pipes.h58 * Defined for Pipe timeout value
67 void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout);
70 void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout);
75 TIMM_OSAL_U32 * actualSize, TIMM_OSAL_S32 timeout);
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderInterface.h28 virtual Encode_Status encode(VideoEncRawBuffer *inBuffer, uint32_t timeout = FUNC_BLOCK) = 0;
29 virtual Encode_Status getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout = FUNC_BLOCK) = 0;
H A DPVSoftMPEG4Encoder.h40 virtual Encode_Status encode(VideoEncRawBuffer *inBuffer, uint32_t timeout);
42 virtual Encode_Status getOutput(VideoEncOutputBuffer *outBuffer, uint32_t timeout);
/hardware/intel/bootstub/
H A Dspi-uart.c101 unsigned int timeout; local
104 timeout = MRST_SPI_TIMEOUT;
106 while (timeout--) {
114 if (timeout == 0xffffffff)
/hardware/bsp/intel/peripheral/libupm/src/hm11/
H A Dhm11.cxx79 struct timeval timeout; local
82 timeout.tv_sec = 0;
83 timeout.tv_usec = millis * 1000;
92 if (select(m_ttyFd + 1, &readfds, NULL, NULL, &timeout) > 0)
/hardware/bsp/intel/peripheral/libupm/src/ublox6/
H A Dublox6.cxx78 struct timeval timeout; local
81 timeout.tv_sec = 0;
82 timeout.tv_usec = 0;
91 if (select(m_ttyFd + 1, &readfds, NULL, NULL, &timeout) > 0)
/hardware/ril/libril/
H A Dril_event.h30 struct timeval timeout; member in struct:ril_event
H A Dril_event.cpp86 dlog(" timeout = %ds + %dus", (int)ev->timeout.tv_sec, (int)ev->timeout.tv_usec);
167 // walk list, see if now >= ev->timeout for any events
170 while ((tev != &timer_list) && (timercmp(&now, &tev->timeout, >))) {
230 (int)tev->timeout.tv_sec, (int)tev->timeout.tv_usec);
231 if (timercmp(&tev->timeout, &now, >)) {
232 timersub(&tev->timeout, &now, tv);
299 timeradd(&now, tv, &ev->timeout);
[all...]
/hardware/bsp/intel/peripheral/libupm/src/mhz16/
H A Dmhz16.cxx81 struct timeval timeout; local
84 timeout.tv_sec = 0;
85 timeout.tv_usec = millis * 1000;
94 if (select(m_ttyFd + 1, &readfds, NULL, NULL, &timeout) > 0)
/hardware/bsp/intel/peripheral/sensors/mraa/
H A DSensor.hpp79 * @param timeout the maximum time by which events can be delayed before being reported
83 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
H A DSensorsHAL.hpp84 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
99 int64_t period_ns, int64_t timeout);
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A Ddrm_vendor_api.h27 typedef uint32_t (*drm_keep_alive_t)(uint32_t session_id, uint32_t *timeout);
/hardware/qcom/display/msm8909/libqdutils/
H A Didle_invalidator.h50 bool setIdleTimeout(const uint32_t& timeout);
H A Didle_invalidator.cpp61 // Open a sysfs node to receive the timeout notification from driver.
85 bool IdleInvalidator::setIdleTimeout(const uint32_t& timeout) { argument
86 ALOGD_IF(II_DEBUG, "IdleInvalidator::%s timeout %d",
87 __FUNCTION__, timeout);
89 // Open a sysfs node to send the timeout value to driver.
99 snprintf(strSleepTime, sizeof(strSleepTime), "%d", timeout);
101 // Notify driver about the timeout value
120 // Poll for an timeout event from driver
/hardware/qcom/display/msm8994/libqdutils/
H A Didle_invalidator.h50 bool setIdleTimeout(const uint32_t& timeout);
H A Didle_invalidator.cpp61 // Open a sysfs node to receive the timeout notification from driver.
85 bool IdleInvalidator::setIdleTimeout(const uint32_t& timeout) { argument
86 ALOGD_IF(II_DEBUG, "IdleInvalidator::%s timeout %d",
87 __FUNCTION__, timeout);
89 // Open a sysfs node to send the timeout value to driver.
99 snprintf(strSleepTime, sizeof(strSleepTime), "%d", timeout);
101 // Notify driver about the timeout value
120 // Poll for an timeout event from driver
/hardware/ti/omap3/dspbridge/inc/
H A Drms_sh.h97 RMS_WORD timeout; /* Timeout (msec) for blocking calls */ member in struct:RMS_StrmDef
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Drms_sh.h97 RMS_WORD timeout; /* Timeout (msec) for blocking calls */ member in struct:RMS_StrmDef
/hardware/ti/omap4-aah/libtiutils/
H A DMessageQueue.h78 ///Wait for message in maximum three different queues with a timeout
79 static int waitForMsg(MessageQueue *queue1, MessageQueue *queue2=0, MessageQueue *queue3=0, int timeout = 0);
/hardware/ti/omap4xxx/libtiutils/
H A DMessageQueue.h91 ///Wait for message in maximum three different queues with a timeout
92 static int waitForMsg(MessageQueue *queue1, MessageQueue *queue2=0, MessageQueue *queue3=0, int timeout = 0);
/hardware/ti/omap4-aah/domx/mm_osal/src/
H A Dtimm_osal_pipes.c182 void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout)
225 void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout)
306 TIMM_OSAL_U32 size, TIMM_OSAL_U32 * actualSize, TIMM_OSAL_S32 timeout)
318 if ((pHandle->messageCount == 0) && (timeout == TIMM_OSAL_NO_SUSPEND))
320 /*If timeout is 0 and pipe is empty, return error */
325 if ((timeout !=TIMM_OSAL_NO_SUSPEND) &&
326 (timeout != (TIMM_OSAL_S32)TIMM_OSAL_SUSPEND))
329 supported. Going to read with infinite timeout now");
181 TIMM_OSAL_WriteToPipe(TIMM_OSAL_PTR pPipe, void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout) argument
224 TIMM_OSAL_WriteToFrontOfPipe(TIMM_OSAL_PTR pPipe, void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout) argument
304 TIMM_OSAL_ReadFromPipe(TIMM_OSAL_PTR pPipe, void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_U32 * actualSize, TIMM_OSAL_S32 timeout) argument
/hardware/ti/omap4xxx/domx/mm_osal/src/
H A Dtimm_osal_pipes.c182 void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout)
225 void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout)
306 TIMM_OSAL_U32 size, TIMM_OSAL_U32 * actualSize, TIMM_OSAL_S32 timeout)
318 if ((pHandle->messageCount == 0) && (timeout == TIMM_OSAL_NO_SUSPEND))
320 /*If timeout is 0 and pipe is empty, return error */
325 if ((timeout != TIMM_OSAL_NO_SUSPEND) &&
326 (timeout != TIMM_OSAL_SUSPEND))
329 supported. Going to read with infinite timeout now");
181 TIMM_OSAL_WriteToPipe(TIMM_OSAL_PTR pPipe, void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout) argument
224 TIMM_OSAL_WriteToFrontOfPipe(TIMM_OSAL_PTR pPipe, void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout) argument
304 TIMM_OSAL_ReadFromPipe(TIMM_OSAL_PTR pPipe, void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_U32 * actualSize, TIMM_OSAL_S32 timeout) argument

Completed in 666 milliseconds

123456