Searched refs:usages (Results 1 – 7 of 7) sorted by relevance
74 InputUsage usages[SW_CNT]; in configureInputReport() local78 usages[numUsages++] = codeMap[i].usage; in configureInputReport()87 getInputReportDefinition()->declareUsages(INPUT_COLLECTION_ID_SWITCH, usages, numUsages); in configureInputReport()
76 InputUsage usages[NELEM(codeMap)]; in configureInputReport() local80 usages[numUsages++] = codeMap[i].usage; in configureInputReport()86 getInputReportDefinition()->declareUsages(INPUT_COLLECTION_ID_MOUSE, usages, numUsages); in configureInputReport()
26 // Sounds from Android (counting from 1 coincidentally lets us match AudioAttributes usages)
141 const uint32_t usages[] = { in HidRawSensor() local148 [&usages] (const HidParser::ReportItem &d) { in HidRawSensor()149 return std::find(std::begin(usages), std::end(usages), d.usage) in HidRawSensor()150 != std::end(usages); in HidRawSensor()
49 * CPU usages. The order and number of CPUs in the list must be kept
39 * execute_1_3 must verify the inputs to the function are correct, and the usages127 * correct, and the usages of memory pools allocated by IDevice::allocate209 * executeFenced must verify the inputs to the function are correct, and the usages
425 * Propagates changes from one usage of the Allocation to the other usages