Home | History | Annotate | Download | only in libaudioclient

Lines Matching defs:ports

727                                     struct audio_port *ports)
729 if (num_ports == NULL || *num_ports == 0 || ports == NULL) {
741 reply.read(ports, *num_ports * sizeof(struct audio_port));
1356 struct audio_port *ports =
1359 if (ports == NULL) {
1364 status_t status = listAudioPorts(&numPorts, ports);
1371 reply->write(ports, numPortsReq * sizeof(struct audio_port));
1373 free(ports);