HomeSort by relevance Sort by last modified time
    Searched full:layer (Results 776 - 800 of 1736) sorted by null

<<31323334353637383940>>

  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
txXfer.c 74 TSendPacketTranferCb fSendPacketTransferCb; /* Upper layer Xfer-Complete callback */
75 TI_HANDLE hSendPacketTransferHndl; /* Upper layer Xfer-Complete callback handle */
RxXfer.c 120 TRequestForBufferCb RequestForBufferCB; /* Upper layer CB for allocating buffers for packets */
132 TFailureEventCb fErrCb; /* The upper layer CB function for error handling */
774 /* Call upper layer only to release the allocated buffer */
809 * ErrCb - The upper layer CB function for error handling
820 /* Save upper layer (health monitor) CB for recovery from fatal error */
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/TwIf/
TwIf.c 38 * The TwIf module is the lowest WLAN-specific layer and presents a common interface to all Xfer modules.
144 TI_HANDLE hTxnDoneQueue; /* Queue for completed transactions not reported yet to the upper layer */
146 TFailureEventCb fErrCb; /* The upper layer CB function for error handling */
148 TRecoveryCb fRecoveryCb; /* The upper layer CB for restart complete */
203 * \param hOs - Handle to Os Abstraction Layer
359 * Register upper layer (health monitor) CB for bus error
363 * \param fErrCb - The upper layer CB function for error handling
372 /* Save upper layer (health monitor) CB for bus error */
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_h324m_config_interface.h 92 * This API allows the user to specify maximum outgoing sdu sizes for each adaptation layer
95 * The h223 adaptation layer type
107 * This API allows the user to specify maximum incoming sdu sizes for each adaptation layer. This is indicated
111 * The h223 adaptation layer type
179 * @param aLayer The adaptation layer
180 * @param aAllow Is this adaptation layer allowed for this media type ?
  /external/webkit/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.cpp 1083 // mpegversion=(int)1, layer=(int)[ 1, 3 ]
1086 const GValue* layer = gst_structure_get_value(structure, "layer"); local
1087 if (G_VALUE_TYPE(layer) == GST_TYPE_INT_RANGE) {
1088 gint minLayer = gst_value_get_int_range_min(layer);
1089 gint maxLayer = gst_value_get_int_range_max(layer);
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Data_Service/
RxQueue.c 109 * \param hOs - Handle to Os Abstraction Layer
210 * \brief Close BA session receiver and pass all packets in the TID queue to upper layer.
261 * \brief Responsible on decode packet parameters and pass it to upper layer.
265 * \param aStatus - RxXfer status that indicate if the upper layer should free the packet or use it.
296 /* Set the packet to upper layer */
336 * \param aStatus - RxXfer status that indicate if the upper layer should free the packet or use it.
    [all...]
  /external/webkit/WebCore/page/
FrameView.cpp 681 RenderLayer* layer = root->enclosingLayer(); local
718 layer->updateLayerPositions((m_doFullRepaint ? RenderLayer::DoFullRepaint : 0)
1511 RenderLayer* layer = elt->renderer()->enclosingLayer(); local
    [all...]
EventHandler.cpp 463 // If the selection is contained in a layer that can scroll, that layer should handle the autoscroll
509 m_frame->contentRenderer()->layer()->hitTest(request, result);
522 RenderLayer* layer = renderer->layer();
523 if (!layer)
530 layer->hitTest(request, result);
594 // ignored upstream of this layer.
809 m_frame->contentRenderer()->layer()->hitTest(HitTestRequest(hitType), result);
826 frame->contentRenderer()->layer()->hitTest(HitTestRequest(hitType), widgetHitTestResult)
1219 RenderLayer* layer = m_clickNode->renderer() ? m_clickNode->renderer()->enclosingLayer() : 0; local
    [all...]
  /external/webkit/WebCore/rendering/
RenderBlock.cpp 645 block->layer()->updateScrollInfoAfterLayout();
657 layer()->updateScrollInfoAfterLayout();
745 layer()->setHasHorizontalScrollbar(true);
747 layer()->setHasVerticalScrollbar(true);
    [all...]
  /hardware/ti/wlan/wl1271/utils/
CmdInterfaceCodes.h 74 The 'set' bit indicates whteher this parameter can be set from OS abstraction layer.
75 The 'get' bit indicates whteher this parameter can be get from OS abstraction layer.
192 * The 'set' bit indicates whteher this parameter can be set from OS abstraction layer.
193 * The 'get' bit indicates whteher this parameter can be get from OS abstraction layer.
257 * Used for Setting/Getting desired Channel to/from OS abstraction layer\n
267 * Used for Setting/Getting Desired Supported Rate to/from OS abstraction layer\n
277 * Used for Setting/Getting Desired Preamble Type to/from OS abstraction layer\n
288 * Used for Setting/Getting Desired Preamble Type to/from OS abstraction layer\n
300 * Used for Setting/Getting Desired Preamble Type to/from OS abstraction layer\n
313 * Used for Setting/Getting Current Channel to/from OS abstraction layer\
    [all...]
context.c 41 * protection-locking) is provided by the OS abstraction layer (osapi.c).
97 * \param hOs - Handle to Os Abstraction Layer
153 * \param hOs - Handle to Os Abstraction Layer
osDot11.h 134 /* As defined by the 802.11 standard, the layer management entity (LME) of */
135 /* the physical layer uses a hop pattern to determine the hop sequence. */
137 /* Specifies a set of patterns. The LME of the physical layer uses these */
  /external/opencore/doc/oscl_html/
pvlogger_8h.html     [all...]
  /external/opencore/fileformats/mp3/parser/src/
mp3parser.cpp 153 // Version 1, Layer III
155 // Version 1, Layer II
157 // Version 1, Layer I
168 // Version 2, Layer III
170 // Version 2, Layer II
172 // Version 2, Layer I
927 (aMP3HeaderInfo.frameVer == 1) || (aMP3HeaderInfo.layerID != 1)) /* layerID == 1 <> layer III or mp3 */
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java 170 * Return true if the device that the current layer draws into is opaque
173 * @return true if the device that the current layer draws into is opaque
178 * Returns the width of the current drawing layer
180 * @return the width of the current drawing layer
185 * Returns the height of the current drawing layer
187 * @return the height of the current drawing layer
236 /** the layer needs to per-pixel alpha */
238 /** the layer needs to 8-bits per color component */
240 /** clip against the layer's bounds */
273 * the canvas (or the previous layer). Subsequent calls to translate
    [all...]
  /external/kernel-headers/original/linux/
