Searched refs:mJankType (Results 1 – 2 of 2) sorted by relevance
418 return mJankType; in getJankType()483 if (mJankType != JankType::None) { in dump()510 StringAppendF(&result, "Jank Type : %s\n", jankTypeBitmaskToString(mJankType).c_str()); in dump()538 StringAppendF(&result, "Jank Type : %s\n", jankTypeBitmaskToString(mJankType).c_str()); in miniDump()549 mJankType = JankType::Unknown; in classifyJankLocked()561 mJankType = mPresentState != PresentState::Presented ? JankType::Dropped in classifyJankLocked()604 mJankType = JankType::None; in classifyJankLocked()612 mJankType = JankType::SurfaceFlingerScheduling; in classifyJankLocked()615 mJankType = JankType::PredictionError; in classifyJankLocked()619 mJankType = JankType::Unknown; in classifyJankLocked()[all …]
259 int32_t mJankType GUARDED_BY(mMutex) = JankType::None;419 int32_t getJankType() const { return mJankType; } in getJankType()451 int32_t mJankType = JankType::None; variable