HomeSort by relevance Sort by last modified time
    Searched refs:kDefaultStandbyTimeInNsecs (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
AudioFlinger.h 79 static const nsecs_t kDefaultStandbyTimeInNsecs = seconds(3);
296 // ro.audio.flinger_standbytime_ms or defaults to kDefaultStandbyTimeInNsecs
AudioFlinger.cpp 89 nsecs_t AudioFlinger::mStandbyTimeInNsecs = kDefaultStandbyTimeInNsecs;
183 mStandbyTimeInNsecs = kDefaultStandbyTimeInNsecs;
    [all...]

Completed in 93 milliseconds