Home | History | Annotate | Download | only in libmedia

Lines Matching defs:port

819     virtual status_t getAudioPort(struct audio_port *port)
821 if (port == NULL) {
826 data.write(port, sizeof(struct audio_port));
832 reply.read(port, sizeof(struct audio_port));
1336 struct audio_port port;
1337 data.read(&port, sizeof(struct audio_port));
1338 status_t status = getAudioPort(&port);
1341 reply->write(&port, sizeof(struct audio_port));