Searched refs:mStandbyDelayNs (Results 1 – 2 of 2) sorted by relevance
1657 mStandbyDelayNs(AudioFlinger::mStandbyTimeInNsecs), in PlaybackThread()1797 dprintf(fd, " Standby delay ns=%lld\n", (long long)mStandbyDelayNs); in dumpInternals()2754 mStandbyDelayNs = AudioFlinger::mStandbyTimeInNsecs; in cacheParameters_l()2756 if (mStandbyDelayNs < kDefaultStandbyTimeInNsecs) { in cacheParameters_l()2757 mStandbyDelayNs = kDefaultStandbyTimeInNsecs; in cacheParameters_l()3100 mStandbyTimeNs = systemTime() + mStandbyDelayNs; in threadLoop()3138 mStandbyTimeNs = systemTime() + mStandbyDelayNs; in threadLoop()3961 mStandbyTimeNs = systemTime() + mStandbyDelayNs; in threadLoop_mix()5118 mStandbyTimeNs = systemTime() + mStandbyDelayNs; in threadLoop_mix()5285 mStandbyDelayNs = 0; in cacheParameters_l()[all …]
946 nsecs_t mStandbyDelayNs; variable