OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vstate
(Results
1 - 21
of
21
) 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
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
239
ctx->
vstate
.enable = false;
240
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
...]
/hardware/qcom/display/msm8226/libhwcomposer/
hwc_vsync.cpp
48
if(!ctx->
vstate
.fakevsync &&
111
ctx->
vstate
.fakevsync = true;
143
ctx->
vstate
.fakevsync = true;
156
if (LIKELY(!ctx->
vstate
.fakevsync)) {
176
ctx->
vstate
.fakevsync = true;
hwc.cpp
304
if (ctx->
vstate
.enable == enable)
308
ctx->
vstate
.enable = !!enable;
729
if(ctx->
vstate
.fakevsync)
hwc_utils.h
485
qhwc::VsyncState
vstate
;
member in struct:hwc_context_t
hwc_utils.cpp
245
ctx->
vstate
.enable = false;
246
ctx->
vstate
.fakevsync = false;
[
all
...]
/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
512
qhwc::VsyncState
vstate
;
member in struct:hwc_context_t
hwc_utils.cpp
247
ctx->
vstate
.enable = false;
248
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
101
struct hax_vcpu_state *
vstate
;
local
103
vstate
= cpu->hax_vcpu;
104
assert(
vstate
->emulation_state);
105
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 940 milliseconds