Searched refs:mSessionType (Results 1 – 2 of 2) sorted by relevance
87 private int mSessionType; field in SessionConfiguration112 mSessionType = sessionType; in SessionConfiguration()133 mSessionType = sessionType; in SessionConfiguration()161 dest.writeInt(mSessionType); in writeToParcel()195 if (mInputConfig != other.mInputConfig || mSessionType != other.mSessionType || in equals()217 mSessionType); in hashCode()226 return mSessionType; in getSessionType()265 if (mSessionType != SESSION_HIGH_SPEED) { in setInputConfiguration()
22254 Landroid/hardware/camera2/params/SessionConfiguration;->mSessionType:I