Lines Matching refs:destination
116 const media_destination &destination, in connection_window()
119 destination(destination), in connection_window()
127 media_destination destination; member
138 const media_destination &destination, in input_window()
140 : destination(destination), in input_window()
146 media_destination destination; member
431 if (_findWindowFor(connection.source(), connection.destination(), &window)) { in openWindowFor()
464 if (_findWindowFor(input.destination, &window)) { in openWindowFor()
559 media_destination destination; in MessageReceived() local
560 if (message->FindInt32("destination_port", &destination.port) != B_OK) { in MessageReceived()
563 if (message->FindInt32("destination_id", &destination.id) != B_OK) { in MessageReceived()
566 _removeWindowFor(source, destination); in MessageReceived()
571 media_destination destination; in MessageReceived() local
572 if (message->FindInt32("destination_port", &destination.port) != B_OK) { in MessageReceived()
575 if (message->FindInt32("destination_id", &destination.id) != B_OK) { in MessageReceived()
578 _removeWindowFor(destination); in MessageReceived()
618 const media_destination destination = *reinterpret_cast<const media_destination *>(data); in MessageReceived() local
620 if (_findWindowFor(source, destination, &window)) { in MessageReceived()
623 _removeWindowFor(source, destination); in MessageReceived()
769 connection.destination(), in _addWindowFor()
776 const media_destination &destination, in _findWindowFor() argument
788 && (entry->destination == destination)) { in _findWindowFor()
799 const media_destination &destination) { in _removeWindowFor() argument
810 && (entry->destination == destination)) { in _removeWindowFor()
831 input_window *entry = new input_window(input.destination, window); in _addWindowFor()
836 const media_destination &destination, in _findWindowFor() argument
847 if (entry->destination == destination) { in _findWindowFor()
857 const media_destination &destination) { in _removeWindowFor() argument
867 if (entry->destination == destination) { in _removeWindowFor()