Home
last modified time | relevance | path

Searched refs:maxSessions (Results 1 – 4 of 4) 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/drm/libmediadrm/include/mediadrm/
DIDrm.h92 uint32_t *maxSessions) const = 0;
DDrmHal.h125 uint32_t *maxSessions) const;
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmPlugin.cpp600 uint32_t maxSessions = 10; in getNumberOfSessions() local
601 _hidl_cb(Status::OK, currentSessions, maxSessions); in getNumberOfSessions()