skbuff.h 193 * @h: Transport layer header
194 * @nh: Network layer header
195 * @mac: Link layer header
198 * @cb: Control buffer. Free for use by every layer. Put private vars here
201 * @mac_len: Length of link layer header
267 * layer. Please put your private variables there. If you
612 * network layer or drivers should need annotation to consolidate the
983 * The networking layer reserves some headroom in skb data (via
994 * Various parts of the networking layer expect at least 16 bytes of
    [all...]
  /external/tcpdump/
print-juniper.c 568 /* pass IP{4,6} to the OSI layer for proper link-layer printing */
601 /* pass IP{4,6} to the OSI layer for proper link-layer printing */
832 /* there is no link-layer present -
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
RxXfer.c 120 TRequestForBufferCb RequestForBufferCB; /* Upper layer CB for allocating buffers for packets */
131 TFailureEventCb fErrCb; /* The upper layer CB function for error handling */
802 /* Call upper layer only to release the allocated buffer */
837 * ErrCb - The upper layer CB function for error handling
848 /* Save upper layer (health monitor) CB for recovery from fatal error */
    [all...]
txResult.c 45 * calls the upper layer callback function for each packet with its results.
296 * Go over the new Tx-results and call the upper layer callback function for each packet result.
397 TRACE1(pTxResult->hReport, REPORT_SEVERITY_INFORMATION , ": call upper layer CB, Status = %d\n", pCurrentResult->status);
  /hardware/ti/wlan/wl1271/Txn/
SdioBusDrv.c 36 * \brief The SDIO bus driver upper layer. Platform independent.
123 * \param hOs - Handle to Os Abstraction Layer
298 * Prepare the transaction parts (lower layer single transactions),
299 * and send them one by one to the lower layer.
475 * When all parts are done, the upper layer TxnDone CB is called.
  /development/pdk/docs/porting/
telephony.jd 1 page.title=Radio Layer Interface
19 <p>Android's Radio Interface Layer (RIL) provides an abstraction layer between Android telephony services (<a href="http://code.google.com/android/reference/android/telephony/package-descr.html">android.telephony</a>) and radio hardware. The RIL is radio agnostic, and includes support for Global System for Mobile communication (GSM)-based radios.&nbsp;</P>
  /external/opencore/codecs_v2/audio/mp3/dec/src/
pvmp3_dec_defs.h 154 /* Layer III side information. */
182 /* Layer III side info. */
192 /* Layer III scale factors. */
  /external/webkit/WebKit/chromium/src/
WebPluginContainerImpl.cpp 428 // Take our element and get the clip rect from the enclosing layer and
430 RenderLayer* layer = m_element->renderer()->enclosingLayer(); local
432 m_element->document()->view()->windowClipRectForLayer(layer, true));
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_dec_defs.h 136 /* Layer III side information. */
164 /* Layer III side info. */
174 /* Layer III scale factors. */
  /hardware/ti/wlan/wl1271/platforms/hw/linux/
SdioAdapter.c 38 * An adaptation layer between the lower SDIO driver (in BSP) and the upper Sdio
149 /* Provide the DMA buffer address to the upper layer so it will use it as the transactions host buffer. */
309 /* Allocate a DMA-able buffer and provide it to the upper layer to be used for all read and write transactions */

Completed in 378 milliseconds

<<31323334353637383940>>