Searched refs:state_ (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddisplay_base.cpp336 *state = state_;
378 if (state == state_) {
428 state_ = state;
534 state_, INT(vsync_enable_), max_mixer_stages_);
749 if (state_ != kStateOn) {
H A Ddisplay_base.h94 DisplayState state_ = kStateOff; member in class:sdm::DisplayBase
H A Ddisplay_primary.cpp221 DLOGW("Invalid display state = %d. Panel must be on.", state_);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1777 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
1788 return state_ % range;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7640 explicit Random(UInt32 seed) : state_(seed) {}
7642 void Reseed(UInt32 seed) { state_ = seed; }
7649 UInt32 state_; member in class:testing::internal::Random

Completed in 426 milliseconds