Home
last modified time | relevance | path

Searched defs:station (Results 1 – 5 of 5) sorted by relevance

/external/wmediumd/wmediumd/
Dwmediumd.h174 struct station { struct
178 double x, y; /* position of the station [m] */ argument
181 double dir_x, dir_y; /* direction of the station [meter per MOVE_INTERVAL] */ argument
202 * just have it as such for the link from struct station. argument
Dconfig.c211 struct station *station; in move_stations_to_direction() local
225 struct station *station; in parse_path_loss() local
437 struct station *station; in load_config() local
700 struct station *station; in clear_config() local
Dwmediumd.c152 void station_init_queues(struct station *station) in station_init_queues()
334 struct station *station; in get_station_by_addr() local
343 static bool station_has_addr(struct station *station, const u8 *addr) in station_has_addr()
360 struct station *station; in get_station_by_used_addr() local
461 static void queue_frame(struct wmediumd *ctx, struct station *station, in queue_frame()
688 struct station *station; in wmediumd_remove_client() local
827 struct station *station; in wmediumd_deliver_frame() local
1401 struct station *station; in process_get_stations_message() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/
DMediaMetadata.java78 @Nullable private CharSequence station; field in MediaMetadata.Builder
352 public Builder setStation(@Nullable CharSequence station) { in setStation()
694 @Nullable public final CharSequence station; field in MediaMetadata
914 bundle.putCharSequence(keyForField(FIELD_STATION), station); in toBundle() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/
DMediaMetadata.java78 @Nullable private CharSequence station; field in MediaMetadata.Builder
354 public Builder setStation(@Nullable CharSequence station) { in setStation()
702 @Nullable public final CharSequence station; field in MediaMetadata
923 bundle.putCharSequence(keyForField(FIELD_STATION), station); in toBundle() local