HomeSort by relevance Sort by last modified time
    Searched refs:SetUint16 (Results 1 - 7 of 7) sorted by null

  /external/webrtc/talk/media/base/
rtputils.cc 73 bool SetUint16(void* data, size_t offset, uint16_t value) {
186 SetUint16(data, kRtpSeqNumOffset,
  /system/connectivity/shill/
key_value_store_unittest.cc 186 store_.SetUint16(kKey, kValue);
268 store_.SetUint16(kUint16Key, kUint16Value);
462 first.SetUint16("uint16Key", 1);
463 second.SetUint16("uint16OtherKey", 1);
468 first.SetUint16("uint16Key", 1);
469 second.SetUint16("uint16Key", 2);
513 first.SetUint16("uint16Key", 1);
525 second.SetUint16("uint16Key", 1);
566 donor.SetUint16(kUint16Key, kUint16Value);
621 store.SetUint16(kUint16Key, kUint16Value)
    [all...]
key_value_store.h 108 void SetUint16(const std::string& name, uint16_t value);
key_value_store.cc 306 void KeyValueStore::SetUint16(const string& name, uint16_t value) {
  /system/connectivity/shill/dhcp/
dhcpv4_config_unittest.cc 321 conf.SetUint16(DHCPv4Config::kConfigurationKeyMTU, 600);
347 conf.SetUint16(DHCPv4Config::kConfigurationKeyMTU, 576);
359 conf.SetUint16(DHCPv4Config::kConfigurationKeyMTU, 1499);
369 conf.SetUint16(DHCPv4Config::kConfigurationKeyMTU, 577);
  /system/connectivity/shill/wifi/
wifi_endpoint.cc 289 args.SetUint16(WPASupplicant::kBSSPropertyFrequency, frequency);
wifi_unittest.cc     [all...]

Completed in 102 milliseconds