HomeSort by relevance Sort by last modified time
    Searched defs:idle_timeout (Results 1 - 12 of 12) sorted by null

  /external/drm_hwcomposer/
queue_worker.h 49 int64_t idle_timeout() { function in class:android::QueueWorker
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_timers.c 58 static void idle_timeout(evContext, void *, struct timespec, struct timespec);
379 if (evSetTimer(opaqueCtx, idle_timeout, tt,
416 return (evResetTimer(opaqueCtx, opaqueID, idle_timeout, tt,
490 idle_timeout(evContext opaqueCtx, function
  /frameworks/native/libs/binder/tests/
binderDriverInterfaceTest.cpp 179 int64_t idle_timeout = 100000; local
180 binderTestIoctlUnimplemented(BINDER_SET_IDLE_TIMEOUT, &idle_timeout);
  /external/adhd/cras/src/server/
cras_iodev.h 162 * idle_timeout - The timestamp when to close the dev after being idle.
226 struct timespec idle_timeout; member in struct:cras_iodev
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 109 long idle_timeout = DEFAULT_IDLE_TIME; local
112 idle_timeout = atoi(property);
116 if(idle_timeout != -1)
123 idleInvalidator->init(timeout_handler, ctx, idle_timeout);
    [all...]
  /bionic/libc/kernel/uapi/linux/wimax/
i2400m.h 283 __le32 idle_timeout; member in struct:i2400m_tlv_config_idle_parameters
  /external/kernel-headers/original/uapi/linux/wimax/
i2400m.h 532 __le32 idle_timeout; /* 100 to 300000 ms [5min], 100 increments member in struct:i2400m_tlv_config_idle_parameters
  /external/libdrm/freedreno/kgsl/
msm_kgsl.h 182 unsigned int idle_timeout; member in struct:kgsl_device_platform_data
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 143 long idle_timeout = DEFAULT_IDLE_TIME; local
146 idle_timeout = atoi(property);
150 if(idle_timeout != -1)
158 (unsigned int)idle_timeout);
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 147 long idle_timeout = DEFAULT_IDLE_TIME; local
150 idle_timeout = atoi(property);
154 if(idle_timeout != -1)
162 (unsigned int)idle_timeout);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/wimax/
i2400m.h 532 __le32 idle_timeout; /* 100 to 300000 ms [5min], 100 increments member in struct:i2400m_tlv_config_idle_parameters
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
wanrouter.h 398 unsigned idle_timeout; /* sec, before disconnecting */ member in struct:wanif_conf

Completed in 273 milliseconds