Searched refs:notifyResolution (Results 1 – 7 of 7) sorted by relevance
82 virtual void notifyResolution(uint32_t /* width */, uint32_t /* height */) {} in notifyResolution() function
47 virtual void notifyResolution(uint32_t width, uint32_t height) = 0;
68 Return<void> notifyResolution(uint32_t width, uint32_t height) { in notifyResolution() function
55 virtual void notifyResolution(uint32_t width, uint32_t height);
442 void CryptoHal::notifyResolution(uint32_t width, uint32_t height) { in notifyResolution() function in android::CryptoHal449 mPlugin->notifyResolution(width, height); in notifyResolution()
164 virtual void notifyResolution( in notifyResolution() function447 notifyResolution(width, height); in onTransact()
2363 mCrypto->notifyResolution(right - left + 1, bottom - top + 1); in onMessageReceived()2366 mCrypto->notifyResolution(width, height); in onMessageReceived()