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 86 static const nsecs_t kDefaultStandbyTimeInNsecs = seconds(3);
378 // ro.audio.flinger_standbytime_ms or defaults to kDefaultStandbyTimeInNsecs
    [all...]
AudioFlinger.cpp 88 nsecs_t AudioFlinger::mStandbyTimeInNsecs = kDefaultStandbyTimeInNsecs;
226 mStandbyTimeInNsecs = kDefaultStandbyTimeInNsecs;
    [all...]

Completed in 3391 milliseconds