Searched refs:mKeepWakeLock (Results 1 – 2 of 2) sorted by relevance
1005 virtual bool keepWakeLock() const { return mKeepWakeLock; } in keepWakeLock()1010 bool mKeepWakeLock; // keep wake lock while waiting for write callback variable
5183 mPausedWriteLength(0), mPausedBytesRemaining(0), mKeepWakeLock(true) in OffloadThread()5187 mKeepWakeLock = property_get_bool("ro.audio.offload_wakelock", true /* default_value */); in OffloadThread()