HomeSort by relevance Sort by last modified time
    Searched refs:pProp (Results 1 - 12 of 12) 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);
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/src/
xltdevinf.c 398 SmlDevInfCTDataPropListPtr_t pOldProp = NULL, pProp = NULL;
448 pProp = pCtcap->data->prop;
449 while (pProp != NULL) {
450 pOldProp = pProp;
451 pProp = pProp->next;
453 pProp = (SmlDevInfCTDataPropListPtr_t) smlLibMalloc(sizeof(SmlDevInfCTDataPropList_t));
454 if (pProp == NULL) return SML_ERR_NOT_ENOUGH_SPACE;
455 smlLibMemset(pProp, 0, sizeof(SmlDevInfCTDataPropList_t));
457 pOldProp->next = pProp;
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
xltdevinf.c 402 SmlDevInfCTDataPropListPtr_t pOldProp = NULL, pProp = NULL;
452 pProp = pCtcap->data->prop;
453 while (pProp != NULL) {
454 pOldProp = pProp;
455 pProp = pProp->next;
457 pProp = (SmlDevInfCTDataPropListPtr_t) smlLibMalloc(sizeof(SmlDevInfCTDataPropList_t));
458 if (pProp == NULL) return SML_ERR_NOT_ENOUGH_SPACE;
459 smlLibMemset(pProp, 0, sizeof(SmlDevInfCTDataPropList_t));
461 pOldProp->next = pProp;
    [all...]
  /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/chromium_org/third_party/mesa/src/src/glx/
glxcmds.c     [all...]
  /external/mesa3d/src/glx/
glxcmds.c     [all...]

Completed in 747 milliseconds