Searched refs:bit_rates (Results 1 – 6 of 6) sorted by relevance
168 int getSupportedBitClk(int dpy, std::vector<uint64_t>& bit_rates);
286 int getSupportedBitClk(int dpy, std::vector<uint64_t>& bit_rates) { in getSupportedBitClk() argument301 bit_rates.push_back(outParcel.readUint64()); in getSupportedBitClk()
335 int getSupportedBitClk(int dpy, std::vector<uint64_t>& bit_rates) { in getSupportedBitClk() argument350 bit_rates.push_back(outParcel.readUint64()); in getSupportedBitClk()
2672 std::vector<uint64_t> bit_rates; in GetSupportedDsiClk() local2673 hwc_display_[disp_id]->GetSupportedDSIClock(&bit_rates); in GetSupportedDsiClk()2674 output_parcel->writeInt32(INT32(bit_rates.size())); in GetSupportedDsiClk()2675 for (auto &bit_rate : bit_rates) { in GetSupportedDsiClk()
2449 std::vector<uint64_t> bit_rates; in GetSupportedDsiClk() local2450 hwc_display_[disp_id]->GetSupportedDSIClock(&bit_rates); in GetSupportedDsiClk()2451 output_parcel->writeInt32(INT32(bit_rates.size())); in GetSupportedDsiClk()2452 for (auto &bit_rate : bit_rates) { in GetSupportedDsiClk()