Searched refs:property_count (Results 1 - 5 of 5) sorted by relevance

/system/bt/tools/bdtool/
H A Dadapter.c25 static int property_count = 0; variable
37 int adapter_get_property_count() { return property_count; }
41 for (int i = 0; i < property_count; ++i) {
69 property_free_array(properties, property_count);
71 property_count = num_properties;
/system/tpm/trunks/
H A Dtpm_state_test.cc63 const UINT32& property_count,
81 data.tpm_properties.count == property_count) {
99 data.algorithms.count == property_count) {
61 FakeGetCapability(const TPM_CAP& capability, const UINT32& property, const UINT32& property_count, TPMI_YES_NO* more_data, TPMS_CAPABILITY_DATA* capability_data, AuthorizationDelegate* ) argument
H A Dmock_tpm.h1402 const UINT32& property_count,
1408 const UINT32& property_count,
H A Dtpm_generated.h5719 const UINT32& property_count,
5729 const UINT32& property_count,
5735 const UINT32& property_count,
H A Dtpm_generated.cc29630 const UINT32& property_count,
29658 rc = Serialize_UINT32(property_count, &property_count_bytes);
29822 const UINT32& property_count,
29832 capability, property, property_count, &command, authorization_delegate);
29842 const UINT32& property_count,
29849 capability, property, property_count, &command, authorization_delegate);
29627 SerializeCommand_GetCapability( const TPM_CAP& capability, const UINT32& property, const UINT32& property_count, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
29820 GetCapability(const TPM_CAP& capability, const UINT32& property, const UINT32& property_count, AuthorizationDelegate* authorization_delegate, const GetCapabilityResponse& callback) argument
29840 GetCapabilitySync(const TPM_CAP& capability, const UINT32& property, const UINT32& property_count, TPMI_YES_NO* more_data, TPMS_CAPABILITY_DATA* capability_data, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 255 milliseconds