Home
last modified time | relevance | path

Searched refs:ComponentName (Results 1 – 25 of 151) sorted by relevance

1234567

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
DEfiCompNameSupport.h33 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/
DUefiDriverModel.c107 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/
DUefiDriverModel.c107 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/
DUefiDriverModelLib.c72 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/
DDefaultActivity.java20 import android.content.ComponentName;
48 ComponentName name = new ComponentName(this, DefaultActivity.class); in onCreate()
/device/sample/apps/upgrade/src/com/example/android/platform/upgrade/
DUpgrade.java20 import android.content.ComponentName;
43 new ComponentName(context, getClass()), in onReceive()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DEfiDriverModelLib.c81 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/
DFat.c187 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/
DDriverHealthManagerDxe.c256 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/
DClockWidgetProvider.java5 import android.content.ComponentName;
54 ComponentName thisWidget = new ComponentName(context, ClockWidgetProvider.class); in update()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmDriverHealth.c56 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/
DComponentName.c25 #include EFI_PROTOCOL_DEFINITION (ComponentName)
/device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
DXenPvBlkDxe.inf34 ComponentName.c
35 ComponentName.h
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
DSDMediaDeviceDxe.inf42 ComponentName.c
43 ComponentName.h
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/
DSDControllerDxe.inf38 ComponentName.c
39 ComponentName.h
/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
DXenBusDxe.inf35 ComponentName.c
36 ComponentName.h
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugPortDxe/
DDebugPort.c690 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/
DEdkIIGlueUefiDriverModelLib.h39 const EFI_COMPONENT_NAME_PROTOCOL *ComponentName; member
/device/linaro/bootloader/edk2/IntelSiliconPkg/Include/IndustryStandard/
DFirmwareVersionInfo.h44 SMBIOS_TABLE_STRING ComponentName; ///< String Index of Component Name member
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhciDxe.inf45 ComponentName.c
46 ComponentName.h
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpDxe.inf32 ComponentName.h
33 ComponentName.c
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/
DWinNtBusDriver.c373 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/
DIsaFloppyDxe.inf36 ComponentName.c
37 ComponentName.h
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
DIsaIoDxe.inf36 ComponentName.h
37 ComponentName.c
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DIdeBusDxe.inf42 ComponentName.h
43 ComponentName.c

1234567