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.cpp764 std::vector<uint8_t> stopVec; in getSecureStops() local
765 stopVec.insert(stopVec.end(), clearkeyStop.id.begin(), clearkeyStop.id.end()); in getSecureStops()
766 stopVec.insert(stopVec.end(), clearkeyStop.data.begin(), clearkeyStop.data.end()); in getSecureStops()
769 stop.opaqueData = toHidlVec(stopVec); in getSecureStops()
780 std::vector<uint8_t> stopVec; in getSecureStop() local
786 stopVec.insert(stopVec.end(), clearkeyStop.id.begin(), clearkeyStop.id.end()); in getSecureStop()
787 stopVec.insert(stopVec.end(), clearkeyStop.data.begin(), clearkeyStop.data.end()); in getSecureStop()
792 if (!stopVec.empty()) { in getSecureStop()
793 stop.opaqueData = toHidlVec(stopVec); in getSecureStop()