Searched refs:nodeCnt (Results 1 – 2 of 2) sorted by relevance
223 …grFillDeviceInfo(struct HdfSBuf *data, struct HdfSBuf *reply, uint32_t *hostCnt, uint32_t *nodeCnt) in DevMgrFillDeviceInfo() argument273 (*nodeCnt)++; in DevMgrFillDeviceInfo()
1303 uint32_t nodeCnt; in AudioRouteDevFreeByNum() local1309 for (nodeCnt = 0; nodeCnt < num; nodeCnt++) { in AudioRouteDevFreeByNum()1310 if (routeNode[nodeCnt].type == AUDIO_PORT_DEVICE_TYPE) { in AudioRouteDevFreeByNum()1311 AudioDevExtInfoFree((struct AudioDevExtInfo *)&routeNode[nodeCnt].ext.device, false); in AudioRouteDevFreeByNum()