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

1234

/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.cpp66 int lockType, int timeout,
87 lock.timeout = timeout;
263 * timeout value can be specified. By default, there is no timeout.
267 * @param: timeout value in ms. GENLOCK_MAX_TIMEOUT is the maximum timeout value.
272 int timeout)
283 if (0 == timeout) {
284 ALOGW("%s: trying to lock a buffer with timeout
65 perform_lock_unlock_operation(native_handle_t *buffer_handle, int lockType, int timeout, int flags) argument
270 genlock_lock_buffer(native_handle_t *buffer_handle, genlock_lock_type_t lockType, int timeout) argument
317 genlock_wait(native_handle_t *buffer_handle, int timeout) argument
354 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/samsung_slsi/exynos5/mobicore/daemon/Common/
H A DConnection.cpp108 size_t Connection::readData(void *buffer, uint32_t len, int32_t timeout) argument
118 if (timeout >= 0) {
119 // Calculate timeout value
120 tv.tv_sec = timeout / 1000;
121 tv.tv_usec = (timeout - (tv.tv_sec * 1000)) * 1000;
178 int Connection::waitData(int32_t timeout) argument
187 if (timeout >= 0) {
188 // Calculate timeout value
189 tv.tv_sec = timeout / 1000;
190 tv.tv_usec = (timeout
[all...]
H A DConnection.h83 * @param timeout Timeout in milliseconds
86 * @return -2 if no data available, i.e. timeout
88 virtual size_t readData(void *buffer, uint32_t len, int32_t timeout);
112 * @param timeout Timeout in milliseconds
116 virtual int waitData(int32_t timeout);
H A DNetlinkConnection.h162 * @param timeout Timeout in milliseconds(ignored)
165 * @return -2 if no data available, i.e. timeout
170 int32_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/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);
168 // walk list, see if now >= ev->timeout for any events
171 while ((tev != &timer_list) && (timercmp(&now, &tev->timeout, >))) {
231 (int)tev->timeout.tv_sec, (int)tev->timeout.tv_usec);
232 if (timercmp(&tev->timeout, &now, >)) {
233 timersub(&tev->timeout, &now, tv);
300 timeradd(&now, tv, &ev->timeout);
[all...]
/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/intel/img/libdrm/libdrm/nouveau/
H A Dnouveau_notifier.h61 double timeout);
H A Dnouveau_notifier.c128 uint32_t status, double timeout)
133 while (time <= timeout) {
140 if (timeout)
127 nouveau_notifier_wait_status(struct nouveau_notifier *notifier, int id, uint32_t status, double timeout) argument
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Event.c170 struct timespec timeout; local
185 timeout.tv_sec = now.tv_sec + tv_us / 1000000;
186 timeout.tv_nsec = (tv_us % 1000000) * 1000;
203 funcret = pthread_cond_timedwait(&event->condition, (pthread_mutex_t *)(event->mutex), &timeout);
/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
H A Dtimm_osal_events.c271 struct timespec timeout; local
361 timeout.tv_sec = now.tv_sec + timeout_us / 1000000;
362 timeout.tv_nsec = (timeout_us % 1000000) * 1000;
371 &timeout);
/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
/hardware/intel/img/psb_headers/DRM/cc54/inc/
H A Ddrm_common_api.h125 uint32_t *timeout);
/hardware/ti/omap4-aah/security/tf_sdk/include/
H A Dtee_client_api_ex.h81 uint32_t timeout,

Completed in 1294 milliseconds

1234