Home
last modified time | relevance | path

Searched refs:mStall (Results 1 – 3 of 3) sorted by relevance

/system/core/storaged/
Dstoraged.cpp108 mStall = true; in update()
113 if (mStall) { in update()
117 mStall = false; in update()
/system/core/storaged/include/
Dstoraged.h166 bool mStall; variable
191 mStall(false), in mStall() function
/system/core/storaged/tests/
Dstoraged_test.cpp305 EXPECT_FALSE(dsm_acc.mStall); in TEST()
311 EXPECT_TRUE(dsm_acc.mStall); in TEST()
317 EXPECT_FALSE(dsm_acc.mStall); in TEST()