Searched refs:mStandbyDelayNs (Results 1 – 2 of 2) sorted by relevance
1582 mStandbyDelayNs(AudioFlinger::mStandbyTimeInNsecs), in PlaybackThread()1723 dprintf(fd, " Standby delay ns=%lld\n", (long long)mStandbyDelayNs); in dumpInternals()2652 mStandbyDelayNs = AudioFlinger::mStandbyTimeInNsecs; in cacheParameters_l()2654 if (mStandbyDelayNs < kDefaultStandbyTimeInNsecs) { in cacheParameters_l()2655 mStandbyDelayNs = kDefaultStandbyTimeInNsecs; in cacheParameters_l()2976 mStandbyTimeNs = systemTime() + mStandbyDelayNs; in threadLoop()3016 mStandbyTimeNs = systemTime() + mStandbyDelayNs; in threadLoop()3781 mStandbyTimeNs = systemTime() + mStandbyDelayNs; in threadLoop_mix()4896 mStandbyTimeNs = systemTime() + mStandbyDelayNs; in threadLoop_mix()5062 mStandbyDelayNs = 0; in cacheParameters_l()[all …]
798 nsecs_t mStandbyDelayNs; variable