Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp474 mStandby(false), in ThreadBase()
838 dprintf(fd, " Standby: %s\n", mStandby ? "yes" : "no"); in dumpBase_l()
2464 track->mFillingUpStatus = mStandby ? Track::FS_FILLING : Track::FS_FILLED; in addTrack_l()
3030 mStandby = false; in threadLoop_write()
3411 if (mStandby) { in threadLoop()
3567 if (!mStandby) { in threadLoop()
3570 mStandby = true; in threadLoop()
3839 if (mType == MIXER && !mStandby) { in threadLoop()
3949 if (!mStandby) { in threadLoop()
3951 mStandby = true; in threadLoop()
[all …]
DThreads.h317 bool standby() const { return mStandby; } in standby()
552 bool mStandby; // Whether thread is currently in standby. variable
/frameworks/base/services/core/java/com/android/server/vr/
DVrManagerService.java172 private boolean mStandby; field in VrManagerService
220 boolean disallowedByStandby = mStandby && mUseStandbyToExitVrMode; in updateVrModeAllowedLocked()
300 mStandby = standby; in setStandbyEnabled()