Searched refs:CLOSED (Results 1 – 13 of 13) sorted by relevance
/hardware/qcom/display/msm8084/liboverlay/pipes/ |
D | overlayGenPipe.cpp | 36 pipeState(CLOSED), mCtrl(new Ctrl(dpy)), mData(new Data(dpy)) { in GenericPipe() 85 pipeState = ret ? OPEN : CLOSED; in commit() 128 return (pipeState == CLOSED); in isClosed() 136 pipeState = CLOSED; in setClosed()
|
D | overlayGenPipe.h | 92 CLOSED, enumerator
|
/hardware/qcom/display/msm8960/liboverlay/pipes/ |
D | overlayGenPipe.cpp | 37 mRotDownscaleOpt(false), mPreRotated(false), pipeState(CLOSED) { in GenericPipe() 145 pipeState = CLOSED; in commit() 165 pipeState = ret ? OPEN : CLOSED; in commit() 227 return (pipeState == CLOSED); in isClosed() 235 pipeState = CLOSED; in setClosed()
|
D | overlayGenPipe.h | 95 CLOSED, enumerator
|
/hardware/interfaces/audio/aidl/android/hardware/audio/core/ |
D | stream-in-sm.gv | 21 node [fillcolor=tomato] CLOSED; 40 ANY_STATE -> CLOSED [label="→IStream*.close"]; 41 CLOSED -> F;
|
D | stream-in-async-sm.gv | 21 node [fillcolor=tomato] CLOSED; 45 ANY_STATE -> CLOSED [label="→IStream*.close"]; 46 CLOSED -> F;
|
D | stream-out-sm.gv | 22 node [fillcolor=tomato] CLOSED; 47 ANY_STATE -> CLOSED [label="→IStream*.close"]; 48 CLOSED -> F;
|
D | stream-out-async-sm.gv | 22 node [fillcolor=tomato] CLOSED; 55 ANY_STATE -> CLOSED [label="→IStream*.close"]; 56 CLOSED -> F;
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
D | Session.cpp | 73 if (mCurrentState != SessionState::CLOSED) { in enterIdling() 79 return mCurrentState == SessionState::CLOSED; in isClosed() 243 mCurrentState = SessionState::CLOSED; in close()
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/include/ |
D | Session.h | 32 CLOSED, enumerator
|
/hardware/interfaces/biometrics/face/aidl/default/ |
D | Session.h | 38 CLOSED, enumerator
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.h | 398 CLOSED, enumerator
|
D | QCamera3HWI.cpp | 546 mState(CLOSED), in QCamera3HardwareInterface() 805 if (mState != CLOSED) in ~QCamera3HardwareInterface() 919 if (mState != CLOSED) { in openCamera() 1166 mState = CLOSED; in closeCamera()
|