Searched refs:mJankType (Results 1 – 2 of 2) sorted by relevance
375 return mJankType; in getJankType()431 if (mJankType != JankType::None) { in dump()458 StringAppendF(&result, "Jank Type : %s\n", jankTypeBitmaskToString(mJankType).c_str()); in dump()486 StringAppendF(&result, "Jank Type : %s\n", jankTypeBitmaskToString(mJankType).c_str()); in miniDump()501 mJankType = JankType::Unknown; in classifyJankLocked()532 mJankType = JankType::None; in classifyJankLocked()540 mJankType = JankType::SurfaceFlingerScheduling; in classifyJankLocked()543 mJankType = JankType::PredictionError; in classifyJankLocked()547 mJankType = JankType::Unknown; in classifyJankLocked()552 mJankType |= JankType::BufferStuffing; in classifyJankLocked()[all …]
242 int32_t mJankType GUARDED_BY(mMutex) = JankType::None;389 int32_t getJankType() const { return mJankType; } in getJankType()418 int32_t mJankType = JankType::None; variable