Home | History | Annotate | Download | only in libmedia

Lines Matching defs:port

550     virtual status_t getAudioPort(struct audio_port *port)
552 if (port == NULL) {
557 data.write(port, sizeof(struct audio_port));
563 reply.read(port, sizeof(struct audio_port));
1151 struct audio_port port;
1152 data.read(&port, sizeof(struct audio_port));
1153 status_t status = getAudioPort(&port);
1156 reply->write(&port, sizeof(struct audio_port));