Home
last modified time | relevance | path

Searched defs:kDumpLockTimeoutNs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/afutils/
DDumpTryLock.h27 static constexpr int kDumpLockTimeoutNs = 1'000'000'000; in dumpTryLock() local
37 static constexpr int64_t kDumpLockTimeoutNs = 1'000'000'000; in dumpTryLock() local
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp58 static const int kDumpLockTimeoutNs = 1 * NANOS_PER_SECOND; variable