HomeSort by relevance Sort by last modified time
    Searched defs:pComment (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.h 93 char* pComment;
101 char* pComment;
  /external/opencv/cvaux/include/
cvvidsurv.hpp 66 char* pComment;
115 if(p->pComment)free(p->pComment);
184 void CommentParam(const char* name, const char* pComment)
187 if(p)p->pComment = pComment ? strdup(pComment) : 0;
223 if(p && p->pComment) return p->pComment;
    [all...]

Completed in 89 milliseconds