Home
last modified time | relevance | path

Searched refs:currentSessions (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmFactory.cpp101 uint32_t currentSessions = SessionLibrary::get()->numOpenSessions(); in debug() local
102 fprintf(out, "current open sessions: %u\n", currentSessions); in debug()
DDrmPlugin.cpp599 uint32_t currentSessions = mSessionLibrary->numOpenSessions(); in getNumberOfSessions() local
601 _hidl_cb(Status::OK, currentSessions, maxSessions); in getNumberOfSessions()
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DDrmPlugin.h144 virtual status_t getNumberOfSessions(uint32_t *currentSessions, in getNumberOfSessions() argument
146 UNUSED(currentSessions); in getNumberOfSessions()
/frameworks/av/drm/libmediadrm/include/mediadrm/
DIDrm.h91 virtual status_t getNumberOfSessions(uint32_t *currentSessions,
DDrmHal.h124 virtual status_t getNumberOfSessions(uint32_t *currentSessions,