Home | History | Annotate | Download | only in libmedia

Lines Matching refs:num_ports

523                                     unsigned int *num_ports,
527 if (num_ports == NULL || (*num_ports != 0 && ports == NULL) ||
533 unsigned int numPortsReq = (ports == NULL) ? 0 : *num_ports;
540 *num_ports = (unsigned int)reply.readInt32();
543 if (numPortsReq > *num_ports) {
544 numPortsReq = *num_ports;