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

1 2

  /external/toybox/toys/pending/
openvt.c 79 struct vt_stat vstate; local
85 if (!ioctl(fd, VT_GETSTATE, &vstate)) {
93 xioctl(fd, VT_GETSTATE, &vstate);
100 xioctl(fd, VT_GETSTATE, &vstate);
127 ioctl(fd, VT_ACTIVATE, vstate.v_active);
128 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...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
validate.cpp 182 ValidationState_t vstate(pDiagnostic, context);
183 spvCheckReturn(spvBinaryParse(context, &vstate, binary->code,
187 if (vstate.in_function_body())
188 return vstate.diag(SPV_ERROR_INVALID_LAYOUT)
194 if (vstate.unresolved_forward_id_count() > 0) {
196 vector<uint32_t> ids = vstate.UnresolvedForwardIds();
199 bind(&ValidationState_t::getIdName, vstate, _1));
202 return vstate.diag(SPV_ERROR_INVALID_ID)
209 spvCheckReturn(PerformCfgChecks(vstate));
229 context->ext_inst_table, vstate, &position
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_vsync.cpp 46 if(!ctx->vstate.fakevsync &&
64 ALOGD_IF (ctx->vstate.debug, "%s: timestamp %" PRIu64 " sent to SF for dpy=%d",
109 ctx->vstate.fakevsync = true;
136 ctx->vstate.fakevsync = true;
149 if (LIKELY(!ctx->vstate.fakevsync)) {
169 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 48 if(!ctx->vstate.fakevsync &&
66 ALOGD_IF (ctx->vstate.debug, "%s: timestamp %" PRIu64 " sent to SF for dpy=%d",
128 ctx->vstate.fakevsync = true;
152 ctx->vstate.fakevsync = true;
167 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 48 if(!ctx->vstate.fakevsync &&
66 ALOGD_IF (ctx->vstate.debug, "%s: timestamp %" PRIu64" sent to SF for dpy=%d",
128 ctx->vstate.fakevsync = true;
152 ctx->vstate.fakevsync = true;
165 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 47 if(!ctx->vstate.fakevsync &&
119 ctx->vstate.fakevsync = true;
148 ctx->vstate.fakevsync = true;
161 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
  /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/
verify.c     [all...]
fio.h 232 struct thread_io_list *vstate; member in struct:thread_data
  /external/libxml2/include/libxml/
valid.h 98 xmlValidState *vstate; /* current state */ member in struct:_xmlValidCtxt

Completed in 669 milliseconds

1 2