Home | History | Annotate | Download | only in libaudioclient

Lines Matching defs:ports

539                                     struct audio_port *ports,
542 if (num_ports == NULL || (*num_ports != 0 && ports == NULL) ||
548 unsigned int numPortsReq = (ports == NULL) ? 0 : *num_ports;
562 reply.read(ports, numPortsReq * sizeof(struct audio_port));
1323 struct audio_port *ports =
1325 if (ports == NULL) {
1331 status_t status = listAudioPorts(role, type, &numPorts, ports, &generation);
1339 reply->write(ports, numPortsReq * sizeof(struct audio_port));
1342 free(ports);