Searched refs:notifyResolution (Results 1 – 6 of 6) sorted by relevance
82 virtual void notifyResolution(uint32_t /* width */, uint32_t /* height */) {} in notifyResolution() function
62 virtual void notifyResolution(uint32_t width, uint32_t height) = 0;
58 virtual void notifyResolution(uint32_t width, uint32_t height);
68 Return<void> notifyResolution(uint32_t width, uint32_t height) { in notifyResolution() function
410 void CryptoHal::notifyResolution(uint32_t width, uint32_t height) { in notifyResolution() function in android::CryptoHal417 mPlugin->notifyResolution(width, height); in notifyResolution()
2635 mCrypto->notifyResolution(right - left + 1, bottom - top + 1); in onMessageReceived()2638 mCrypto->notifyResolution(width, height); in onMessageReceived()