HomeSort by relevance Sort by last modified time
    Searched refs:abs_time (Results 1 - 9 of 9) sorted by null

  /external/bluetooth/glib/gthread/
gthread-win32.c 289 GTimeVal *abs_time)
297 if (!abs_time)
302 if (abs_time->tv_sec < current_time.tv_sec ||
303 (abs_time->tv_sec == current_time.tv_sec &&
304 abs_time->tv_usec <= current_time.tv_usec))
307 to_wait = (abs_time->tv_sec - current_time.tv_sec) * 1000 +
308 (abs_time->tv_usec - current_time.tv_usec) / 1000;
gthread-posix.c 220 GTimeVal * abs_time)
229 if (!abs_time)
237 end_time.tv_sec = abs_time->tv_sec;
238 end_time.tv_nsec = abs_time->tv_usec * (G_NSEC_PER_SEC / G_USEC_PER_SEC);
  /external/bluetooth/glib/glib/
gthread.h 179 # define g_cond_timed_wait(cond, mutex, abs_time) \
180 G_THREAD_CF (cond_timed_wait, TRUE, (cond, mutex, abs_time))
194 # define g_cond_timed_wait(cond, mutex, abs_time) \
198 (cond, mutex, abs_time, G_MUTEX_DEBUG_MAGIC, G_STRLOC) : TRUE)
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 1415 struct timespec abs_time = {0,0}; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c 1469 struct timespec abs_time = {0,0}; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 1548 struct timespec abs_time = {0,0}; local
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 1589 struct timespec abs_time = {0,0}; local
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 2289 struct timespec abs_time = {0,0}; local
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 2701 struct timespec abs_time = {0,0}; local
    [all...]

Completed in 4765 milliseconds