Home
last modified time | relevance | path

Searched defs:notifyResolution (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DCryptoPlugin.h70 Return<void> notifyResolution(uint32_t width, uint32_t height) { in notifyResolution() function
/aosp12/frameworks/native/headers/media_plugin/media/hardware/
H A DCryptoAPI.h82 virtual void notifyResolution(uint32_t /* width */, uint32_t /* height */) {} in notifyResolution() function
/aosp12/hardware/interfaces/drm/1.0/default/
H A DCryptoPlugin.cpp41 Return<void> CryptoPlugin::notifyResolution(uint32_t width, in notifyResolution() function in android::hardware::drm::V1_0::implementation::CryptoPlugin
/aosp12/frameworks/av/drm/libmediadrm/
H A DCryptoHal.cpp378 void CryptoHal::notifyResolution(uint32_t width, uint32_t height) { in notifyResolution() function in android::CryptoHal