HomeSort by relevance Sort by last modified time
    Searched refs:vstate (Results 1 - 25 of 29) sorted by null

1 2

  /external/toybox/toys/pending/
openvt.c 78 struct vt_stat vstate; local
84 if (!ioctl(fd, VT_GETSTATE, &vstate)) {
92 xioctl(fd, VT_GETSTATE, &vstate);
99 xioctl(fd, VT_GETSTATE, &vstate);
126 ioctl(fd, VT_ACTIVATE, vstate.v_active);
127 ioctl(fd, VT_WAITACTIVE, vstate.v_active);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_vsync.cpp 39 if(!ctx->vstate.fakevsync &&
74 ctx->vstate.fakevsync = true;
92 ctx->vstate.fakevsync = true;
96 if (LIKELY(!ctx->vstate.fakevsync)) {
120 if(ctx->vstate.enable) {
hwc.cpp 255 if (ctx->vstate.enable == enable)
259 ctx->vstate.enable = !!enable;
hwc_utils.h 317 qhwc::VsyncState vstate; member in struct:hwc_context_t
hwc_utils.cpp 238 ctx->vstate.enable = false;
239 ctx->vstate.fakevsync = false;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_vsync.cpp 47 if(!ctx->vstate.fakevsync &&
65 ALOGD_IF (ctx->vstate.debug, "%s: timestamp %" PRIu64 " sent to SF for dpy=%d",
110 ctx->vstate.fakevsync = true;
137 ctx->vstate.fakevsync = true;
150 if (LIKELY(!ctx->vstate.fakevsync)) {
170 ctx->vstate.fakevsync = true;
hwc_qclient.cpp 231 ctx->vstate.debug = enable;
hwc.cpp 392 if (ctx->vstate.enable == enable)
396 ctx->vstate.enable = !!enable;
861 if(ctx->vstate.fakevsync)
hwc_utils.h 547 qhwc::VsyncState vstate; member in struct:hwc_context_t
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_vsync.cpp 49 if(!ctx->vstate.fakevsync &&
67 ALOGD_IF (ctx->vstate.debug, "%s: timestamp %" PRIu64 " sent to SF for dpy=%d",
129 ctx->vstate.fakevsync = true;
153 ctx->vstate.fakevsync = true;
168 if (LIKELY(!ctx->vstate.fakevsync)) {
hwc_qclient.cpp 235 ctx->vstate.debug = enable;
hwc.cpp 416 if (ctx->vstate.enable == enable)
420 ctx->vstate.enable = !!enable;
    [all...]
hwc_utils.h 605 qhwc::VsyncState vstate; member in struct:hwc_context_t
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_vsync.cpp 49 if(!ctx->vstate.fakevsync &&
67 ALOGD_IF (ctx->vstate.debug, "%s: timestamp %" PRIu64" sent to SF for dpy=%d",
129 ctx->vstate.fakevsync = true;
153 ctx->vstate.fakevsync = true;
166 if (LIKELY(!ctx->vstate.fakevsync)) {
hwc_qclient.cpp 234 ctx->vstate.debug = enable;
hwc.cpp 430 if (ctx->vstate.enable == enable)
434 ctx->vstate.enable = !!enable;
    [all...]
hwc_utils.h 622 qhwc::VsyncState vstate; member in struct:hwc_context_t
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_vsync.cpp 48 if(!ctx->vstate.fakevsync &&
120 ctx->vstate.fakevsync = true;
149 ctx->vstate.fakevsync = true;
162 if (LIKELY(!ctx->vstate.fakevsync)) {
hwc.cpp 392 if (ctx->vstate.enable == enable)
396 ctx->vstate.enable = !!enable;
hwc_utils.h 514 qhwc::VsyncState vstate; member in struct:hwc_context_t
hwc_utils.cpp 247 ctx->vstate.enable = false;
248 ctx->vstate.fakevsync = false;
    [all...]
  /external/libxml2/
valid.c 297 ctxt->vstate = &ctxt->vstateTab[ctxt->vstateNr];
331 ctxt->vstate = &ctxt->vstateTab[ctxt->vstateNr - 1];
333 ctxt->vstate = NULL;
361 #define CONT ctxt->vstate->cont
362 #define NODE ctxt->vstate->node
363 #define DEPTH ctxt->vstate->depth
364 #define OCCURS ctxt->vstate->occurs
365 #define STATE ctxt->vstate->state
367 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
368 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1)
    [all...]
  /external/fio/
fio.h 183 struct thread_io_list *vstate; member in struct:thread_data
verify.c     [all...]
  /external/libxml2/include/libxml/
valid.h 98 xmlValidState *vstate; /* current state */ member in struct:_xmlValidCtxt

Completed in 568 milliseconds

1 2