Searched refs:notifyResolution (Results 1 – 6 of 6) sorted by relevance
263 void Crypto::notifyResolution(uint32_t width, uint32_t height) { in notifyResolution() function in android::Crypto267 mPlugin->notifyResolution(width, height); in notifyResolution()
48 virtual void notifyResolution(uint32_t width, uint32_t height);
74 virtual void notifyResolution(uint32_t /* width */, uint32_t /* height */) {} in notifyResolution() function
45 virtual void notifyResolution(uint32_t width, uint32_t height) = 0;
156 virtual void notifyResolution( in notifyResolution() function347 notifyResolution(width, height); in onTransact()
1341 mCrypto->notifyResolution(right - left + 1, bottom - top + 1); in onMessageReceived()1344 mCrypto->notifyResolution(width, height); in onMessageReceived()