Home
last modified time | relevance | path

Searched refs:size_bytes (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/include/
Dbtif_config.h34 bool btif_config_get_str(const char *section, const char *key, char *value, int *size_bytes);
/system/bt/btif/src/
Dbtif_config.c307 bool btif_config_get_str(const char *section, const char *key, char *value, int *size_bytes) { in btif_config_get_str() argument
312 assert(size_bytes != NULL); in btif_config_get_str()
321 strlcpy(value, stored_value, *size_bytes); in btif_config_get_str()
322 *size_bytes = strlen(value) + 1; in btif_config_get_str()
/system/tpm/trunks/
Dtpm_generated.cc5774 std::string size_bytes; in Serialize_TPM2B_SENSITIVE_CREATE() local
5775 result = Serialize_UINT16(field_bytes.size(), &size_bytes); in Serialize_TPM2B_SENSITIVE_CREATE()
5779 buffer->append(size_bytes + field_bytes); in Serialize_TPM2B_SENSITIVE_CREATE()
7101 std::string size_bytes; in Serialize_TPM2B_ECC_POINT() local
7102 result = Serialize_UINT16(field_bytes.size(), &size_bytes); in Serialize_TPM2B_ECC_POINT()
7106 buffer->append(size_bytes + field_bytes); in Serialize_TPM2B_ECC_POINT()
8301 std::string size_bytes; in Serialize_TPM2B_PUBLIC() local
8302 result = Serialize_UINT16(field_bytes.size(), &size_bytes); in Serialize_TPM2B_PUBLIC()
8306 buffer->append(size_bytes + field_bytes); in Serialize_TPM2B_PUBLIC()
8584 std::string size_bytes; in Serialize_TPM2B_SENSITIVE() local
[all …]