Searched refs:channel (Results 1 – 4 of 4) sorted by relevance
61 uint8_t channel; member76 uint8_t channel; member
447 static inline bool audio_is_input_channel(uint32_t channel) in audio_is_input_channel() argument449 if ((channel & ~AUDIO_CHANNEL_IN_ALL) == 0) in audio_is_input_channel()455 static inline bool audio_is_output_channel(uint32_t channel) in audio_is_output_channel() argument457 if ((channel & ~AUDIO_CHANNEL_OUT_ALL) == 0) in audio_is_output_channel()
203 channel between the main select/epoll thread and the remote connection222 support a smaller, fixed number of channels using pre-assigned channel
195 one byte through the channel, which will trigger the service