Searched refs:mSourceFlags (Results 1 – 2 of 2) sorted by relevance
180 mSourceFlags(0), in NuPlayer()1031 if (mSourceFlags & Source::FLAG_DYNAMIC_DURATION) { in onMessageReceived()1496 if (!(mSourceFlags & Source::FLAG_SECURE)) { in onInstantiateSecureDecoders()1927 if (mSourceFlags & Source::FLAG_SECURE) { in instantiateDecoder()1931 if (mSourceFlags & Source::FLAG_PROTECTED) { in instantiateDecoder()1990 (mSourceFlags & Source::FLAG_SECURE) != 0); in instantiateDecoder()2574 if ((mSourceFlags & Source::FLAG_DYNAMIC_DURATION) in onSourceNotify()2577 } else if (!(mSourceFlags & Source::FLAG_DYNAMIC_DURATION) in onSourceNotify()2583 mSourceFlags = flags; in onSourceNotify()
171 uint32_t mSourceFlags; member