Searched defs:notifyResolution (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/media/hardware/
H A DCryptoAPI.h71 virtual void notifyResolution(uint32_t width, uint32_t height) {} function in struct:android::CryptoPlugin
/frameworks/av/media/libmedia/
H A DICrypto.cpp153 virtual void notifyResolution( function in struct:android::BpCrypto
309 notifyResolution(width, height);
/frameworks/av/media/libmediaplayerservice/
H A DCrypto.cpp260 void Crypto::notifyResolution(uint32_t width, uint32_t height) { function in class:android::Crypto
264 mPlugin->notifyResolution(width, height);

Completed in 67 milliseconds