Searched refs:mKeepWakeLock (Results 1 – 2 of 2) sorted by relevance
1823 bool keepWakeLock() const final { return (mKeepWakeLock || (mDrainSequence & 1)); } in keepWakeLock()1828 bool mKeepWakeLock; // keep wake lock while waiting for write callback variable
7332 mPausedWriteLength(0), mPausedBytesRemaining(0), mKeepWakeLock(true) in OffloadThread()7336 mKeepWakeLock = property_get_bool("ro.audio.offload_wakelock", true /* default_value */); in OffloadThread()