Searched refs:hdrFormatsSend (Results 1 – 1 of 1) sorted by relevance
1220 std::vector<uint32_t> hdrFormatsSend; in OnRemoteRequest() local1230 std::copy(hdrFormats.begin(), hdrFormats.end(), std::back_inserter(hdrFormatsSend)); in OnRemoteRequest()1231 if (!reply.WriteUInt32Vector(hdrFormatsSend)) { in OnRemoteRequest()