Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DDrmHal.cpp289 status_t DrmHal::getSupportedSchemes(std::vector<uint8_t> &schemes) const { in getSupportedSchemes() function in android::DrmHal
DDrmHalAidl.cpp1192 status_t DrmHalAidl::getSupportedSchemes(std::vector<uint8_t> &schemes) const { in getSupportedSchemes() function in android::DrmHalAidl
DDrmHalHidl.cpp1527 status_t DrmHalHidl::getSupportedSchemes(std::vector<uint8_t> &schemes) const { in getSupportedSchemes() function in android::DrmHalHidl
/frameworks/base/media/java/android/media/
DMediaPlayer.java5305 public UUID[] getSupportedSchemes() { in getSupportedSchemes() method in MediaPlayer.DrmInfo