Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmPlugin.cpp46 const int kSecureStopIdSize = 10; variable
50 char buffer[kSecureStopIdSize]; in uint32ToVector()
51 memset(buffer, 0, kSecureStopIdSize); in uint32ToVector()
52 snprintf(buffer, kSecureStopIdSize, "%" PRIu32, value); in uint32ToVector()
830 std::vector<uint8_t> id(buffer, buffer + kSecureStopIdSize); in releaseSecureStops()