Searched refs:fcsType (Results 1 – 3 of 3) sorted by relevance
122 int fcsType = MAC_FCS_TYPE_CRC_32; in testOpenSessionParams() local189 .setFcsType(fcsType) in testOpenSessionParams()261 assertEquals(params.getFcsType(), fcsType); in testOpenSessionParams() local332 assertEquals(fromBundle.getFcsType(), fcsType); in testOpenSessionParams() local409 assertEquals(fromCopy.getFcsType(), fcsType); in testOpenSessionParams() local
244 int fcsType = MAC_FCS_TYPE_CRC_32; in getFiraParams() local301 .setFcsType(fcsType) in getFiraParams()
310 @MacFcsType int fcsType, in FiraOpenSessionParams()397 mFcsType = fcsType; in FiraOpenSessionParams()1794 public FiraOpenSessionParams.Builder setFcsType(@MacFcsType int fcsType) { in setFcsType() argument1795 mFcsType = fcsType; in setFcsType()