Home
last modified time | relevance | path

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

/external/tpm2/
DPropertyCap.c439 TPML_TAGGED_TPM_PROPERTY *propertyList // OUT: property list in TPMCapGetProperties() argument
445 propertyList->count = 0; in TPMCapGetProperties()
458 if(propertyList->count < count) in TPMCapGetProperties()
461 propertyList->tpmProperty[propertyList->count].property = in TPMCapGetProperties()
463 propertyList->tpmProperty[propertyList->count].value = value; in TPMCapGetProperties()
464 propertyList->count++; in TPMCapGetProperties()
DPropertyCap_fp.h13 TPML_TAGGED_TPM_PROPERTY *propertyList // OUT: property list
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java1431 List<String> propertyList = new ArrayList<String>(); in getCallPropertiesString() local
1435 propertyList.add(getCallPropertyString(property)); in getCallPropertiesString()
1439 return propertyList; in getCallPropertiesString()