Searched defs:mState (Results 1 - 10 of 10) sorted by relevance

/system/chre/apps/chqts/src/general_test/
H A Dbasic_audio_test.h41 State mState; member in class:general_test::BasicAudioTest
H A Dbasic_sensor_test_base.h104 State mState; member in class:general_test::BasicSensorTestBase
/system/libhwbinder/include/hwbinder/
H A DBinder.h99 std::atomic<int32_t> mState; member in class:android::hardware::BpHwRefBase
/system/security/keystore/
H A Duser_state.h43 State getState() const { return mState; }
79 State mState; member in class:UserState
/system/core/include/utils/
H A DCondition.h89 void* mState; member in class:android::Condition
H A DMutex.h154 void* mState; variable
/system/core/libutils/include/utils/
H A DCondition.h89 void* mState; member in class:android::Condition
H A DMutex.h154 void* mState; variable
/system/vold/model/
H A DVolumeBase.h84 State getState() { return mState; }
136 State mState; member in class:android::vold::VolumeBase
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
H A DCameraAvgFragment.java267 private int mState = STATE_PREVIEW; field in class:CameraAvgFragment
291 switch (mState) {
306 mState = STATE_PICTURE_TAKEN;
320 mState = STATE_WAITING_NON_PRECAPTURE;
328 mState = STATE_PICTURE_TAKEN;
793 mState = STATE_WAITING_LOCK;
811 mState = STATE_WAITING_PRECAPTURE;
889 mState = STATE_PREVIEW;

Completed in 5984 milliseconds