Searched defs:Crypto (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DCrypto.h29 struct Crypto : public BnCrypto { struct in namespace:android
30 Crypto();
31 virtual ~Crypto();
65 DISALLOW_EVIL_CONSTRUCTORS(Crypto);
H A DCrypto.cpp18 #define LOG_TAG "Crypto"
21 #include "Crypto.h"
33 Crypto::Crypto() function in class:android::Crypto
41 Crypto::~Crypto() {
54 status_t Crypto::initCheck() const {
58 status_t Crypto::init() {
88 bool Crypto::isCryptoSchemeSupported(const uint8_t uuid[16]) const {
98 status_t Crypto
[all...]

Completed in 42 milliseconds