Home
last modified time | relevance | path

Searched defs:wait (Results 1 – 15 of 15) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dsync.h60 int wait() { in wait() function
64 int wait(struct timespec abstime) in wait() function
Dwificonfig.cpp335 void WiFiConfigCommand::waitForRsp(bool wait) in waitForRsp()
Dwifilogger.cpp1362 void WifiLoggerCommand::waitForRsp(bool wait) in waitForRsp()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dsync.h45 int wait() { in wait() function
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dlpd8806.cxx69 void scanner(uint8_t r, uint8_t g, uint8_t b, uint8_t wait) { in scanner()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DVsyncControl.cpp65 bool VsyncControl::wait(int disp, int64_t& timestamp) in wait() function in android::intel::VsyncControl
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DVsyncControl.cpp65 bool VsyncControl::wait(int disp, int64_t& timestamp) in wait() function in android::intel::VsyncControl
/hardware/qcom/display/msm8226/libgralloc/
Dgr.h95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait() function
/hardware/qcom/display/msm8084/libgralloc/
Dgr.h95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait() function
/hardware/qcom/display/msm8909/libgralloc/
Dgr.h95 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait() function
/hardware/qcom/display/msm8994/libgralloc/
Dgr.h102 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait() function
/hardware/qcom/display/msm8996/libgralloc/
Dgr.h103 inline void wait() { pthread_cond_wait(&cond, &mutex); } in wait() function
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpegdec.c415 OMX_BOOL wait) in mm_jpeg_session_port_enable()
455 OMX_BOOL wait) in mm_jpeg_session_port_disable()
/hardware/intel/common/libwsbm/src/
Dwsbm_slabpool.c572 wsbmSlabCheckFreeLocked(struct _WsbmSlabSizeHeader *header, int wait) in wsbmSlabCheckFreeLocked()
/hardware/qcom/camera/
DQCamera_Intf.h861 pthread_cond_t wait; member