HomeSort by relevance Sort by last modified time
    Searched full:channel (Results 751 - 775 of 1500) sorted by null

<<31323334353637383940>>

  /frameworks/base/core/jni/
android_server_BluetoothService.cpp 822 jstring name, jlong uuidMsb, jlong uuidLsb, jshort channel) {
831 LOGV("... channel = %d", channel);
838 DBUS_TYPE_UINT16, &channel,
    [all...]
  /frameworks/base/libs/audioflinger/
AudioHardwareInterface.cpp 159 LOGW("getInputBufferSize bad channel count: %d", channelCount);
  /frameworks/base/media/libmedia/
AudioSystem.cpp 742 bool AudioSystem::isInputChannel(uint32_t channel)
744 if ((channel & ~AudioSystem::CHANNEL_IN_ALL) == 0) {
751 bool AudioSystem::isOutputChannel(uint32_t channel)
753 if ((channel & ~AudioSystem::CHANNEL_OUT_ALL) == 0) {
  /frameworks/base/media/libstagefright/codecs/aacdec/
apply_ms_synt.cpp 56 for the left channel.
60 for the right channel.
63 q_formatLeft = The Q-format for the left channel's fixed-point spectral
67 q_formatRight = The Q-format for the right channel's fixed-point spectral
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccRecords.java 43 // ***** Cached SIM State; cleared on channel close
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
GradientShader.java 196 * Returns the channel value between 2 values based on the percent of the distance between
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.h 132 uint32 channel; member in struct:ap_profile
  /hardware/ril/reference-ril/
atchannel.c 55 static int s_fd = -1; /* fd of the AT channel */
177 "CONNECT" /* some stacks start up data on another channel */
323 * Reads a line from the AT channel, returns NULL on timeout.
946 * Used to ensure channel has start up and is active
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_event_mbox.h 217 uint8 channelSwitchStatus; /* Status of channel switch. Refer to*/
  /hardware/ti/wlan/wl1271/TWD/MacServices/
ScanSrv.c 204 /* Set Triggered scan time out per channel */
597 1. for normal scan, multiply the channel time by the number of channels.
601 2. for triggered scan, multiply the channel time plus the trigger time
606 case), and this delay would be only the length of one channel scan.
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverCtrl.c 377 TI_STATUS TWD_CmdEnableTx (TI_HANDLE hTWD, TI_UINT8 channel)
383 return cmdBld_CmdEnableTx (pTWD->hCmdBld, channel, NULL, NULL);
499 TI_STATUS TWD_CmdSwitchChannelCancel (TI_HANDLE hTWD, TI_UINT8 channel)
505 return cmdBld_CmdSwitchChannelCancel (pTWD->hCmdBld, channel, NULL, NULL);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
systemConfig.c 87 | Rx Level | Privacy | Attempts |Rates | Modulation |Preamble | Channel | Spectrum | Reserved |
120 /* Channel */
452 if(pPrimarySite->channel <= MAX_GB_MODE_CHANEL)
497 if(pPrimarySite->channel <= MAX_GB_MODE_CHANEL)
  /hardware/ti/wlan/wl1271/utils/
802_11Defs.h 362 /* | Channel | | Short | Privacy | CF Poll | CF | | | RESERVED | */
372 /* | | Channel | | Short | Privacy | CF Poll | CF | | |*/
661 /* Channel Supported Information Element */
671 /* Channel Switch Announcement Information Element */
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 31 int channel; member in struct:video_channel
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
videodev.h 31 int channel; member in struct:video_channel
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
videodev.h 31 int channel; member in struct:video_channel
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
videodev.h 48 int channel; member in struct:video_channel
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
videodev.h 31 int channel; member in struct:video_channel
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
videodev.h 48 int channel; member in struct:video_channel
  /packages/apps/Gallery3D/src/com/cooliris/media/
AdaptiveBackgroundTexture.java 133 // The filter discards the alpha channel.
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
AdbHelper.java 195 * @param chan The socket channel that is connected to adb.
628 Log.d("ddms", "read: channel EOF");
685 Log.d("ddms", "write: channel EOF");
686 throw new IOException("channel EOF");
MonitorThread.java 610 * channel and the client's debugger listener to the selection list. This
625 * Register the Client's socket channel with the selector. We attach
627 * channel with the Selector while it is waiting for I/O, you will
741 ServerSocketChannel acceptChan = (ServerSocketChannel)key.channel();
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
commonTypes.h 386 /* changing service channel */
1003 UINT32 channel; \/* Channel number*\/ member in struct:__anon13199
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/
ScanSrv.c 187 /* Set Triggered scan time out per channel */
574 1. for normal scan, multiply the channel time by the number of channels.
578 2. for triggered scan, multiply the channel time plus the trigger time
583 case), and this delay would be only the length of one channel scan.
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
mlmeParser.h 164 UINT8 channel);

Completed in 272 milliseconds

<<31323334353637383940>>