Lines Matching refs:mInitCheck
48 : mInitCheck(NO_INIT), in Crypto()
66 return mInitCheck; in initCheck()
95 mInitCheck = OK; in findFactoryForScheme()
99 mInitCheck = ERROR_UNSUPPORTED; in findFactoryForScheme()
119 mInitCheck = OK; in findFactoryForScheme()
133 mInitCheck = OK; in findFactoryForScheme()
137 mInitCheck = ERROR_UNSUPPORTED; in findFactoryForScheme()
183 return (mInitCheck == OK); in isCryptoSchemeSupported()
198 if (mInitCheck != OK) { in createPlugin()
199 return mInitCheck; in createPlugin()
208 if (mInitCheck != OK) { in destroyPlugin()
209 return mInitCheck; in destroyPlugin()
225 if (mInitCheck != OK) { in requiresSecureDecoderComponent()
226 return mInitCheck; in requiresSecureDecoderComponent()
248 if (mInitCheck != OK) { in decrypt()
249 return mInitCheck; in decrypt()
267 if (mInitCheck == OK && mPlugin != NULL) { in notifyResolution()
276 if (mInitCheck == OK && mPlugin != NULL) { in setMediaDrmSession()