OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vstate
(Results
1 - 17
of
17
) sorted by null
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_vsync.cpp
39
if(!ctx->
vstate
.fakevsync &&
75
ctx->
vstate
.fakevsync = true;
93
ctx->
vstate
.fakevsync = true;
97
if (LIKELY(!ctx->
vstate
.fakevsync)) {
121
if(ctx->
vstate
.enable) {
hwc.cpp
256
if (ctx->
vstate
.enable == enable)
260
ctx->
vstate
.enable = !!enable;
hwc_utils.h
317
qhwc::VsyncState
vstate
;
member in struct:hwc_context_t
hwc_utils.cpp
239
ctx->
vstate
.enable = false;
240
ctx->
vstate
.fakevsync = false;
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_vsync.cpp
39
if(!ctx->
vstate
.fakevsync &&
75
ctx->
vstate
.fakevsync = true;
93
ctx->
vstate
.fakevsync = true;
97
if (LIKELY(!ctx->
vstate
.fakevsync)) {
121
if(ctx->
vstate
.enable) {
hwc.cpp
257
if (ctx->
vstate
.enable == enable)
261
ctx->
vstate
.enable = !!enable;
hwc_utils.h
317
qhwc::VsyncState
vstate
;
member in struct:hwc_context_t
hwc_utils.cpp
200
ctx->
vstate
.enable = false;
201
ctx->
vstate
.fakevsync = false;
[
all
...]
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_vsync.cpp
41
if(!ctx->
vstate
.fakevsync &&
72
ctx->
vstate
.fakevsync = true;
101
ctx->
vstate
.fakevsync = true;
113
if (LIKELY(!ctx->
vstate
.fakevsync)) {
hwc.cpp
304
if (ctx->
vstate
.enable == enable)
308
ctx->
vstate
.enable = !!enable;
hwc_utils.h
370
qhwc::VsyncState
vstate
;
member in struct:hwc_context_t
hwc_utils.cpp
174
ctx->
vstate
.enable = false;
175
ctx->
vstate
.fakevsync = false;
[
all
...]
/external/chromium_org/third_party/libxml/src/
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/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/qemu/target-i386/
hax-all.c
99
struct hax_vcpu_state *
vstate
;
local
101
vstate
= env->hax_vcpu;
102
assert(
vstate
->emulation_state);
103
if (
vstate
->emulation_state == HAX_EMULATE_STATE_MMIO )
/external/chromium_org/third_party/libxml/src/include/libxml/
valid.h
98
xmlValidState *
vstate
; /* current state */
member in struct:_xmlValidCtxt
/external/libxml2/include/libxml/
valid.h
98
xmlValidState *
vstate
; /* current state */
member in struct:_xmlValidCtxt
Completed in 380 milliseconds