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

  /hardware/ti/omap3/dspbridge/libbridge/
DSPManager.c 77 static ULONG usage_count; variable
105 if (usage_count == 0) { /* try opening handle to Bridge driver */
113 usage_count++;
137 if (usage_count == 1) {
145 usage_count--;
  /external/chromium/chrome/browser/importer/
profile_import_process_messages.h 277 WriteParam(m, p.usage_count());
294 int usage_count; local
335 !ReadParam(m, iter, &usage_count) ||
358 p->set_usage_count(usage_count);
  /external/chromium/chrome/browser/search_engines/
template_url.h 441 int usage_count() const { return usage_count_; } function in class:TemplateURL
  /external/kernel-headers/original/linux/
i2c.h 161 int usage_count; /* How many accesses currently */ member in struct:i2c_client

Completed in 71 milliseconds