Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/interface/mediadrm/
DDrmUtils.h107 uint64_t uuid2[2] = {}; in LogToBuffer() local
108 std::memcpy(uuid2, uuid, sizeof(uuid2)); in LogToBuffer()
111 LogToBuffer(level, uuidFmt.c_str(), betoh64(uuid2[0]), betoh64(uuid2[1]), args...); in LogToBuffer()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteControllerTest.java5034 UUID uuid2 = UUID.nameUUIDFromBytes(seed2.getBytes()); in testUpdateSystemSelectionChannels() local
5040 SatelliteInfo satelliteInfo2 = new SatelliteInfo(uuid2, satellitePosition2, Arrays.stream( in testUpdateSystemSelectionChannels()