/external/bluetooth/bluez/audio/ |
gstavdtpsink.c | 810 else if (strcmp(mode, "dual-channel") == 0) 834 } else if (strcmp(tag, "channel-mode") == 0) { 838 "failed to get channel-mode tag"); 845 GST_WARNING_OBJECT(self, "Received invalid channel " 995 /* channel mode */ 999 GST_ERROR_OBJECT(self, "No info about channel mode " [all...] |
/external/bluetooth/glib/gio/ |
gunixmount.c | 287 eject_unmount_read_error (GIOChannel *channel, 299 status = g_io_channel_read_chars (channel, buf, sizeof (buf), &bytes_read, &error);
|
/external/dropbear/ |
cli-session.c | 33 #include "channel.h" 139 * service, userauth and channel requests */
|
/external/opencore/protocols/rtp_payload_parser/util/src/ |
latmpayloadparser.cpp | 844 loopVars[0] = BufferReadBits(decoderSpecificConfig, &bitPos, LEN_NUM_ELE); // num front channel elems 845 loopVars[1] = BufferReadBits(decoderSpecificConfig, &bitPos, LEN_NUM_ELE); // num side channel elems 846 loopVars[2] = BufferReadBits(decoderSpecificConfig, &bitPos, LEN_NUM_ELE); // num back channel elems 847 loopVars[3] = BufferReadBits(decoderSpecificConfig, &bitPos, LEN_NUM_LFE); // num lfe channel elems 867 bitPos += (loopVars[0] * 5); // front channel info 868 bitPos += (loopVars[1] * 5); // side channel info 869 bitPos += (loopVars[2] * 5); // back channel info 870 bitPos += (loopVars[3] * 4); // lfe channel info [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/amigaos/ |
SDL_ahiaudio.c | 260 D(bug("Wrong channel number!\n")); 261 SDL_SetError("Channel number non supported");
|
/external/qemu/docs/ |
ANDROID-QEMUD-SERVICES.TXT | 17 The GSM service provides a communication channel where GSM/GPRS AT commands 21 regular AT command channel (i.e. terminated by \r\n most of the time).
|
/external/quake/quake/src/WinQuake/ |
snd_android.cpp | 245 (CHANNEL_COUNT > 1) ? AudioSystem::CHANNEL_OUT_STEREO : AudioSystem::CHANNEL_OUT_MONO, // channel mask 259 LOGI("AudioTrack channel count = %d\n", gAudioTrack.channelCount());
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_dlssynth.c | 151 /* add channel pressure effect */ 165 /* add channel pressure effect */ 196 /* add channel pressure effect */ 226 /* include MIDI channel gain */ 269 /* add channel pressure effect */ 317 pChannel = &pSynth->channels[pVoice->channel & 15]; 391 pChannel = &pSynth->channels[pVoice->channel & 15]; 406 /* don't transpose rhythm channel */
|
eas_reverbdata.h | 94 #define REVERB_MAX_NUM_REFLECTIONS 5 // max num reflections per channel 124 by default, we always want to update ALL channel parameters 291 S_ALLPASS_OBJECT m_sAp0; // allpass 0 (left channel) 297 S_ALLPASS_OBJECT m_sAp1; // allpass 1 (right channel) 354 S_EARLY_REFLECTION_OBJECT m_sEarlyL; // left channel early reflections 355 S_EARLY_REFLECTION_OBJECT m_sEarlyR; // right channel early reflections
|
/external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/ |
msgutil.py | 177 """ Receive a message from the channel, blocking. 185 """ Receive a message from the channel, non-blocking.
|
/frameworks/base/awt/org/apache/harmony/awt/gl/color/ |
ColorConverter.java | 68 // Prepare array for alpha channel 83 // Save alpha channel
|
/hardware/msm7k/libaudio-qsd8k/ |
AudioHardware.h | 154 #define AUDIO_HW_OUT_CHANNELS (AudioSystem::CHANNEL_OUT_STEREO) // Default audio output channel mask 159 #define AUDIO_HW_IN_CHANNELS (AudioSystem::CHANNEL_IN_MONO) // Default audio input channel mask
|
/hardware/ti/wlan/wl1271/Test/ |
smeDebug.c | 187 WLAN_OS_REPORT((" MAC Privacy Rssi Mode Channel SSID\n")); 216 Freq2Chan(pBssid->Configuration.Union.channel),
|
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/ |
public_descriptors.h | 238 uint8 channel; /* The received channel*/ member in struct:__anon14083
|
/system/wlan/ti/wilink_6_1/Test/ |
smeDebug.c | 187 WLAN_OS_REPORT((" MAC Privacy Rssi Mode Channel SSID\n")); 216 Freq2Chan(pBssid->Configuration.Union.channel),
|
/external/grub/netboot/ |
lance.c | 158 #define DMA1_MASK_REG 0x0A /* single-channel mask (w) */ 169 #define DMA2_MASK_REG 0xD4 /* single-channel mask (w) */ 182 /* enable/disable a specific DMA channel */ 199 /* set mode (above) for a specific DMA channel */ 458 /* now probe for DMA channel */ 467 /* Don't enable a permanently busy DMA channel,
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_reverbdata.h | 94 #define REVERB_MAX_NUM_REFLECTIONS 5 // max num reflections per channel 124 by default, we always want to update ALL channel parameters 291 S_ALLPASS_OBJECT m_sAp0; // allpass 0 (left channel) 297 S_ALLPASS_OBJECT m_sAp1; // allpass 1 (right channel) 354 S_EARLY_REFLECTION_OBJECT m_sEarlyL; // left channel early reflections 355 S_EARLY_REFLECTION_OBJECT m_sEarlyR; // right channel early reflections
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_reverbdata.h | 94 #define REVERB_MAX_NUM_REFLECTIONS 5 // max num reflections per channel 124 by default, we always want to update ALL channel parameters 291 S_ALLPASS_OBJECT m_sAp0; // allpass 0 (left channel) 297 S_ALLPASS_OBJECT m_sAp1; // allpass 1 (right channel) 354 S_EARLY_REFLECTION_OBJECT m_sEarlyL; // left channel early reflections 355 S_EARLY_REFLECTION_OBJECT m_sEarlyR; // right channel early reflections
|
/external/srec/srec/clib/ |
fpi_tgt.c | 525 * Returns Pointer to Newest Complete frame of given channel * 559 * Arguments: "n" Channel Number of Selected Frame 570 * the channel specified exists */ 606 * Arguments: "n" Channel Number of Selected Frame 617 * the channel specified exists */ 631 * Arguments: "n" Channel Number of Selected Frame
|
/hardware/broadcom/wlan/bcm4329/src/include/proto/ |
802.11.h | 347 uint8 channel; member in struct:dot11_channel_switch 367 uint8 channel; member in struct:dot11_csa_body 448 uint8 channel; member in struct:dot11_meas_req 466 uint8 channel; member in struct:dot11_meas_rep::__anon7509::__anon7510 480 uint8 channel; member in struct:dot11_meas_rep_basic 499 uint8 channel; member in struct:chan_map_tuple [all...] |
/hardware/ti/wlan/wl1271/TWD/MacServices/Export_Inc/ |
MacServices_api.h | 440 * has started measurement operation, i.e. switched channel and changed RX filters).\n 451 * has finished measurement operation, i.e. switched channel to serving channel and changed back RX filters).\n 472 * \brief Callback for channel load get param call.\n 483 * \brief Dummy callback for channel load get param call. Used to clear the channel load tracker.\n
|
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
measurementMgrSM.c | 342 /* get the current serving channel */ 681 /* Request the channel */ 689 /* The channel is allocated for the measurement */ 697 /* No need to wait for the channel allocation */ 845 request.channel = pMeasurementMgr->measuredChannelID; 849 TRACE1(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Measured Channel = %d\n", pMeasurementMgr->measuredChannelID); [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/ |
measurementMgrSM.c | 349 /* get the current serving channel */ 701 /* Request the channel */ 709 /* The channel is allocated for the measurement */ 718 /* No need to wait for the channel allocation */ 861 request.channel = pMeasurementMgr->measuredChannelID; 866 ("%s: Measured Channel = %d\n", __FUNCTION__, pMeasurementMgr->measuredChannelID)); [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/Export_Inc/ |
MacServices_api.h | 467 * has started measurement operation, i.e. switched channel and changed RX filters).\n 478 * has finished measurement operation, i.e. switched channel to serving channel and changed back RX filters).\n 499 * \brief Callback for channel load get param call.\n 510 * \brief Dummy callback for channel load get param call. Used to clear the channel load tracker.\n
|
/system/wlan/ti/wilink_6_1/TWD/MacServices/Export_Inc/ |
MacServices_api.h | 440 * has started measurement operation, i.e. switched channel and changed RX filters).\n 451 * has finished measurement operation, i.e. switched channel to serving channel and changed back RX filters).\n 472 * \brief Callback for channel load get param call.\n 483 * \brief Dummy callback for channel load get param call. Used to clear the channel load tracker.\n
|