Searched defs:size_bytes (Results 1 - 2 of 2) sorted by relevance

/system/bt/btif/src/
H A Dbtif_config.c311 bool btif_config_get_str(const char *section, const char *key, char *value, int *size_bytes) { argument
316 assert(size_bytes != NULL);
325 strlcpy(value, stored_value, *size_bytes);
326 *size_bytes = strlen(value) + 1;
/system/tpm/trunks/
H A Dtpm_generated.cc5774 std::string size_bytes; local
5775 result = Serialize_UINT16(field_bytes.size(), &size_bytes);
5779 buffer->append(size_bytes + field_bytes);
7101 std::string size_bytes; local
7102 result = Serialize_UINT16(field_bytes.size(), &size_bytes);
7106 buffer->append(size_bytes + field_bytes);
8301 std::string size_bytes; local
8302 result = Serialize_UINT16(field_bytes.size(), &size_bytes);
8306 buffer->append(size_bytes + field_bytes);
8584 std::string size_bytes; local
8958 std::string size_bytes; local
9371 std::string size_bytes; local
39800 std::string size_bytes; local
40677 std::string size_bytes; local
[all...]

Completed in 118 milliseconds