Searched refs:setCurrentUidMapMemory (Results 1 – 3 of 3) sorted by relevance
152 StatsdStats::getInstance().setCurrentUidMapMemory(mBytesUsed); in updateMap()204 StatsdStats::getInstance().setCurrentUidMapMemory(mBytesUsed); in updateApp()272 StatsdStats::getInstance().setCurrentUidMapMemory(mBytesUsed); in removeApp()325 StatsdStats::getInstance().setCurrentUidMapMemory(mBytesUsed); in clearOutput()465 StatsdStats::getInstance().setCurrentUidMapMemory(mBytesUsed); in appendUidMap()
308 void setCurrentUidMapMemory(int bytes);
324 void StatsdStats::setCurrentUidMapMemory(int bytes) { in setCurrentUidMapMemory() function in android::os::statsd::StatsdStats