/device/generic/goldfish-opengl/system/hwc2/ |
D | EmuHWC2.cpp | 224 layerHook<decltype(&Layer::setCursorPosition), in doGetFunction() 225 &Layer::setCursorPosition, int32_t, int32_t>); in doGetFunction() 228 layerHook<decltype(&Layer::setBuffer), &Layer::setBuffer, in doGetFunction() 232 layerHook<decltype(&Layer::setSurfaceDamage), in doGetFunction() 233 &Layer::setSurfaceDamage, hwc_region_t>); in doGetFunction() 238 layerHook<decltype(&Layer::setBlendMode), in doGetFunction() 239 &Layer::setBlendMode, int32_t>); in doGetFunction() 242 layerHook<decltype(&Layer::setColor), &Layer::setColor, in doGetFunction() 246 layerHook<decltype(&Layer::setCompositionType), in doGetFunction() 247 &Layer::setCompositionType, int32_t>); in doGetFunction() [all …]
|
D | EmuHWC2.h | 113 class Layer; variable 116 bool operator()(const std::shared_ptr<Layer>& lhs, 117 const std::shared_ptr<Layer>& rhs) const; 329 std::multiset<std::shared_ptr<Layer>, SortLayersByZ> mLayers; 359 class Layer { 361 explicit Layer(Display& display); 364 bool operator==(const Layer& other) { return mId == other.mId; } 365 bool operator!=(const Layer& other) { return !(*this == other); } 422 auto layer = std::get<Layer*>(result); in layerHook() 431 std::tuple<Layer*, HWC2::Error> getLayer(hwc2_display_t displayId, [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/ |
D | PxeBcDhcp.h | 175 UINT16 Layer; member 382 IN UINT16 *Layer, 424 IN UINT16 *Layer,
|
D | PxeBcImpl.c | 803 IN UINT16 *Layer, in EfiPxeBcDiscover() argument 855 if (*Layer != EFI_PXE_BASE_CODE_BOOT_LAYER_INITIAL) { in EfiPxeBcDiscover() 991 Layer, in EfiPxeBcDiscover() 1009 Layer, in EfiPxeBcDiscover() 1023 Layer, in EfiPxeBcDiscover() 2628 UINT16 Layer; in DiscoverBootFile() local 2636 Layer = EFI_PXE_BASE_CODE_BOOT_LAYER_INITIAL; in DiscoverBootFile() 2667 Status = PxeBc->Discover (PxeBc, Type, &Layer, UseBis, NULL); in DiscoverBootFile()
|
D | PxeBcDhcp.c | 1216 IN UINT16 *Layer, in PxeBcDiscvBootService() argument 1258 if (!UseBis && Layer != NULL) { in PxeBcDiscvBootService() 1259 *Layer &= EFI_PXE_BASE_CODE_BOOT_LAYER_MASK; in PxeBcDiscvBootService() 1265 ASSERT (Layer != NULL); in PxeBcDiscvBootService() 1282 PxeBootItem->Layer = HTONS (*Layer); in PxeBcDiscvBootService()
|
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
D | PxeBcBoot.h | 71 IN UINT16 *Layer,
|
D | PxeBcDhcp4.h | 208 UINT16 Layer; member 332 IN UINT16 *Layer,
|
D | PxeBcBoot.c | 834 IN UINT16 *Layer, in PxeBcDiscoverBootServer() argument 845 Layer, in PxeBcDiscoverBootServer() 853 Layer, in PxeBcDiscoverBootServer() 885 UINT16 Layer; in PxeBcDiscoverBootFile() local 891 Layer = EFI_PXE_BASE_CODE_BOOT_LAYER_INITIAL; in PxeBcDiscoverBootFile() 933 Status = PxeBc->Discover (PxeBc, Type, &Layer, UseBis, NULL); in PxeBcDiscoverBootFile()
|
D | PxeBcDhcp6.h | 235 IN UINT16 *Layer,
|
D | PxeBcDhcp4.c | 1362 IN UINT16 *Layer, in PxeBcDhcp4Discover() argument 1405 if (!UseBis && Layer != NULL) { in PxeBcDhcp4Discover() 1406 *Layer &= EFI_PXE_BASE_CODE_BOOT_LAYER_MASK; in PxeBcDhcp4Discover() 1433 if (Layer != NULL) { in PxeBcDhcp4Discover() 1434 PxeBootItem->Layer = HTONS (*Layer); in PxeBcDhcp4Discover()
|
D | PxeBcImpl.c | 538 IN UINT16 *Layer, in EfiPxeBcDiscover() argument 595 if (*Layer != EFI_PXE_BASE_CODE_BOOT_LAYER_INITIAL) { in EfiPxeBcDiscover() 667 Layer, in EfiPxeBcDiscover() 682 Layer, in EfiPxeBcDiscover() 705 Layer, in EfiPxeBcDiscover()
|
D | PxeBcDhcp6.c | 2072 IN UINT16 *Layer, in PxeBcDhcp6Discover() argument 2100 if (!UseBis && Layer != NULL) { in PxeBcDhcp6Discover() 2101 *Layer &= EFI_PXE_BASE_CODE_BOOT_LAYER_MASK; in PxeBcDhcp6Discover()
|
/device/linaro/bootloader/edk2/NetworkPkg/TlsDxe/ |
D | TlsDxe.uni | 5 // This module produces EFI TLS (Transport Layer Security) Protocol, EFI TLS
|
D | TlsDxe.inf | 5 # This module produces EFI TLS (Transport Layer Security) Protocol and EFI TLS
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
D | HttpBootDhcp4.h | 150 UINT16 Layer; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/ |
D | DeviceIoOnPciRootBridgeIoThunk.inf | 2 # Module Layer Device I/O on top of PCI Root Bridge I/O (Segment 0)
|
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/ |
D | protocols | 52 l2tp 115 L2TP # Layer Two Tunneling Protocol [RFC2661]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCode/ |
D | PxeBaseCode.h | 257 IN UINT16 *Layer,
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | PxeBaseCode.h | 493 IN UINT16 *Layer,
|
/device/linaro/bootloader/edk2/StdLib/ |
D | StdLib.inc | 106 # Socket Layer
|
D | ReadMe.txt | 371 # Socket Layer
|
/device/linaro/bootloader/edk2/AppPkg/ |
D | ReadMe.txt | 382 # Socket Layer
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/ |
D | ReadMe.txt | 371 # Socket Layer
|