Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmPlugin.cpp835 std::vector<uint8_t> stopVec; in getSecureStops() local
836 stopVec.insert(stopVec.end(), clearkeyStop.id.begin(), clearkeyStop.id.end()); in getSecureStops()
837 stopVec.insert(stopVec.end(), clearkeyStop.data.begin(), clearkeyStop.data.end()); in getSecureStops()
840 stop.opaqueData = toHidlVec(stopVec); in getSecureStops()
851 std::vector<uint8_t> stopVec; in getSecureStop() local
857 stopVec.insert(stopVec.end(), clearkeyStop.id.begin(), clearkeyStop.id.end()); in getSecureStop()
858 stopVec.insert(stopVec.end(), clearkeyStop.data.begin(), clearkeyStop.data.end()); in getSecureStop()
863 if (!stopVec.empty()) { in getSecureStop()
864 stop.opaqueData = toHidlVec(stopVec); in getSecureStop()