Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.cpp440 int64_t expiryTimeMS; in setPropertyString() local
441 sscanf(value.string(), "%jd", &expiryTimeMS); in setPropertyString()
450 expiryTimeMS, pSessionId ? vectorToString(*pSessionId) : "{}"); in setPropertyString()
452 sendExpirationUpdate(pSessionId, expiryTimeMS); in setPropertyString()