/frameworks/base/obex/javax/obex/ |
SessionNotifier.java | 41 * to create a connection at the transport layer. When the transport layer 52 * Waits for a transport layer connection to be established and specifies 84 * @throws IOException if an error occurs in the transport layer 90 * Waits for a transport layer connection to be established and specifies 124 * @throws IOException if an error occurs in the transport layer
|
/external/webkit/WebCore/platform/graphics/android/ |
GraphicsLayerAndroid.cpp | 230 // If we are a fixed position layer, just set it 238 // position -- we can't use the layer's size as it could possibly differs. 315 GraphicsLayer* layer = m_children[i]; local 316 layer->setTransform(t); 317 if (layer->children().size()) 318 layer->setChildrenTransform(t); 323 void GraphicsLayerAndroid::setMaskLayer(GraphicsLayer* layer) 325 if (layer == m_maskLayer) 328 GraphicsLayer::setMaskLayer(layer); 396 GraphicsLayerAndroid* layer = static_cast<GraphicsLayerAndroid*>(m_children[i]) local 491 GraphicsLayerAndroid* layer = static_cast<GraphicsLayerAndroid*>(m_children[i]); local 870 GraphicsLayerAndroid* layer = static_cast<GraphicsLayerAndroid*>(m_maskLayer); local 896 GraphicsLayerAndroid* layer = static_cast<GraphicsLayerAndroid*>(m_children[i]); local 911 GraphicsLayerAndroid* layer = static_cast<GraphicsLayerAndroid*>(m_children[i]); local [all...] |
GraphicsLayerAndroid.h | 43 // for hosting this GraphicsLayer in a native layer hierarchy 49 virtual void addChildAbove(GraphicsLayer* layer, GraphicsLayer* sibling); 50 virtual void addChildBelow(GraphicsLayer* layer, GraphicsLayer* sibling);
|
/external/webkit/WebCore/platform/graphics/ |
GraphicsLayer.cpp | 219 void GraphicsLayer::setReplicatedByLayer(GraphicsLayer* layer) 221 if (layer) 222 layer->setReplicatedLayer(this); 224 m_replicaLayer = layer; 258 setDebugBorder(Color(0, 255, 0, 204), 2.0f); // tiled layer: green 260 setDebugBorder(Color(255, 0, 0, 204), 2.0f); // normal layer: red 262 setDebugBorder(Color(128, 255, 255, 178), 2.0f); // masking layer: pale blue 285 // If this is a transform layer we need to distribute our opacity to all our children 469 ts << "(replica layer " << m_replicaLayer << ")\n"; 475 ts << "(replicated layer " << m_replicatedLayer << ")\n" [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/ |
SDL_DirectFB_video.c | 2 SDL - Simple DirectMedia Layer 159 static DFBSurfacePixelFormat GetFormatForBpp (int bpp, IDirectFBDisplayLayer *layer) 164 layer->GetConfiguration (layer, &dlc); 382 IDirectFBDisplayLayer *layer = NULL; local 403 ret = dfb->GetDisplayLayer (dfb, DLID_PRIMARY, &layer); 417 layer->EnableCursor (layer, 1); 419 /* Query layer configuration to determine the current mode and pixelformat */ 420 layer->GetConfiguration (layer, &dlc) [all...] |
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/ |
main.m | 52 QCCompositionLayer *layer; 147 [obj->layer release]; 197 [obj->layer setValue:[NSNumber numberWithBool:obj->gold] forInputKey:@"gold"]; 226 if (!obj->layer) { 230 obj->layer = [[QCCompositionLayer compositionLayerWithComposition:composition] retain]; 233 // Make sure to return a retained layer 234 *((CALayer **)value) = [obj->layer retain];
|
/external/opencore/codecs_v2/video/m4v_h263/enc/include/ |
mp4enc_api.h | 159 /** @brief Specifies encoded heights in pixels, height[n] represents the n-th layer's height. */ 162 /** @brief Specifies encoded widths in pixels, width[n] represents the n-th layer's width.*/ 165 /** @brief Specifies target frame rates in frames per second, frameRate[n] represents the n-th layer's target frame rate.*/ 168 /** @brief Specifies target bit rates in bits per second unit, bitRate[n] represents the n-th layer's target bit rate. */ 171 /** @brief Specifies default quantization parameters for I-Vop. Iquant[n] represents the n-th layer default quantization parameter. The default is Iquant[0]=12.*/ 174 /** @brief Specifies default quantization parameters for P-Vop. Pquant[n] represents the n-th layer default quantization parameter. The default is Pquant[0]=10.*/ 177 /** @brief specifies quantization mode (H263 mode or MPEG mode) of the encoded base and enhance layer (if any). 275 * @param layer is the layer of the requested VOL header. 278 OSCL_IMPORT_REF Bool PVGetVolHeader(VideoEncControls *encCtrl, UChar *volHeader, Int *size, Int layer); [all...] |
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_thread.cpp | 59 * OSCL Proc layer function 140 * OSCL Proc layer function 162 * OSCL Proc layer function 178 * OSCL Proc layer function 226 * OSCL Proc layer function 265 * OSCL Proc layer function 301 * OSCL Proc layer function 386 * OSCL Proc layer function 408 * OSCL Proc layer function
|
/external/webkit/WebCore/platform/graphics/win/ |
WKCACFLayerRenderer.cpp | 174 void WKCACFLayerRenderer::setRootChildLayer(WebCore::PlatformLayer* layer) 180 m_rootChildLayer = layer; 181 if (layer) { 182 m_scrollLayer->addSublayer(layer); 185 layer->setAnchorPoint(CGPointMake(0, 1)); 234 m_rootLayer = WKCACFLayer::create(WKCACFLayer::Layer); 236 m_scrollLayer = WKCACFLayer::create(WKCACFLayer::Layer); 343 // Flush the root layer to the render tree. 371 // FIXME: don't need to clear dirty region if layer tree is opaque.
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps.h | 177 * @ctx: Higher layer context data (cb_ctx) 190 * @ctx: Higher layer context data (cb_ctx) 205 * @ctx: Higher layer context data (cb_ctx) 218 * @ctx: Higher layer context data (cb_ctx) 229 * cb_ctx: Higher layer context data for Registrar callbacks 367 * This data is stored at the higher layer Authenticator or Supplicant data 486 * @ctx: Higher layer context data (cb_ctx) 494 * @ctx: Higher layer context data (cb_ctx) 502 * cb_ctx: Higher layer context data for callbacks
|
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
SSLSession.java | 165 * application layer data. 179 * layer data.. 185 * layer data. 206 * application layer data. 222 * layer data. If the existing binding implements the
|
/external/webkit/WebKit/chromium/tests/ |
TransparencyWinTest.cpp | 74 // Resets the top layer's alpha channel to 0 for each pixel. This simulates 285 // Make a total transparent buffer, and draw the white layer inset by 1 px. 295 // Coordinates should be in the original space, not the layer. 314 // Make a red bottom layer, followed by a half green next layer @ 50%. 323 // Make a transparency layer inset by one pixel, and fill it inset by 334 // These coordinates are relative to the layer, whish is inset by 1x1 380 // Make the transparency layer after translation will be @ (0, -8) with 402 // tests that the propert transform is applied to the copied layer. 422 // Make a transparency layer consisting of a horizontal line of 50% black [all...] |
/external/webkit/WebCore/page/animation/ |
KeyframeAnimation.cpp | 199 RenderLayer* layer = toRenderBoxModelObject(m_object)->layer(); local 200 if (layer->isComposited()) 201 return layer->backing()->startAnimation(timeOffset, m_animation.get(), m_keyframes); 216 RenderLayer* layer = toRenderBoxModelObject(m_object)->layer(); local 217 if (layer->isComposited()) 218 layer->backing()->animationPaused(timeOffset, m_keyframes.animationName()); 235 RenderLayer* layer = toRenderBoxModelObject(m_object)->layer(); local [all...] |
ImplicitAnimation.cpp | 113 RenderLayer* layer = toRenderBoxModelObject(m_object)->layer(); local 114 if (layer->isComposited()) 115 return layer->backing()->startTransition(timeOffset, m_animatingProperty, m_fromStyle.get(), m_toStyle.get()); 127 RenderLayer* layer = toRenderBoxModelObject(m_object)->layer(); local 128 if (layer->isComposited()) 129 layer->backing()->transitionFinished(m_animatingProperty);
|
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
ScanSrv.h | 87 TI_HANDLE hTWD; /**< TWD layer handle */ 92 * upper layer (scan concentrator) scan complete 96 * upper layer (scan concentrator) scan complete 101 * upper layer command response CB. Passed down into the HAL 109 * upper layer Failure Event CB. 159 * Holds the return code to the upper layer
|
/system/wlan/ti/wilink_6_1/TWD/MacServices/ |
ScanSrv.h | 87 TI_HANDLE hTWD; /**< TWD layer handle */ 92 * upper layer (scan concentrator) scan complete 96 * upper layer (scan concentrator) scan complete 101 * upper layer command response CB. Passed down into the HAL 109 * upper layer Failure Event CB. 159 * Holds the return code to the upper layer
|
/external/apache-http/src/org/apache/http/io/ |
package.html | 37 The transport layer abstraction of the HTTP components. 39 This layer is used to transfer messages over connections.
|
/external/blktrace/doc/ |
bno_plot.1 | 22 bno_plot is a visualization tool for the block layer IO tracing tool called 24 is a block layer IO tracing mechanism which provides detailed
|
/external/libpcap/ |
ppp.h | 26 #define PPP_OSI 0x0023 /* OSI Network Layer */ 45 #define PPP_OSICP 0x8023 /* OSI Network Layer Control Protocol */
|
/external/opencore/ |
README | 21 | codecs as well as the OpenMax IL interface layer] 37 |-- oscl [This is the Operating System Compatibility Layer which
|
/external/opencore/doc/oscl_html/ |
oscl__file__server_8h.html | 9 <hr><h1>oscl_file_server.h File Reference</h1>The file <a class="el" href="oscl__file__server_8h.html">oscl_file_server.h</a> defines the class <a class="el" href="classOscl__FileServer.html">Oscl_FileServer</a>. This is the porting layer for file server implementations. 22 The file <a class="el" href="oscl__file__server_8h.html">oscl_file_server.h</a> defines the class <a class="el" href="classOscl__FileServer.html">Oscl_FileServer</a>. This is the porting layer for file server implementations.
|
/external/webkit/WebCore/manual-tests/ |
simple-image-compositing.html | 7 <title>Checking for simple image layer optimisation</title> 30 what type of compositing layer is being used.
|
/external/webkit/WebCore/platform/graphics/mac/ |
GraphicsLayerCA.h | 54 // for hosting this GraphicsLayer in a native layer hierarchy 60 virtual void addChildAbove(GraphicsLayer* layer, GraphicsLayer* sibling); 61 virtual void addChildBelow(GraphicsLayer* layer, GraphicsLayer* sibling); 289 ChildrenChanged = 1 << 2, // also used for content layer, and preserves-3d, and size if tiling changes? 320 RetainPtr<WebLayer> m_layer; // The main layer 321 RetainPtr<CALayer> m_structuralLayer; // A layer used for structural reasons, like preserves-3d or replica-flattening. Is the parent of m_layer. 322 RetainPtr<CALayer> m_contentsLayer; // A layer used for inner content, like image and video 363 // Animations on the layer are identified by property + index.
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap.h | 48 /* Lower layer to full authenticator variables */ 57 /* Full authenticator to lower layer variables */
|
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
regulatoryDomainApi.h | 70 * - config mgr in order to set a parameter receiving to the OS abstraction layer. 86 * - Configuration Manager in order to get a parameter from the OS abstraction layer.
|