Searched refs:mPortFormat (Results 1 – 2 of 2) sorted by relevance
31 protected FrameFormat mPortFormat; field in FilterPort49 return mPortFormat; in getPortFormat()53 mPortFormat = format; in setPortFormat()120 && mPortFormat != null in checkFrameType()121 && !frame.getFormat().isCompatibleWith(mPortFormat)) { in checkFrameType()123 + "Expected " + mPortFormat + " but got " + frame.getFormat()); in checkFrameType()
15289 Landroid/filterfw/core/FilterPort;->mPortFormat:Landroid/filterfw/core/FrameFormat;