/frameworks/base/include/surfaceflinger/ |
SurfaceComposerClient.h | 134 status_t show(SurfaceID id, int32_t layer = -1); 139 status_t setLayer(SurfaceID id, int32_t layer);
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/ |
mp4dec_api.h | 70 int layer; /* current video layer */ member in struct:tagApplicationData
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
mp4def.h | 85 /* session layer and vop layer start codes */
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
LoadingLayer.java | 29 public final class LoadingLayer extends Layer { 223 // Hide the layer once completely faded out.
|
/packages/inputmethods/PinyinIME/jni/include/ |
dictdef.h | 101 * total node num of a layer: 1 406 31766 13516 993 102 * total homo num of a layer: 9 5674 44609 12667 995
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_cdrom.h | 2 SDL - Simple DirectMedia Layer 23 /* This is the CD-audio control API for Simple DirectMedia Layer */
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_cdrom.h | 2 SDL - Simple DirectMedia Layer 23 /* This is the CD-audio control API for Simple DirectMedia Layer */
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_cdrom.h | 2 SDL - Simple DirectMedia Layer 28 /* This is the CD-audio control API for Simple DirectMedia Layer */
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_cdrom.h | 2 SDL - Simple DirectMedia Layer 23 /* This is the CD-audio control API for Simple DirectMedia Layer */
|
/system/wlan/ti/wilink_6_1/Txn/ |
TxnQueue.h | 70 * \param hOs - Handle to Os Abstraction Layer 93 * \param hOs - Handle to Os Abstraction Layer
|
SdioBusDrv.c | 36 * \brief The SDIO bus driver upper layer. Platform independent. 122 * \param hOs - Handle to Os Abstraction Layer 286 * Prepare the transaction parts (lower layer single transactions), 287 * and send them one by one to the lower layer. 441 * When all parts are done, the upper layer TxnDone CB is called.
|
/external/bluetooth/bluez/tools/ |
avinfo.c | 187 uint8_t layer:3; member in struct:mpeg_codec_cap 239 uint8_t layer:3; member in struct:mpeg_codec_cap 293 if (mpeg->layer & MPEG_LAYER_MP1) 295 if (mpeg->layer & MPEG_LAYER_MP2) 297 if (mpeg->layer & MPEG_LAYER_MP3)
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/ |
pv_2way_h324m_interface.h | 69 * This API allows the user to specify maximum outgoing sdu sizes for each adaptation layer 72 * The h223 adaptation layer type 85 * This API allows the user to specify maximum incoming sdu sizes for each adaptation layer. This is indicated 89 * The h223 adaptation layer type 107 * Adaptation Layer configuration
|
/external/ppp/pppd/ |
upap.c | 162 /* Lower layer up yet? */ 184 /* Lower layer up yet? */ 239 * upap_lowerup - The lower layer is up. 266 * upap_lowerdown - The lower layer is down. 289 * This shouldn't happen. In any case, pretend lower layer went down.
|
/external/webkit/WebCore/rendering/ |
RenderBoxModelObject.cpp | 190 // Our layer should have been destroyed and cleared by now 210 // RenderObject::destroy calls back to destroyLayer() for layer destruction 224 s_layerWasSelfPainting = layer()->isSelfPaintingLayer(); 233 layer()->repaintIncludingDescendants(); 235 layer()->clearClipRectsIncludingDescendants(); 241 // When a layout hint happens, we go ahead and do a repaint of the layer, since the layer could 251 layer()->repaintIncludingDescendants(); 253 // If we don't have a layer yet, but we are going to get one because of transform or opacity, 262 layer()->dirtyStackingContextZOrderLists() [all...] |
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/ |
txXfer.c | 80 TSendPacketTranferCb fSendPacketTransferCb; /* Upper layer Xfer-Complete callback */ 81 TI_HANDLE hSendPacketTransferHndl; /* Upper layer Xfer-Complete callback handle */ 284 * \brief Send aggregated Tx packets to bus Txn layer 286 * Send aggregated Tx packets to bus Txn layer one by one. 377 * \brief Send aggregated Tx packets to bus Txn layer
|
/system/wlan/ti/wilink_6_1/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...] |
/external/webkit/WebKit/qt/Api/ |
qgraphicswebview.cpp | 116 virtual void setRootGraphicsLayer(QGraphicsItem* layer); 129 // the overlay gets instantiated when the root layer is attached, and get deleted when it's detached 139 // we need to put the root graphics layer behind the overlay (which contains the scrollbar) 148 // we don't need to delete the root graphics layer 157 void QGraphicsWebViewPrivate::setRootGraphicsLayer(QGraphicsItem* layer) 165 rootGraphicsLayer = layer; 167 if (layer) { 168 layer->setFlag(QGraphicsItem::ItemClipsChildrenToShape, true); 169 layer->setParentItem(q); 170 layer->setZValue(RootGraphicsLayerZValue) [all...] |
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
mp4enc_api.cpp | 398 encParams->DataPartitioning = 1; /* Base Layer Data Partitioning */ 429 /* base layer */ 622 /* Set Profile and Video Buffer Size for each layer */ 638 //video->currLayer = 0; /* Set current Layer to 0 */ 644 //video->frameRate = video->encParams->LayerFrameRate[0]; /* Set current layer frame rate */ [all...] |
/frameworks/base/obex/javax/obex/ |
ServerSession.java | 157 * @throws IOException if an error occurred at the transport layer 190 * @throws IOException if an error occurred at the transport layer 235 * @throws IOException if an error occurred at the transport layer 284 * @throws IOException if an error occurred at the transport layer 410 * @throws IOException if an error occurred at the transport layer 515 * @throws IOException if an error occurred at the transport layer 650 * underlying transport layer. Internal flag is also set so that later
|
/external/opencore/nodes/pvomxencnode/src/ |
pvmf_omx_enc_node.h | 490 /** Specifies whether base only (iNumLayer = 1) or base + enhancement layer 495 base layer and iFrameWidth[1] is for enhanced layer. */ 499 base layer and iFrameHeight[1] is for enhanced layer. */ 503 layer and iBitRate[1] is for base+enhanced layer.*/ 507 base layer and iFrameRate[1] is for base+enhanced layer. */ [all...] |
/external/tcpdump/ |
tcpdump.c | 1251 * Include the link-layer header. 1256 * Don't include the link-layer header - and if 1257 * we have nothing past the link-layer header, 1270 * Include the link-layer header. 1275 * Don't include the link-layer header - and if 1276 * we have nothing past the link-layer header, 1289 * Include the link-layer header. 1294 * Don't include the link-layer header - and if 1295 * we have nothing past the link-layer header, [all...] |
/external/webkit/WebCore/platform/graphics/qt/ |
GraphicsContextQt.cpp | 807 TransparencyLayer * layer = new TransparencyLayer(m_data->p(), QRect(x, y, w, h)); local 809 layer->opacity = opacity; 810 m_data->layers.push(layer); 818 TransparencyLayer* layer = m_data->layers.pop(); 819 layer->painter.end(); 824 p->setOpacity(layer->opacity); 825 p->drawPixmap(layer->offset, layer->pixmap); 828 delete layer; [all...] |
/hardware/ti/wlan/wl1271/TWD/Data_Service/ |
RxQueue.c | 122 * \param hOs - Handle to Os Abstraction Layer 236 * \brief Close BA session receiver and pass all packets in the TID queue to upper layer. 295 * \brief Responsible on decode packet parameters and pass it to upper layer. 299 * \param aStatus - RxXfer status that indicate if the upper layer should free the packet or use it. 330 /* Set the packet to upper layer */ 370 * \param aStatus - RxXfer status that indicate if the upper layer should free the packet or use it. 643 TRACE0(pRxQueue->hReport, REPORT_SEVERITY_INFORMATION, "RxQueue_ReceivePacket: Send Packet to Upper layer"); 703 TRACE0(pRxQueue->hReport, REPORT_SEVERITY_INFORMATION, "RxQueue_ReceivePacket: Send current packet to uper layer"); [all...] |
/external/kernel-headers/original/linux/ |
bio.h | 27 /* Platforms may set this to teach the BIO layer about IOMMU hardware. */ 69 * main unit of I/O for the block layer and lower layers (ie drivers and 144 * bit 4 -- synchronous I/O hint: the block layer will unplug immediately
|