/frameworks/base/core/java/android/bluetooth/ |
BluetoothAdapter.java | 643 * Picks RFCOMM channels until none are left. 644 * Avoids reserved channels. 653 private static LinkedList<Integer> sChannels; // master list of non-reserved channels 656 private final LinkedList<Integer> mChannels; // local list of channels left to try 663 // lazy initialization of non-reserved rfcomm channels 692 * <p>Valid RFCOMM channels are in range 1 to 30. 746 throw new IOException("No available channels"); [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/ |
scanMngr.h | 278 * Number of times SPS channels were 346 UINT8 channelDiscoveryIndex[ RADIO_BAND_NUM_OF_BANDS ]; /**< Indexes for the channels lists */ 525 * \param bNeighborAPsOnly - whether to scan for neighbor APs only or for all policy defined channels.\n 537 * \param bNeighborAPsOnly - whether to scan for neighbor APs only or for all policy defined channels.\n 589 * \brief Add channel from policy channels list to scan command on the object workspace for discovery scan.\n [all...] |
/external/bluetooth/glib/glib/ |
giochannel.c | 746 * not be used for anything other than file-based channels. 862 * this is %TRUE for channels created by g_io_channel_new_file (), 863 * and %FALSE for all other channels. 883 * destroyed. The default value of this is %TRUE for channels created 884 * by g_io_channel_new_file (), and %FALSE for all other channels. 1050 * internal buffers have been flushed. Newly created channels or 1051 * channels which have returned %G_IO_STATUS_EOF 1052 * not require such a flush. For write-only channels, a call to 1053 * g_io_channel_flush () is sufficient. For all other channels, 1057 * channels cannot be set unbuffered once they have had dat [all...] |
giounix.c | 4 * giounix.c: IO Channels using unix file descriptors 50 * Unix IO Channels
|
/external/guava/src/com/google/common/io/ |
Files.java | 35 import java.nio.channels.FileChannel; 36 import java.nio.channels.FileChannel.MapMode; 603 * {@link FileChannel#map(java.nio.channels.FileChannel.MapMode, long, long)}. 623 * {@link FileChannel#map(java.nio.channels.FileChannel.MapMode, long, long)} 649 * {@link FileChannel#map(java.nio.channels.FileChannel.MapMode, long, long)}
|
/external/libpng/ |
pngtrans.c | 273 png_uint_32 istop= row_info->width * row_info->channels; 442 row_info->channels == 4) 518 row_info->channels = 3; 523 row_info->channels == 2) 574 row_info->channels = 1;
|
/external/qemu/distrib/libpng-1.2.19/ |
pngtrans.c | 242 png_uint_32 istop= row_info->width * row_info->channels; 409 row_info->channels == 4) 485 row_info->channels = 3; 490 row_info->channels == 2) 541 row_info->channels = 1;
|
/external/quake/quake/src/WinQuake/ |
snd_dos.cpp | 232 timeconstant = 65536-(256000000/(shm->channels*shm->speed));
250 timeconstant = 65536-(256000000/(shm->channels*shm->speed));
420 shm->channels = 2;
426 shm->channels = 2;
432 shm->channels = 1;
|
/external/wpa_supplicant/ |
driver_test.c | 746 modes[0].channels = os_zalloc(sizeof(struct wpa_channel_data)); 748 if (modes[0].channels == NULL || modes[0].rates == NULL) { 752 modes[0].channels[0].chan = 1; 753 modes[0].channels[0].freq = 2412; 754 modes[0].channels[0].flag = WPA_CHAN_W_SCAN | WPA_CHAN_W_ACTIVE_SCAN;
|
/frameworks/base/media/java/android/media/ |
MediaRecorder.java | 401 * Sets the number of audio channels for recording. Call this method before prepare(). 403 * specified number of audio channels are applicable. 405 * @param numChannels the number of audio channels. Usually it is either 1 (mono) or 2 410 throw new IllegalArgumentException("Number of channels is not positive"); 412 setParameter(String.format("audio-param-number-of-channels=%d", numChannels));
|
/external/opencore/codecs_v2/audio/mp3/dec/include/ |
pvmp3decoder_api.h | 172 * The number of channels decoded from the bitstream. 178 * The number of channels decoded from the bitstream. 222 * If the output is stereo, both left and right channels will be stored
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
tsc_mt.cpp | 93 "TSC_mt::CheckMtTrf codec list size(%d), num h223 channels(%d)", 100 (0, "TSC_mt::CheckMtTrf num opened h223 channels(%d)", num_channels)); 300 * Generates and send multiplex table entries for all logical channels for which MT state is idle/pending
|
/frameworks/base/media/libmediaplayerservice/ |
VorbisPlayer.cpp | 386 LOGV("Create AudioTrack object: rate=%ld, channels=%d\n", 387 vi->rate, vi->channels); 388 if (mAudioSink->open(vi->rate, vi->channels, AudioSystem::PCM_16_BIT, DEFAULT_AUDIOSINK_BUFFERCOUNT) != NO_ERROR) {
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyManagerBase.h | 77 uint32_t channels, 85 uint32_t channels, 245 uint32_t channels,
|
/external/opencore/nodes/pvomxencnode/src/ |
pvmf_omx_enc_node.h | 687 // DESCRIPTION: Number of output channels:1=Mono,2=Stereo. (Mono uses 1 688 // channel; Stereo uses 2 channels). 731 // DESCRIPTION: Number of input channels:1=Mono,2=Stereo.(Mono uses 1 channel; 732 // Stereo uses 2 channels). 783 {"channels", PVMI_KVPTYPE_VALUE, PVMI_KVPVALTYPE_UINT32}, 797 CHANNELS, // audio [all...] |
/external/bluetooth/glib/docs/reference/glib/ |
glib-docs.sgml | 28 <!ENTITY glib-IO-Channels SYSTEM "xml/iochannels.xml"> 141 &glib-IO-Channels;
|
/external/bluetooth/hcidump/ |
ChangeLog | 190 Count the number of L2CAP channels per PSM. 204 Add support for dynamic RFCOMM channels.
|
/external/esd/include/ |
esd.h | 94 /* how many interleaved channels of data */ 129 /* rate, format = (bits | channels | stream | func) */
|
/external/libpng/contrib/gregbook/ |
readpng.c | 248 * get rowbytes and channels, and allocate image memory */ 266 Trace((stderr, "readpng_get_image: channels = %d, rowbytes = %ld, height = %ld\n", *pChannels, rowbytes, height));
|
/external/libpng/contrib/visupng/ |
PngFile.c | 217 // row_bytes is the width x number of channels 347 // row_bytes is the width x number of channels
|
/external/mtpd/ |
pptp.c | 103 uint16_t channels; member in struct:packet::__anon3381::__anon3382::__anon3384::__anon3385 228 outgoing.sccrq.channels = htons(1);
|
/external/qemu/audio/ |
wavaudio.c | 292 dolog("unsupported number of channels (%d) in '%s'\n", 431 "Number of channels (1 - mono, 2 - stereo)", NULL, 0},
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_synth.h | 96 /* use the following values to specify unassigned channels or voices */ 320 S_SYNTH_CHANNEL channels[NUM_SYNTH_CHANNELS]; member in struct:s_synth_tag
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_synth.h | 96 /* use the following values to specify unassigned channels or voices */ 320 S_SYNTH_CHANNEL channels[NUM_SYNTH_CHANNELS]; member in struct:s_synth_tag
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_synth.h | 96 /* use the following values to specify unassigned channels or voices */ 320 S_SYNTH_CHANNEL channels[NUM_SYNTH_CHANNELS]; member in struct:s_synth_tag
|