OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetUint8
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/talk/media/base/
rtputils.cc
65
bool
SetUint8
(void* data, size_t offset, uint8_t value) {
184
return (
SetUint8
(data, kRtpFlagsOffset, kRtpVersion << 6) &&
185
SetUint8
(data, kRtpPayloadTypeOffset, header.payload_type & 0x7F) &&
/system/connectivity/shill/
key_value_store.h
109
void
SetUint8
(const std::string& name, uint8_t value);
key_value_store.cc
310
void KeyValueStore::
SetUint8
(const string& name, uint8_t value) {
key_value_store_unittest.cc
195
store_.
SetUint8
(kKey, kValue);
/system/connectivity/shill/dhcp/
dhcpv4_config_unittest.cc
300
conf.
SetUint8
(DHCPv4Config::kConfigurationKeySubnetCIDR, 16);
Completed in 38 milliseconds