HomeSort by relevance Sort by last modified time
    Searched defs:disable_high_bitrates (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/dbus/
chromeos_supplicant_interface_proxy.h 74 bool SetDisableHighBitrates(bool disable_high_bitrates) override;
84 brillo::dbus_utils::Property<bool> disable_high_bitrates; member in class:shill::ChromeosSupplicantInterfaceProxy::PropertySet
chromeos_supplicant_interface_proxy.cc 54 RegisterProperty(kPropertyDisableHighBitrates, &disable_high_bitrates);
424 bool disable_high_bitrates) {
426 << disable_high_bitrates; local
428 if (!properties_->disable_high_bitrates.SetAndBlock(disable_high_bitrates)) {
429 LOG(ERROR) << __func__ << " failed: " << disable_high_bitrates; local

Completed in 73 milliseconds