HomeSort by relevance Sort by last modified time
    Searched full:channels (Results 301 - 325 of 826) sorted by null

<<11121314151617181920>>

  /frameworks/base/include/media/
AudioTrack.h 122 * channels: Channel mask: see AudioSystem::audio_channels.
136 int channels = 0,
155 int channels = 0,
172 * - BAD_VALUE: invalid parameter (channels, format, sampleRate...)
178 int channels = 0,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/inc/
scanMngrApi.h 74 * Scan was not attempted because no channels are
152 * \param pNeighborAPsOnly - TRUE if scan for neighbor APs only, FALSE if scan on all channels.\n
157 * \retval SCAN_MRS_SCAN_NOT_ATTEMPTED_NO_CHANNLES_AVAILABLE - scan was not attempted because no channels were available.\n
249 * \param SPSStatus - bitmap indicating which channels were scan, in case of an SPS scan.\n
263 * \param SPSStatus - bitmap indicating which channels were scan, in case of an SPS scan.\n
  /external/guava/javadoc/com/google/common/io/
Files.html 290 <A HREF="http://java.sun.com/javase/6/docs/api/java/nio/channels/FileChannel.html?is-external=true#map(java.nio.channels.FileChannel.MapMode, long, long)" title="class or interface in java.nio.channels"><CODE>FileChannel.map(java.nio.channels.FileChannel.MapMode, long, long)</CODE></A>.</TD>
295 <TD><CODE><B><A HREF="../../../../com/google/common/io/Files.html#map(java.io.File, java.nio.channels.FileChannel.MapMode)">map</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A>&nbsp;file,
296 <A HREF="http://java.sun.com/javase/6/docs/api/java/nio/channels/FileChannel.MapMode.html?is-external=true" title="class or interface in java.nio.channels">FileChannel.MapMode</A>&nbsp;mode)</CODE>
300 <A HREF="http://java.sun.com/javase/6/docs/api/java/nio/channels/FileChannel.html?is-external=true#map(java.nio.channels.FileChannel.MapMode, long, long)" title="class or interface in java.nio.channels"><CODE>FileChannel.map(java.nio.channels.FileChannel.MapMode, long, long)</CODE></A
    [all...]
  /hardware/msm7k/libaudio/
AudioHardware.cpp 158 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status)
173 status_t lStatus = out->set(this, devices, format, channels, sampleRate);
198 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status,
209 status_t lStatus = in->set(this, devices, format, channels, sampleRate, acoustic_flags);
676 if (lChannels == 0) lChannels = channels();
681 (lChannels != channels()) ||
684 if (pChannels) *pChannels = channels();
731 config.channel_count = AudioSystem::popCount(channels());
804 snprintf(buffer, SIZE, "\tchannels: %d\n", channels());
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_voicemgt.c 207 pool = pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool;
212 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
240 pool = pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool;
245 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
505 pChannel = pSynth->channels;
545 pChannel = pSynth->channels;
556 pSynth->channels[i].reverbSend = DEFAULT_REVERB_SEND;
560 pSynth->channels[i].chorusSend = DEFAULT_CHORUS_SEND;
674 pSynth->channels[i].pool = 0;
675 pSynth->channels[i].mip = 0
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_voicemgt.c 207 pool = pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool;
212 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
240 pool = pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool;
245 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
505 pChannel = pSynth->channels;
545 pChannel = pSynth->channels;
556 pSynth->channels[i].reverbSend = DEFAULT_REVERB_SEND;
560 pSynth->channels[i].chorusSend = DEFAULT_CHORUS_SEND;
674 pSynth->channels[i].pool = 0;
675 pSynth->channels[i].mip = 0
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_voicemgt.c 207 pool = pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool;
212 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
240 pool = pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool;
245 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
505 pChannel = pSynth->channels;
545 pChannel = pSynth->channels;
556 pSynth->channels[i].reverbSend = DEFAULT_REVERB_SEND;
560 pSynth->channels[i].chorusSend = DEFAULT_CHORUS_SEND;
674 pSynth->channels[i].pool = 0;
675 pSynth->channels[i].mip = 0
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.h 273 * Number of times SPS channels were
346 TI_UINT8 channelDiscoveryIndex[ RADIO_BAND_NUM_OF_BANDS ]; /**< Indexes for the channels lists */
532 * \param bNeighborAPsOnly - whether to scan for neighbor APs only or for all policy defined channels.\n
544 * \param bNeighborAPsOnly - whether to scan for neighbor APs only or for all policy defined channels.\n
    [all...]
scanMngr.c 170 * \param SPSStatus - bitmap indicating which channels were scan, in case of an SPS scan.\n
206 /* if no channels are available, report error */
230 /* no channels are actually available for scan - notify the roaming manager of the scan complete */
307 * \param SPSStatus - bitmap indicating which channels were scan, in case of an SPS scan.\n
345 /*update SPS channels attendant statistics */
401 /* if channels are available for tracking on A */
446 /* if channels are available for discovery */
768 /* if channels are available for tracking on G */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnDrvSM.c 356 /* save max and min dwell time for all channels, and replace them with default values */
385 /* ask the reg domain which channels are allowed for the requested scan type */
388 /* if no channels are available for scan, return negative result */
453 /* ask the reg domain which channels are allowed for the requested scan type */
456 /* if no channels are available for scan, return negative result */
    [all...]
