Home
last modified time | relevance | path

Searched refs:maxSessions (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DDrmPlugin.h145 uint32_t *maxSessions) const { in getNumberOfSessions() argument
147 UNUSED(maxSessions); in getNumberOfSessions()
/frameworks/av/include/mediadrm/
DIDrm.h93 uint32_t *maxSessions) const = 0;
DDrmHal.h122 uint32_t *maxSessions) const;
/frameworks/av/media/libmedia/include/media/
DIDrm.h93 uint32_t *maxSessions) const = 0;
DDrmHal.h122 uint32_t *maxSessions) const;
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmPlugin.cpp587 uint32_t maxSessions = 10; in getNumberOfSessions() local
588 _hidl_cb(Status::OK, currentSessions, maxSessions); in getNumberOfSessions()