HomeSort by relevance Sort by last modified time
    Searched refs:pProp (Results 1 - 11 of 11) sorted by null

  /hardware/ti/omap4-aah/security/tf_daemon/
smc_properties.h 56 * @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);
smc_properties.c 294 * @param pProp we are asking the value of this property
297 char *smcGetPropertyAsString(char *pProp)
299 return SMCPropGetSystemProperty(&gConfFile, pProp);
305 * @param pProp we are asking the value of this property
309 int smcGetPropertyAsInt(char *pProp, int *pVal)
311 char *pStr = SMCPropGetSystemProperty(&gConfFile, pProp);
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties.h 56 * @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);
smc_properties.c 294 * @param pProp we are asking the value of this property
297 char *smcGetPropertyAsString(char *pProp)
299 return SMCPropGetSystemProperty(&gConfFile, pProp);
305 * @param pProp we are asking the value of this property
309 int smcGetPropertyAsInt(char *pProp, int *pVal)
311 char *pStr = SMCPropGetSystemProperty(&gConfFile, pProp);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql_1.h 40 void AddProperty(LPWSTR pProp);
vsbackup.h 79 VSS_SNAPSHOT_PROP *pProp
84 VSS_SNAPSHOT_PROP *pProp
85 ){VssFreeSnapshotPropertiesInternal(pProp);}
159 STDMETHOD_(HRESULT,GetSnapshotProperties)(THIS_ VSS_ID SnapshotId,VSS_SNAPSHOT_PROP *pProp) PURE;
213 #define IVssBackupComponents_GetSnapshotProperties(This,SnapshotId,pProp) (This)->lpVtbl->GetSnapshotProperties(This,SnapshotId,pProp)
280 STDMETHOD_(HRESULT,GetSnapshotProperties)(THIS_ VSS_ID SnapshotId,VSS_SNAPSHOT_PROP *pProp) PURE;
338 #define IVssBackupComponentsEx_GetSnapshotProperties(This,SnapshotId,pProp) (This)->lpVtbl->GetSnapshotProperties(This,SnapshotId,pProp)
    [all...]
vsprov.h 180 STDMETHOD_(HRESULT,GetSnapshotProperties)(THIS_ VSS_ID SnapshotId,VSS_SNAPSHOT_PROP *pProp) PURE;
197 #define IVssSoftwareSnapshotProvider_GetSnapshotProperties(This,SnapshotId,pProp) (This)->lpVtbl->GetSnapshotProperties(This,SnapshotId,pProp)
msctf.h     [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_resolveprocessor.cpp 356 CXFA_Node* pProp = NULL;
362 pProp = pInstanceManager->GetProperty(0, XFA_ELEMENT_Occur, TRUE);
367 pProp = ((CXFA_Node*)curNode)
372 if (pProp) {
373 nodes.Add(pProp);
  /external/mesa3d/src/glx/
glxcmds.c     [all...]
  /external/opencv3/modules/videoio/src/
cap_dshow.cpp     [all...]

Completed in 365 milliseconds