Searched refs:bit_rates (Results 1 – 3 of 3) sorted by relevance
172 int getSupportedBitClk(int dpy, std::vector<uint64_t>& bit_rates);
352 int getSupportedBitClk(int dpy, std::vector<uint64_t>& bit_rates) { in getSupportedBitClk() argument367 bit_rates.push_back(outParcel.readUint64()); in getSupportedBitClk()
2472 std::vector<uint64_t> bit_rates; in GetSupportedDsiClk() local2473 hwc_display_[disp_id]->GetSupportedDSIClock(&bit_rates); in GetSupportedDsiClk()2474 output_parcel->writeInt32(INT32(bit_rates.size())); in GetSupportedDsiClk()2475 for (auto &bit_rate : bit_rates) { in GetSupportedDsiClk()