Home | History | Annotate | Download | only in libmedia

Lines Matching refs:ports

524                                     struct audio_port *ports,
527 if (num_ports == NULL || (*num_ports != 0 && ports == NULL) ||
533 unsigned int numPortsReq = (ports == NULL) ? 0 : *num_ports;
547 reply.read(ports, numPortsReq * sizeof(struct audio_port));
1162 struct audio_port *ports =
1164 if (ports == NULL) {
1170 status_t status = listAudioPorts(role, type, &numPorts, ports, &generation);
1178 reply->write(ports, numPortsReq * sizeof(struct audio_port));
1181 free(ports);