/external/ppp/pppd/plugins/pppoatm/ |
pppoatm.c | 39 struct channel pppoa_channel; 213 struct channel pppoa_channel = {
|
/external/qemu/android/ |
boot-properties.c | 148 int channel ) 152 client = qemud_client_new( serv, channel, NULL,
|
/external/quake/quake/src/QW/client/ |
sound.h | 108 // picks a channel based on priorities, empty slots, number of channels
111 // spatializes a channel
|
/external/quake/quake/src/WinQuake/ |
sound.h | 117 // picks a channel based on priorities, empty slots, number of channels 120 // spatializes a channel
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_pan.c | 55 * pGainLeft linear gain multiplier for left channel (15-bit fraction) 56 * pGainRight linear gain multiplier for left channel (15-bit fraction)
|
eas_pan.h | 57 * pGainLeft linear gain multiplier for left channel (15-bit fraction) 58 * pGainRight linear gain multiplier for left channel (15-bit fraction)
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_pan.c | 55 * pGainLeft linear gain multiplier for left channel (15-bit fraction) 56 * pGainRight linear gain multiplier for left channel (15-bit fraction)
|
eas_pan.h | 57 * pGainLeft linear gain multiplier for left channel (15-bit fraction) 58 * pGainRight linear gain multiplier for left channel (15-bit fraction)
|
eas_wt_IPC_frame.h | 74 EAS_I16 gainLeft; /* left channel gain */ 75 EAS_I16 gainRight; /* right channel gain */
|
/external/sonivox/arm-wt-22k/lib_src/ |
dls.h | 211 specifiying a channel of playback */ 221 ULONG ulChannel; /* channel placement */
|
eas_pan.c | 55 * pGainLeft linear gain multiplier for left channel (15-bit fraction) 56 * pGainRight linear gain multiplier for left channel (15-bit fraction)
|
eas_pan.h | 57 * pGainLeft linear gain multiplier for left channel (15-bit fraction) 58 * pGainRight linear gain multiplier for left channel (15-bit fraction)
|
eas_wt_IPC_frame.h | 74 EAS_I16 gainLeft; /* left channel gain */ 75 EAS_I16 gainRight; /* right channel gain */
|
/external/srec/srec/clib/ |
fpi_tgt.inl | 60 * +--------------------------------------------+ Channel 'n' 110 * Arguments: "n" Channel Number of Selected Frame
|
/external/srec/srec/include/ |
pre_desc.h | 143 int use_from; /* first channel used for recognition */ 171 /* Channel Normalization etc */
|
/external/tremolo/Tremolo/ |
codec_internal.h | 187 psychoacoustic settings, channel setup, options, codebook 199 blocksizes, different channel mappings (LR or M/A),
|
/external/webkit/WebCore/platform/graphics/gtk/ |
ImageGtk.cpp | 144 * endianness of the machine and are also multiplied by the alpha channel. 146 * of the RGB channels by the alpha channel and then reorder all channels
|
/external/wpa_supplicant/ |
driver.h | 43 * @freq: frequency of the channel in MHz (e.g., 2412 = channel 1) 88 * freq - Frequency of the channel the selected AP is using 192 short chan; /* channel number (IEEE 802.11) */ 227 int channel; member in struct:ieee80211_rx_status 679 * set_channel - Set channel 682 * @chan: IEEE 802.11 channel number 683 * @freq: Frequency of the channel in MHz
|
mlme.c | 282 int channel; member in struct:ieee80211_sta_bss 1494 int channel, invalid = 0, clen; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
mlme.c | 64 int channel; member in struct:ieee80211_sta_bss 1287 int channel, invalid = 0, clen; local [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAudioGateway.java | 124 mConnectingHeadsetAddress + " on channel " + 137 mConnectingHandsfreeAddress + " on channel " +
|
/frameworks/base/libs/ui/ |
Overlay.cpp | 154 OverlayRef::OverlayRef(overlay_handle_t handle, const sp<IOverlay>& channel, 156 : mOverlayHandle(handle), mOverlayChannel(channel),
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
ms_synt.cpp | 57 the left channel. 60 the right channel. 63 scalefactor band's data on the left channel. 66 scalefactor band's data on the right channel. 304 /* Normalize the left and right channel to the same q-format */ 309 * of 1. Even if the left and right channel share the same 346 * of 1. Even if the left and right channel share the same 381 * Nothing on right channel, just copy left into right
|
/frameworks/base/obex/javax/obex/ |
SessionNotifier.java | 74 * have changed the RFCOMM server channel number 111 * have changed the RFCOMM server channel number
|
/frameworks/base/packages/TtsService/jni/ |
android_tts_SynthProxy.cpp | 208 AudioSystem::audio_format format, int channel) { 211 mNbChannels = channel; 234 (channel == 2) ? AudioSystem::CHANNEL_OUT_STEREO : AudioSystem::CHANNEL_OUT_MONO, 254 uint32_t rate, AudioSystem::audio_format format, int channel) { 260 (channel == pJniData->mNbChannels) && 267 pJniData->createAudioOut(streamType, rate, format, channel); 277 uint32_t format, int channel, 297 prepAudioTrack(pJniData, pForAfter->streamType, rate, (AudioSystem::audio_format)format, channel);
|