Searched defs:channel (Results 1 - 2 of 2) sorted by relevance

/system/bluetooth/bluez-clean-headers/bluetooth/
H A Drfcomm.h61 uint8_t channel; member in struct:rfcomm_dev_req
76 uint8_t channel; member in struct:rfcomm_dev_info
/system/core/include/system/
H A Daudio.h447 static inline bool audio_is_input_channel(uint32_t channel) argument
449 if ((channel & ~AUDIO_CHANNEL_IN_ALL) == 0)
455 static inline bool audio_is_output_channel(uint32_t channel) argument
457 if ((channel & ~AUDIO_CHANNEL_OUT_ALL) == 0)
463 /* Derive an output channel mask from a channel count.
464 * This is to be used when the content channel mask is unknown. The 1, 2, 4, 5, 6, 7 and 8 channel
466 * and not stereo + FC + mono surround. A channel count of 3 is arbitrarily mapped to stereo + FC
468 * Returns the matching channel mas
[all...]

Completed in 22 milliseconds