Home
last modified time | relevance | path

Searched refs:mIsLowRamDevice (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioFlinger.h363 bool isLowRamDevice() const final { return mIsLowRamDevice; } in isLowRamDevice()
754 std::atomic<bool> mIsLowRamDevice = true; variable
DAudioFlinger.cpp2704 mIsLowRamDevice = isLowRamDevice; in setLowRamDevice()