Searched refs:mSourcesToUse (Results 1 – 1 of 1) sorted by relevance
28 private volatile int mSourcesToUse = 0; field in FusedBatchOptions54 mSourcesToUse |= source; in setSourceToUse()58 mSourcesToUse &= ~source; in resetSourceToUse()62 return (mSourcesToUse & source) != 0; in isSourceToUseSet()66 return mSourcesToUse; in getSourcesToUse()133 parcel.writeInt(mSourcesToUse); in writeToParcel()