Searched refs:size_bytes (Results 1 – 3 of 3) sorted by relevance
/system/bt/btif/include/ |
D | btif_config.h | 34 bool btif_config_get_str(const char *section, const char *key, char *value, int *size_bytes);
|
/system/bt/btif/src/ |
D | btif_config.c | 307 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/ |
D | tpm_generated.cc | 5774 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 …]
|