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

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DCryptoPlugin.h65 Return<void> notifyResolution(uint32_t width, uint32_t height) { function in struct:android::hardware::drm::V1_1::clearkey::CryptoPlugin
/frameworks/native/headers/media_plugin/media/hardware/
H A DCryptoAPI.h82 virtual void notifyResolution(uint32_t /* width */, uint32_t /* height */) {} function in struct:android::CryptoPlugin
/frameworks/native/include/media/hardware/
H A DCryptoAPI.h82 virtual void notifyResolution(uint32_t /* width */, uint32_t /* height */) {} function in struct:android::CryptoPlugin
/frameworks/av/drm/libmediadrm/
H A DICrypto.cpp164 virtual void notifyResolution( function in struct:android::BpCrypto
434 notifyResolution(width, height);
H A DCryptoHal.cpp413 void CryptoHal::notifyResolution(uint32_t width, uint32_t height) { function in class:android::CryptoHal
420 mPlugin->notifyResolution(width, height);

Completed in 130 milliseconds