ScanCncn.c 394 ("Scan request with 0 channels from client:%d\n", client) );
441 /* ask the reg domain which channels are allowed for the requested scan type */
444 /* if no channels are available for scan, return negative result */
581 /* ask the reg domain which channels are allowed for the requested scan type */
584 /* if no channels are available for scan, return negative result */
657 /* ask the reg domain which channels are allowed for the requested scan type */
660 /* if no channels are available for scan, return negative result */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/
ScanSrv.c 521 /* next two bytes indicates on which channels scan was attempted */
574 1. for normal scan, multiply the channel time by the number of channels.
580 according to which the scan is triggered) by the number of channels.
582 channels, only very few of them will be delayed due to DTIM (in the worst
588 considered because if the scan overlaps DTIM the channels which are
610 /* the timeout is the scan duration on all channels */
620 /* the timeout is the scan duration on all channels, plus the maximum time that can pass
ScanSrv.h 114 * bitmap indicating which channels were scanned
119 * which channels were scanned in SPS
186 * 2 channels */
  /system/wlan/ti/wilink_6_1/stad/src/Application/
scanMngr.h 273 * Number of times SPS channels were
346 TI_UINT8 channelDiscoveryIndex[ RADIO_BAND_NUM_OF_BANDS ]; /**< Indexes for the channels lists */
532 * \param bNeighborAPsOnly - whether to scan for neighbor APs only or for all policy defined channels.\n
544 * \param bNeighborAPsOnly - whether to scan for neighbor APs only or for all policy defined channels.\n
    [all...]
scanMngr.c 170 * \param SPSStatus - bitmap indicating which channels were scan, in case of an SPS scan.\n
206 /* if no channels are available, report error */
230 /* no channels are actually available for scan - notify the roaming manager of the scan complete */
307 * \param SPSStatus - bitmap indicating which channels were scan, in case of an SPS scan.\n
336 /*update SPS channels attendant statistics */
392 /* if channels are available for tracking on A */
437 /* if channels are available for discovery */
759 /* if channels are available for tracking on G */
791 /* if channels are available for tracking on A *
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/
scanMngr.c 255 * \param pNeighborAPsOnly - TRUE if scan for neighbor APs only, FALSE if scan on all channels.\n
260 * \retval SCAN_MRS_SCAN_NOT_ATTEMPTED_NO_CHANNLES_AVAILABLE - scan was not attempted because no channels were available.\n
295 /* First try to scan on G band - if a policy is defined and channels are available */
302 /* if no channels are available, proceed to band A */
333 /* if G scan did not start (because no policy is configured or no channels are available, try A band */
340 /* if no channels are available, report error */
344 ("No channels available for scan operation.\n") );
379 ("No channels available for scan operation.\n") );
592 * \brief returns the currently available BSS list. Verifies channels with the reg. domain.\n
    [all...]
  /external/bluetooth/bluez/src/
hcid.conf.5.in 180 Bluetooth devices discover and connect to each other through the use of two special Bluetooth channels, the Inquiry and Page channels (described in the Bluetooth Spec Volume 1, Part A, Section 3.3.3, page 35). These two options enable the channels on the bluetooth device.
  /external/dropbear/
common-session.c 145 /* set up for channels which require reading/writing */
161 * want to iterate over channels etc for reading, to handle
196 /* process pipes etc for the channels, ses.dataallowed == 0
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_audio.h 45 Uint8 channels; /* Number of channels: 1 mono, 2 stereo */ member in struct:SDL_AudioSpec
130 * and left channels in LR ordering.
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_audio.h 45 Uint8 channels; /* Number of channels: 1 mono, 2 stereo */ member in struct:SDL_AudioSpec
130 * and left channels in LR ordering.
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_audio.h 45 Uint8 channels; /* Number of channels: 1 mono, 2 stereo */ member in struct:SDL_AudioSpec
130 * and left channels in LR ordering.
  /prebuilt/windows/sdl/host/include/SDL/
SDL_audio.h 51 Uint8 channels; /* Number of channels: 1 mono, 2 stereo */ member in struct:SDL_AudioSpec
136 * and left channels in LR ordering.
  /prebuilt/windows/sdl/include/SDL/
SDL_audio.h 45 Uint8 channels; /* Number of channels: 1 mono, 2 stereo */ member in struct:SDL_AudioSpec
130 * and left channels in LR ordering.
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
ScanCncn.c 374 /* ask the reg domain which channels are allowed for the requested scan type */
377 /* if no channels are available for scan, return negative result */
442 * - verifies the requested channels with the reg doamin
466 /* ask the reg domain which channels are allowed for the requested scan type */
469 /* if no channels are available for scan, return negative result */
553 * \param SPSStatus - which channels were attempted (if this is an SPS scan)
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
LightingColorFilterTest.java 70 // channels get clipped (no overflow into green or alpha)

Completed in 96 milliseconds

<<11121314151617181920>>