/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/ |
D | EfiCompNameSupport.h | 33 ComponentName, \ argument 40 (ComponentName), \ 48 ComponentName, \ argument 55 (ComponentName), \ 64 ComponentName, \ argument 76 ComponentName, \ argument 91 ComponentName, \ argument 98 (ComponentName), \ 108 ComponentName, \ argument 115 (ComponentName), \
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/ |
D | UefiDriverModel.c | 107 IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL in EfiLibInstallAllDriverProtocols() argument 124 if (ComponentName == NULL || FeaturePcdGet(PcdComponentNameDisable)) { in EfiLibInstallAllDriverProtocols() 134 &gEfiComponentNameProtocolGuid, ComponentName, in EfiLibInstallAllDriverProtocols() 139 if (ComponentName == NULL || FeaturePcdGet(PcdComponentNameDisable)) { in EfiLibInstallAllDriverProtocols() 150 &gEfiComponentNameProtocolGuid, ComponentName, in EfiLibInstallAllDriverProtocols() 158 if (ComponentName == NULL || FeaturePcdGet(PcdComponentNameDisable)) { in EfiLibInstallAllDriverProtocols() 169 &gEfiComponentNameProtocolGuid, ComponentName, in EfiLibInstallAllDriverProtocols() 175 if (ComponentName == NULL || FeaturePcdGet(PcdComponentNameDisable)) { in EfiLibInstallAllDriverProtocols() 187 &gEfiComponentNameProtocolGuid, ComponentName, in EfiLibInstallAllDriverProtocols() 236 IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL in EfiLibInstallDriverBindingComponentName2() argument [all …]
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
D | UefiDriverModel.c | 107 IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL in EfiLibInstallAllDriverProtocols() argument 124 if (ComponentName == NULL || FeaturePcdGet(PcdComponentNameDisable)) { in EfiLibInstallAllDriverProtocols() 134 &gEfiComponentNameProtocolGuid, ComponentName, in EfiLibInstallAllDriverProtocols() 139 if (ComponentName == NULL || FeaturePcdGet(PcdComponentNameDisable)) { in EfiLibInstallAllDriverProtocols() 150 &gEfiComponentNameProtocolGuid, ComponentName, in EfiLibInstallAllDriverProtocols() 158 if (ComponentName == NULL || FeaturePcdGet(PcdComponentNameDisable)) { in EfiLibInstallAllDriverProtocols() 169 &gEfiComponentNameProtocolGuid, ComponentName, in EfiLibInstallAllDriverProtocols() 175 if (ComponentName == NULL || FeaturePcdGet(PcdComponentNameDisable)) { in EfiLibInstallAllDriverProtocols() 187 &gEfiComponentNameProtocolGuid, ComponentName, in EfiLibInstallAllDriverProtocols() 236 IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL in EfiLibInstallDriverBindingComponentName2() argument [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDriverModelLib/ |
D | UefiDriverModelLib.c | 72 if (_gDriverModelProtocolList[0].ComponentName == NULL) { in UefiDriverModelLibConstructor() 82 …mponentNameProtocolGuid, (EFI_COMPONENT_NAME_PROTOCOL *)_gDriverModelProtocolList[0].ComponentName, in UefiDriverModelLibConstructor() 87 if (_gDriverModelProtocolList[0].ComponentName == NULL) { in UefiDriverModelLibConstructor() 98 …tNameProtocolGuid, (EFI_COMPONENT_NAME_PROTOCOL *)_gDriverModelProtocolList[0].ComponentName, in UefiDriverModelLibConstructor() 106 if (_gDriverModelProtocolList[0].ComponentName == NULL) { in UefiDriverModelLibConstructor() 117 …entNameProtocolGuid, (EFI_COMPONENT_NAME_PROTOCOL *)_gDriverModelProtocolList[0].ComponentName, in UefiDriverModelLibConstructor() 123 if (_gDriverModelProtocolList[0].ComponentName == NULL) { in UefiDriverModelLibConstructor() 135 …tNameProtocolGuid, (EFI_COMPONENT_NAME_PROTOCOL *)_gDriverModelProtocolList[0].ComponentName, in UefiDriverModelLibConstructor() 270 if (_gDriverModelProtocolList[0].ComponentName == NULL) { in UefiDriverModelLibDestructor() 280 …mponentNameProtocolGuid, (EFI_COMPONENT_NAME_PROTOCOL *)_gDriverModelProtocolList[0].ComponentName, in UefiDriverModelLibDestructor() [all …]
|
/device/google/atv/TvProvision/src/com/android/tv/provision/ |
D | DefaultActivity.java | 20 import android.content.ComponentName; 48 ComponentName name = new ComponentName(this, DefaultActivity.class); in onCreate()
|
/device/sample/apps/upgrade/src/com/example/android/platform/upgrade/ |
D | Upgrade.java | 20 import android.content.ComponentName; 43 new ComponentName(context, getClass()), in onReceive()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/ |
D | EfiDriverModelLib.c | 81 IN EFI_COMPONENT_NAME_PROTOCOL * ComponentName, OPTIONAL in InstallAllDriverProtocolsWorker() argument 136 if (ComponentName != NULL) { in InstallAllDriverProtocolsWorker() 141 ComponentName in InstallAllDriverProtocolsWorker() 217 IN EFI_COMPONENT_NAME_PROTOCOL * ComponentName, OPTIONAL in EfiLibInstallAllDriverProtocols() argument 261 ComponentName, in EfiLibInstallAllDriverProtocols()
|
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/ |
D | Fat.c | 187 VOID *ComponentName; in FatUnload() local 219 Status = gBS->HandleProtocol (ImageHandle, &gEfiComponentNameProtocolGuid, &ComponentName); in FatUnload() 221 ComponentName = NULL; in FatUnload() 229 if (ComponentName == NULL) { in FatUnload() 249 &gEfiComponentNameProtocolGuid, ComponentName, in FatUnload() 256 &gEfiComponentNameProtocolGuid, ComponentName, in FatUnload()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/ |
D | DriverHealthManagerDxe.c | 256 OUT EFI_COMPONENT_NAME_PROTOCOL **ComponentName, in DriverHealthManagerGetComponentNameWorker() argument 268 (VOID **) ComponentName, in DriverHealthManagerGetComponentNameWorker() 281 (*ComponentName)->SupportedLanguages, in DriverHealthManagerGetComponentNameWorker() 315 EFI_COMPONENT_NAME_PROTOCOL *ComponentName; in DriverHealthManagerGetDriverNameWorker() local 324 &ComponentName, in DriverHealthManagerGetDriverNameWorker() 334 Status = ComponentName->GetDriverName ( in DriverHealthManagerGetDriverNameWorker() 335 ComponentName, in DriverHealthManagerGetDriverNameWorker() 420 EFI_COMPONENT_NAME_PROTOCOL *ComponentName; in DriverHealthManagerGetControllerNameWorker() local 429 &ComponentName, in DriverHealthManagerGetControllerNameWorker() 439 Status = ComponentName->GetControllerName ( in DriverHealthManagerGetControllerNameWorker() [all …]
|
/device/sample/apps/tv/LeanbackWidget/src/com/google/android/leanbacklauncher/partnerwidget/ |
D | ClockWidgetProvider.java | 5 import android.content.ComponentName; 54 ComponentName thisWidget = new ComponentName(context, ClockWidgetProvider.class); in update()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmDriverHealth.c | 56 EFI_COMPONENT_NAME_PROTOCOL *ComponentName; in BmGetControllerName() local 67 (VOID **) &ComponentName in BmGetControllerName() 73 (VOID **) &ComponentName in BmGetControllerName() 83 ComponentName->SupportedLanguages, in BmGetControllerName() 93 Status = ComponentName->GetControllerName ( in BmGetControllerName() 94 ComponentName, in BmGetControllerName()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ComponentName/ |
D | ComponentName.c | 25 #include EFI_PROTOCOL_DEFINITION (ComponentName)
|
/device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/ |
D | XenPvBlkDxe.inf | 34 ComponentName.c 35 ComponentName.h
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/ |
D | SDMediaDeviceDxe.inf | 42 ComponentName.c 43 ComponentName.h
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/ |
D | SDControllerDxe.inf | 38 ComponentName.c 39 ComponentName.h
|
/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/ |
D | XenBusDxe.inf | 35 ComponentName.c 36 ComponentName.h
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugPortDxe/ |
D | DebugPort.c | 690 VOID *ComponentName; in ImageUnloadHandler() local 700 Status = gBS->HandleProtocol (ImageHandle, &gEfiComponentNameProtocolGuid, &ComponentName); in ImageUnloadHandler() 702 ComponentName = NULL; in ImageUnloadHandler() 710 if (ComponentName == NULL) { in ImageUnloadHandler() 730 &gEfiComponentNameProtocolGuid, ComponentName, in ImageUnloadHandler() 737 &gEfiComponentNameProtocolGuid, ComponentName, in ImageUnloadHandler()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
D | EdkIIGlueUefiDriverModelLib.h | 39 const EFI_COMPONENT_NAME_PROTOCOL *ComponentName; member
|
/device/linaro/bootloader/edk2/IntelSiliconPkg/Include/IndustryStandard/ |
D | FirmwareVersionInfo.h | 44 SMBIOS_TABLE_STRING ComponentName; ///< String Index of Component Name member
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/ |
D | OhciDxe.inf | 45 ComponentName.c 46 ComponentName.h
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/ |
D | HttpDxe.inf | 32 ComponentName.h 33 ComponentName.c
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/ |
D | WinNtBusDriver.c | 373 UINT16 ComponentName[MAX_NT_ENVIRNMENT_VARIABLE_LENGTH]; in WinNtBusDriverBindingStart() local 539 …WinNtThunk->SPrintf (ComponentName, sizeof (ComponentName), L"%s", WinNtDevice->WinNtIo.EnvString); in WinNtBusDriverBindingStart() 555 ComponentName, in WinNtBusDriverBindingStart() 562 ComponentName, in WinNtBusDriverBindingStart()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/ |
D | IsaFloppyDxe.inf | 36 ComponentName.c 37 ComponentName.h
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/ |
D | IsaIoDxe.inf | 36 ComponentName.h 37 ComponentName.c
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
D | IdeBusDxe.inf | 42 ComponentName.h 43 ComponentName.c
|