Searched defs:globalState (Results 1 - 25 of 30) sorted by relevance

12

/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
H A DVersionStorage.java29 private OwnerInterface globalState; field in class:VersionStorage
34 globalState = globalStateRef;
73 if (globalState.production() == true &&
74 globalState.inBootloader() == false) {
H A DBasicLock.java35 private OwnerInterface globalState; field in class:BasicLock
94 * Indicates that it is required that the {@link #globalState} is
104 * Indicates that it is required that the {@link #globalState} is
150 if (globalState == null) {
174 globalState = globalStateOwner;
275 if (globalState.production() == true) {
279 if (globalState.inBootloader() == false) {
285 if (globalState.inBootloader() == true) {
H A DCarrierLock.java159 OwnerInterface globalState; field in class:CarrierLock
222 globalState = globalStateOwner;
399 * If {@link #globalState} indicates that the device is not yet in production
419 globalState.production() == true) {
445 if (globalState.production() == true) {
H A DStorage.java58 /* Note, globalState never needs to be backed up as any clients should re-register on every
61 private GlobalStateImpl globalState; field in class:Storage
127 globalState = new GlobalStateImpl();
130 versionStorage = new VersionStorage(globalState);
182 locks[lockNum].initialize(globalState, lockStorage, offset);
189 * Returns the globalState or OsBackupInterface object.
199 return globalState;
204 return globalState;
281 working[0] = globalState.inBootloaderRaw();
290 if (globalState
[all...]
/external/skia/src/pathops/
H A DSkOpEdgeBuilder.h16 SkOpGlobalState* globalState)
17 : fGlobalState(globalState)
25 SkOpEdgeBuilder(const SkPath& path, SkOpContourHead* contours2, SkOpGlobalState* globalState) argument
26 : fGlobalState(globalState)
15 SkOpEdgeBuilder(const SkPathWriter& path, SkOpContourHead* contours2, SkOpGlobalState* globalState) argument
H A DSkPathOpsQuad.h71 SkOpGlobalState* globalState() const { return fDebugGlobalState; } function in struct:SkDQuad
H A DSkOpCoincidence.h60 SkDEBUGCODE(SkOpGlobalState* globalState() { return fGlobalState; }) function in class:SkCoincidentSpans
62 void init(SkDEBUGCODE(SkOpGlobalState* globalState)) { argument
64 SkDEBUGCODE(fGlobalState = globalState);
136 SkOpCoincidence(SkOpGlobalState* globalState) argument
139 , fGlobalState(globalState)
145 globalState->setCoincidence(this);
218 SkOpGlobalState* globalState() { function in class:SkOpCoincidence
222 const SkOpGlobalState* globalState() const { function in class:SkOpCoincidence
H A DSkPathOpsCommon.cpp191 contour->globalState()->setContourHead(contourHead);
253 SkOpGlobalState* globalState = contourList->globalState(); local
283 SkASSERT(globalState->debugSkipAssert());
322 SkOpCoincidence overlaps(globalState);
336 SkASSERT(globalState->debugSkipAssert());
H A DSkPathOpsConic.h43 SkOpGlobalState* globalState() const { return fPts.globalState(); } function in struct:SkDConic
H A DSkPathOpsCubic.h75 SkOpGlobalState* globalState() const { return fDebugGlobalState; } function in struct:SkDCubic
H A DSkIntersections.h18 SkIntersections(SkDEBUGCODE(SkOpGlobalState* globalState = nullptr))
21 SkDEBUGPARAMS(fDebugGlobalState(globalState))
107 SkOpGlobalState* globalState() const { return fDebugGlobalState; } function in class:SkIntersections
H A DSkOpSegment.h63 SkOpAngle* angle = this->globalState()->allocator()->make<SkOpAngle>();
81 SkOpAngle* angle = this->globalState()->allocator()->make<SkOpAngle>();
221 SkOpGlobalState* globalState() const;
234 SkOpGlobalState* globalState = this->globalState(); local
235 globalState->setAllocatedOpSpan();
236 SkOpSpan* result = globalState->allocator()->make<SkOpSpan>();
H A DSkOpSpan.cpp95 SkOpGlobalState* SkOpPtT::globalState() const { function in class:SkOpPtT
96 return contour()->globalState();
107 SkDEBUGCODE(fID = span->globalState()->nextPtTID());
224 SkOpGlobalState* SkOpSpanBase::globalState() const { function in class:SkOpSpanBase
225 return contour()->globalState();
238 SkDEBUGCODE(fID = globalState()->nextSpanID());
280 SkOpCoincidence* coins = this->globalState()->coincidence();
365 SkOpGlobalState* globals = this->globalState();
444 SkOpCoincidence* coincidence = this->globalState()->coincidence();
462 this->globalState()
[all...]
H A DSkOpContour.h48 SkOpSegment* result = fCount++ ? this->globalState()->allocator()->make<SkOpSegment>()
88 return SkDEBUGRELEASE(this->globalState()->debugAngle(id), nullptr);
92 return this->globalState()->coincidence();
100 return SkDEBUGRELEASE(this->globalState()->debugContour(id), nullptr);
110 return SkDEBUGRELEASE(this->globalState()->debugPtT(id), nullptr);
114 return SkDEBUGRELEASE(this->globalState()->debugSegment(id), nullptr);
127 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), nullptr);
130 SkOpGlobalState* globalState() const { function in class:SkOpContour
190 void init(SkOpGlobalState* globalState, bool operand, bool isXor) { argument
191 fState = globalState;
[all...]
H A DSkOpAngle.cpp625 SkOpGlobalState* SkOpAngle::globalState() const { function in class:SkOpAngle
626 return this->segment()->globalState();
864 SkDEBUGCODE(fID = start ? start->globalState()->nextAngleID() : -1);
/external/skqp/src/pathops/
H A DSkOpEdgeBuilder.h16 SkOpGlobalState* globalState)
17 : fGlobalState(globalState)
25 SkOpEdgeBuilder(const SkPath& path, SkOpContourHead* contours2, SkOpGlobalState* globalState) argument
26 : fGlobalState(globalState)
15 SkOpEdgeBuilder(const SkPathWriter& path, SkOpContourHead* contours2, SkOpGlobalState* globalState) argument
H A DSkPathOpsQuad.h71 SkOpGlobalState* globalState() const { return fDebugGlobalState; } function in struct:SkDQuad
H A DSkOpCoincidence.h60 SkDEBUGCODE(SkOpGlobalState* globalState() { return fGlobalState; }) function in class:SkCoincidentSpans
62 void init(SkDEBUGCODE(SkOpGlobalState* globalState)) { argument
64 SkDEBUGCODE(fGlobalState = globalState);
136 SkOpCoincidence(SkOpGlobalState* globalState) argument
139 , fGlobalState(globalState)
145 globalState->setCoincidence(this);
218 SkOpGlobalState* globalState() { function in class:SkOpCoincidence
222 const SkOpGlobalState* globalState() const { function in class:SkOpCoincidence
H A DSkPathOpsCommon.cpp191 contour->globalState()->setContourHead(contourHead);
253 SkOpGlobalState* globalState = contourList->globalState(); local
283 SkASSERT(globalState->debugSkipAssert());
322 SkOpCoincidence overlaps(globalState);
336 SkASSERT(globalState->debugSkipAssert());
H A DSkPathOpsConic.h43 SkOpGlobalState* globalState() const { return fPts.globalState(); } function in struct:SkDConic
H A DSkPathOpsCubic.h75 SkOpGlobalState* globalState() const { return fDebugGlobalState; } function in struct:SkDCubic
H A DSkIntersections.h18 SkIntersections(SkDEBUGCODE(SkOpGlobalState* globalState = nullptr))
21 SkDEBUGPARAMS(fDebugGlobalState(globalState))
107 SkOpGlobalState* globalState() const { return fDebugGlobalState; } function in class:SkIntersections
H A DSkOpSegment.h63 SkOpAngle* angle = this->globalState()->allocator()->make<SkOpAngle>();
81 SkOpAngle* angle = this->globalState()->allocator()->make<SkOpAngle>();
221 SkOpGlobalState* globalState() const;
234 SkOpGlobalState* globalState = this->globalState(); local
235 globalState->setAllocatedOpSpan();
236 SkOpSpan* result = globalState->allocator()->make<SkOpSpan>();
H A DSkOpSpan.cpp95 SkOpGlobalState* SkOpPtT::globalState() const { function in class:SkOpPtT
96 return contour()->globalState();
107 SkDEBUGCODE(fID = span->globalState()->nextPtTID());
224 SkOpGlobalState* SkOpSpanBase::globalState() const { function in class:SkOpSpanBase
225 return contour()->globalState();
238 SkDEBUGCODE(fID = globalState()->nextSpanID());
280 SkOpCoincidence* coins = this->globalState()->coincidence();
365 SkOpGlobalState* globals = this->globalState();
444 SkOpCoincidence* coincidence = this->globalState()->coincidence();
462 this->globalState()
[all...]
H A DSkOpContour.h48 SkOpSegment* result = fCount++ ? this->globalState()->allocator()->make<SkOpSegment>()
88 return SkDEBUGRELEASE(this->globalState()->debugAngle(id), nullptr);
92 return this->globalState()->coincidence();
100 return SkDEBUGRELEASE(this->globalState()->debugContour(id), nullptr);
110 return SkDEBUGRELEASE(this->globalState()->debugPtT(id), nullptr);
114 return SkDEBUGRELEASE(this->globalState()->debugSegment(id), nullptr);
127 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), nullptr);
130 SkOpGlobalState* globalState() const { function in class:SkOpContour
190 void init(SkOpGlobalState* globalState, bool operand, bool isXor) { argument
191 fState = globalState;
[all...]

Completed in 287 milliseconds

12