Searched refs:rawIds (Results 1 – 2 of 2) sorted by relevance
283 std::vector<uint64_t> rawIds; in getPhysicalDisplayIds() local284 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() local1740 std::transform(ids.begin(), ids.end(), rawIds.begin(), in onTransact()1742 return reply->writeUint64Vector(rawIds); in onTransact()
274 final String rawIds,285 rawIds,295 splitUnquotedString(rawIds),