Searched refs:getDecoder (Results 1 – 6 of 6) sorted by relevance
201 final byte[] decoded = Base64.getDecoder().decode(hash); in loadFromXml()
253 inline const sp<DecoderBase> &getDecoder(bool audio) { in getDecoder() function
1163 getDecoder(audio)->initiateShutdown(); // In the middle of a seek. in onMessageReceived()1608 getDecoder(audio)->initiateShutdown(); in handleFlushComplete()1976 const sp<DecoderBase> &decoder = getDecoder(audio); in flushDecoder()2797 const sp<DecoderBase> &videoDecoder = getDecoder(false/*audio*/); in onReleaseDrm()2803 const sp<DecoderBase> &audioDecoder = getDecoder(true/*audio*/); in onReleaseDrm()
498 actual = java.util.Base64.getDecoder().decode(encodedActual); in verifyMessageDigest()
63309 method public static java.util.Base64.Decoder getDecoder();
67217 method public static java.util.Base64.Decoder getDecoder();