/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/ |
MeasurementSrv.h | 62 #define MSR_SRV_WAITING_CHANNEL_LOAD_RESULTS 0x01 /* channel load results are still pending */ 89 mediumOccupancy_t mediumOccupancyResults; /**< channel load results buffer */ 169 * channel load). 258 * \brief Handles a channel load timer expiry, by requesting channel load 263 * \param requestIndex - index of the channel load request in the request structure.\n
|
/system/wlan/ti/wilink_6_1/TWD/MacServices/ |
MeasurementSrv.h | 58 #define MSR_SRV_WAITING_CHANNEL_LOAD_RESULTS 0x01 /* channel load results are still pending */ 85 TMediumOccupancy mediumOccupancyResults; /**< channel load results buffer */ 167 * channel load). 262 * \brief Handles a channel load timer expiry, by requesting channel load 267 * \param requestIndex - index of the channel load request in the request structure.\n
|
measurementSrvDbgPrint.c | 64 TRACE5( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, "band: %d, channel:%d, TX power level: %d, start time: %x-%x\n", pMsrRequest->band, pMsrRequest->channel, pMsrRequest->txPowerDbm, INT64_HIGHER(pMsrRequest->startTime), INT64_LOWER(pMsrRequest->startTime));
|
/system/wlan/ti/wilink_6_1/config/ |
tiwlan.ini | 51 # Each byte correlates to one channel in sequential order. Table 2.4 starts from channel 1, Table 5.0 starts from channel 36. 53 # Bit 6 - Channel is allowed for Active scan 54 # BIt 7 - Channel is allowed 223 Settings = 1 # Unit: Options (Bit0: NBI (0: Off; 1: On), Bit1: Telec channel 14 (0: Off; 1: On), Format: Unsigned, Source: Customer
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
ScanCncn.c | [all...] |
scanResultTable.c | 70 pSite->channel = rxChannel; \ 72 pSite->channel = (pFrame)->parsedIEs->content.iePacket.pDSParamsSet->currChannel; 140 static TI_STATUS scanResultTable_CheckRxSignalValidity(TScanResultTable *pScanResultTable, siteEntry_t *pSite, TI_INT8 rxLevel, TI_UINT8 channel); 278 if (TI_NOK != scanResultTable_CheckRxSignalValidity(pScanResultTable, pSite, pFrame->rssi, pFrame->channel)) 499 (pFrame->parsedIEs->content.iePacket.pDSParamsSet->currChannel != pFrame->channel)) 501 TRACE2(pScanResultTable->hReport, REPORT_SEVERITY_WARNING, "scanResultTable_UpdateSiteData: wrong channels, radio channel=%d, frame channel=%d\n", pFrame->channel, pFrame->parsedIEs->content.iePacket.pDSParamsSet->currChannel); 504 UPDATE_CHANNEL (pSite, pFrame , pFrame->channel); [all...] |
/external/bluetooth/bluez/serial/ |
proxy.c | 101 uint8_t channel; /* RFCOMM channel */ member in struct:serial_proxy 104 GIOChannel *rfcomm; /* Remote RFCOMM channel*/ 105 GIOChannel *local; /* Local channel: TTY or Unix socket */ 176 static sdp_record_t *proxy_record_new(const char *uuid128, uint8_t channel) 211 ch = sdp_data_alloc(SDP_UINT8, &channel); 534 BT_IO_OPT_CHANNEL, &prx->channel, 542 debug("Allocated channel %d", prx->channel); 546 record = proxy_record_new(prx->uuid128, prx->channel); [all...] |
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/ |
tsc_h324m_config_interface.h | 295 * T103 Uni-directional and Bi-directional Logical Channel Signalling (in units of 1s) 296 * T108 Close Logical Channel (in units of 1s) 382 * This API allows the user to configure the logical channel buffer sizes for incoming 398 * control channel. The user input can be either DTMF ot Alphanumeric 411 * control channel. 434 * The first 2 bytes of the event local buffer indicate the logical channel (network byte order) and the 3rd 441 * The first 2 bytes of the event local buffer indicate the logical channel (network byte order) and the 3rd 448 * local buffer encode the logical channel number in network byte order. 481 * The first 2 bytes of the event local buffer indicate the first logical channel, the 3rd and 482 * 4th bytes the second logical channel and the 5th and 6th bytes the value of the skew in milliseconds [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/scr/ |
scr.c | 496 * \brief Request the channel use by a client 500 * \param client - the client ID requesting the channel.\n 503 * \retval SCR_CRS_REJECT the channel cannot be allocated to this client. 504 * \retval SCR_CRS_PEND the channel is currently busy, and this client had been placed on the waiting list. 505 * \retval SCR_CRS_RUN the channel is allocated to this client. 511 WLAN_REPORT_INFORMATION( pScr->hReport, SCR_MODULE_LOG, ("Client %d requesting the channel.\n", client) ); 551 ("channel allocated to client: %d\n", client) ); 646 ("channel allocated to client: %d\n", client) ); 659 * \brief Notifies the SCR that the client doe not require the channel any longer 661 * This function can be called both by clients that are in possession of the channel, and b [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
nl80211_copy.h | 163 * @NL80211_CMD_GET_SURVEY: get survey resuls, e.g. channel occupation 180 * any mode of operation that initiates TX (beacons) on a channel 185 * on a DFS channel) you will now be able to actively scan for that AP 186 * or use AP mode on your card on that same channel. Note that this will 189 * either disabled active scanning or beaconing on a channel. We send to 191 * (%NL80211_ATTR_WIPHY) and the channel on which this occurred 204 * to specify the frequence of the channel in MHz. %NL80211_ATTR_AUTH_TYPE 381 * @NL80211_ATTR_WIPHY_FREQ: frequency of the selected channel in MHz 387 * NL80211_CHAN_HT40MINUS = secondary channel is below the primary channel [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
DiscretePathEffectTest.java | 70 // draw guide line into red channel (each segment should cross this once) 78 // draw guide rectangle into blue channel (each segment must be completely inside this)
|
/external/bluetooth/bluez/plugins/ |
echo.c | 91 static GIOChannel *setup_rfcomm(uint8_t channel) 104 addr.rc_channel = channel;
|
/external/bluetooth/bluez/rfcomm/ |
parser.y | 116 opts->channel = $2; 150 rfcomm_opts[i].channel = 1;
|
/external/bluetooth/bluez/tools/ |
ubcsp.h | 71 uint8 channel; /* Which Channel this packet is to/from */
member in struct:ubcsp_packet
|
/external/icu4c/test/testdata/ |
ssearch.xml | 147 <pattern>channel</pattern> 148 <pre>A </pre><m>channel</m><post>, </post> 152 <pattern>channel</pattern> 153 <pre>A </pre><m>CHANNEL</m><post>, </post> 157 <pattern>channel</pattern> 158 <pre>A </pre><m>Channel</m><post>s, </post> 162 <pattern>channel</pattern> 163 <pre>A </pre><m>channel</m><post>... </post>
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/ |
frame.h | 91 /* Channel decoded frame type */ 103 /* Channel decoded frame quality */
|
/external/opencore/engines/2way/test/src/ |
audio_only_test.cpp | 93 printf("Indication with logical channel #%d ", *channel_id); 119 printf("Indication with logical channel #%d ", *channel_id);
|
/external/opencore/nodes/pvomxaudiodecnode/src/ |
pvmf_omx_audiodec_node.h | 140 uint32 iSamplesPerFrame; // number of samples per 1 frame of data (if known) per channel 141 uint32 iNumBytesPerFrame; // depends on number of samples/channel and number of channels
|
/external/speex/include/speex/ |
speex_stereo.h | 53 float smooth_left; /**< Smoothed left channel gain */ 54 float smooth_right; /**< Smoothed right channel gain */
|
/external/webkit/WebCore/dom/default/ |
PlatformMessagePortChannel.h | 44 // PlatformMessagePortChannel is a platform-dependent interface to the remote side of a message channel. 46 // The goal of this implementation is to eliminate contention except when cloning or closing the port, so each side of the channel has its own separate mutex.
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/ |
frame.h | 91 /* Channel decoded frame type */ 103 /* Channel decoded frame quality */
|
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
measurementSrvDbgPrint.c | 64 TRACE5( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, "band: %d, channel:%d, TX power level: %d, start time: %x-%x\n", pMsrRequest->band, pMsrRequest->channel, pMsrRequest->txPowerDbm, INT64_HIGHER(pMsrRequest->startTime), INT64_LOWER(pMsrRequest->startTime));
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
scanResultTable.h | 88 TI_UINT8 channel; member in struct:__anon8935 125 /* 80211h beacon - Switch Channel IE included */
|
scanResultTable.c | 63 pSite->channel = rxChannel; \ 65 pSite->channel = (pFrame)->parsedIEs->content.iePacket.pDSParamsSet->currChannel; 145 static TI_STATUS scanResultTable_CheckRxSignalValidity(TScanResultTable *pScanResultTable, siteEntry_t *pSite, TI_INT8 rxLevel, TI_UINT8 channel); 324 if (TI_NOK != scanResultTable_CheckRxSignalValidity(pScanResultTable, pSite, pFrame->rssi, pFrame->channel)) [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ |
ScanCncnOidSM.c | 403 * \param maxDwellTime - maximum dwell time value to be used for each channel.\n 404 * \param minDwellTime - minimum dwell time value to be used for each channel.\n 405 * \param ETCondition - early termination condition value to be used for each channel.\n 406 * \param ETFrameNumber - early termination frame number value to be used for each channel.\n 435 /* preapre the param var to request channel allowance for the requested scan type */ 442 /* get specific channel allowance for scan type */ 458 /* add the channel ID */ 459 channelArray[ validChannelsCnt ].normalChannelEntry.channel = tempChannelList[ i ];
|