Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp283 std::vector<uint64_t> rawIds; in getPhysicalDisplayIds() local
284 if (reply.readUint64Vector(&rawIds) == NO_ERROR) { in getPhysicalDisplayIds()
285 std::vector<PhysicalDisplayId> displayIds(rawIds.size()); in getPhysicalDisplayIds()
286 std::transform(rawIds.begin(), rawIds.end(), displayIds.begin(), in getPhysicalDisplayIds()
1739 std::vector<uint64_t> rawIds(ids.size()); in onTransact() local
1740 std::transform(ids.begin(), ids.end(), rawIds.begin(), in onTransact()
1742 return reply->writeUint64Vector(rawIds); in onTransact()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DConversationMessageData.java274 final String rawIds,
285 rawIds,
295 splitUnquotedString(rawIds),