Searched refs:pProp (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/security/tf_daemon/
H A Dsmc_properties.h56 * @param pProp we are asking the value of this property
59 char *smcGetPropertyAsString(char *pProp);
64 * @param pProp we are asking the value of this property
68 int smcGetPropertyAsInt(char *pProp, int *pVal);
H A Dsmc_properties.c294 * @param pProp we are asking the value of this property
297 char *smcGetPropertyAsString(char *pProp) argument
299 return SMCPropGetSystemProperty(&gConfFile, pProp);
305 * @param pProp we are asking the value of this property
309 int smcGetPropertyAsInt(char *pProp, int *pVal) argument
311 char *pStr = SMCPropGetSystemProperty(&gConfFile, pProp);
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties.h56 * @param pProp we are asking the value of this property
59 char *smcGetPropertyAsString(char *pProp);
64 * @param pProp we are asking the value of this property
68 int smcGetPropertyAsInt(char *pProp, int *pVal);
H A Dsmc_properties.c294 * @param pProp we are asking the value of this property
297 char *smcGetPropertyAsString(char *pProp) argument
299 return SMCPropGetSystemProperty(&gConfFile, pProp);
305 * @param pProp we are asking the value of this property
309 int smcGetPropertyAsInt(char *pProp, int *pVal) argument
311 char *pStr = SMCPropGetSystemProperty(&gConfFile, pProp);

Completed in 40 milliseconds