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

  /external/libkmsxx/utils/
kmstest.cpp 21 struct PropInfo {
22 PropInfo(string n, uint64_t v) : prop(NULL), name(n), val(v) {}
45 vector<PropInfo> props;
58 vector<PropInfo> conn_props;
59 vector<PropInfo> crtc_props;
290 static void parse_prop(const string& prop_str, vector<PropInfo> &props)
302 props.push_back(PropInfo(name, stoull(val, 0, 0)));
305 static void get_props(Card& card, vector<PropInfo> &props, const DrmPropObject* propobj)
711 for (const PropInfo &prop: o.conn_props)
717 for (const PropInfo &prop: o.crtc_props
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 115 milliseconds