/system/vold/ |
VolumeBase.cpp | 134 VolumeManager::Instance()->getBroadcaster()->sendBroadcast(event, 140 VolumeManager::Instance()->getBroadcaster()->sendBroadcast(event,
|
main.cpp | 85 if (!(vm = VolumeManager::Instance())) { 90 if (!(nm = NetlinkManager::Instance())) {
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/ |
FwVol.c | 493 @param Instance This instance of the firmware volume to find. The value 0 is the
504 IN UINTN Instance,
519 if (Instance-- == 0) {
718 UINTN Instance;
723 Instance = 0;
728 Status = FfsFindNextVolume (Instance++, VolumeHandle);
|
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 355 // then we're the top level compiler instance and need to create one. 833 // Create the target instance. [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
BdsMisc.c | 857 Delete the instance in Multi which matches partly with Single instance
859 @param Multi A pointer to a multi-instance device path data
861 @param Single A pointer to a single-instance device path data
876 EFI_DEVICE_PATH_PROTOCOL *Instance;
890 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize);
894 while (Instance != NULL) {
898 if ((CompareMem (Instance, Single, Size) != 0)) {
900 // Append the device path instance which does not match with Single
903 NewDevicePath = AppendDevicePathInstance (NewDevicePath, Instance);
[all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
BdsMisc.c | 857 Delete the instance in Multi which matches partly with Single instance
859 @param Multi A pointer to a multi-instance device path data
861 @param Single A pointer to a single-instance device path data
876 EFI_DEVICE_PATH_PROTOCOL *Instance;
890 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize);
894 while (Instance != NULL) {
898 if ((CompareMem (Instance, Single, Size) != 0)) {
900 // Append the device path instance which does not match with Single
903 NewDevicePath = AppendDevicePathInstance (NewDevicePath, Instance);
[all...] |
/hardware/interfaces/sensors/1.0/vts/functional/ |
VtsHalSensorsV1_0TargetTest.cpp | 50 static SensorsHidlEnvironment* Instance() { 51 static SensorsHidlEnvironment* instance = new SensorsHidlEnvironment; local 52 return instance; 498 return SensorsHidlEnvironment::Instance()->sensors; 585 SensorsHidlEnvironment::Instance()->setCollection(true); 588 SensorsHidlEnvironment::Instance()->catEvents(nullptr); 596 SensorsHidlEnvironment::Instance()->catEvents(&events); 605 SensorsHidlEnvironment::Instance()->setCollection(false); [all...] |
/cts/suite/audio_quality/lib/src/task/ |
TaskCase.cpp | 284 ASSERT(mClient->init(Settings::Instance()->getSetting(Settings::EADB))); 349 Report::Instance()->addCasePassed(this); 355 Report::Instance()->addCaseFailed(this);
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/LcdGraphicsOutputDxe/ |
LcdGraphicsOutputBlt.c | 412 LCD_INSTANCE *Instance;
414 Instance = LCD_INSTANCE_FROM_GOP_THIS(This);
417 InitializeDisplay (Instance);
|
LcdGraphicsOutputDxe.h | 69 IN LCD_INSTANCE* Instance
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/ |
Graphics.c | 453 UINT32 Instance;
504 Instance = 0;
512 &Instance,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/ |
Graphics.c | 452 UINT32 Instance;
503 Instance = 0;
511 &Instance,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Ppi/ |
Ppi.c | 299 // Find the old PPI instance in the database. If we can not find it,
341 @param Instance Instance Number to discover.
355 IN UINTN Instance,
369 // Search the data base for the matching instance of the GUIDed PPI.
384 if (Instance == 0) {
397 Instance--;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/ |
BootLogoLib.c | 63 UINT32 Instance;
147 Instance = 0;
160 &Instance,
|
/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/ |
LcdGraphicsOutputBlt.c | 412 LCD_INSTANCE *Instance;
414 Instance = LCD_INSTANCE_FROM_GOP_THIS(This);
417 InitializeDisplay (Instance);
|
LcdGraphicsOutputDxe.h | 69 IN LCD_INSTANCE* Instance
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/ |
MemorySubClass.c | 206 ArrayLink.MemoryArrayLink.Instance = ArrayInstance;
406 DeviceStartAddress.PhysicalMemoryDeviceLink.Instance = ArrayInstance;
409 DeviceStartAddress.PhysicalMemoryArrayLink.Instance = ArrayInstance;
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/ |
PciRootBridge.c | 21 #define CPUIO_FROM_ROOT_BRIDGE_INSTANCE(Instance) (Instance->HostBridge->CpuIo)
22 #define METRONOME_FROM_ROOT_BRIDGE_INSTANCE(Instance) (Instance->HostBridge->Metronome)
25 * PCI Root Bridge Instance Templates
684 // Allocate Memory for the Instance from a Template
697 // Attach the Root Bridge to the PCI Host Bridge Instance
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtLedStatusCode/ |
RtLedStatusCode.c | 338 IN UINT32 Instance,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/ |
PeiMain.h | 181 /// Pei Core private data structure instance
271 /// Pei Core Instance Data Macros
487 @param Instance Instance Number to discover.
501 IN UINTN Instance,
766 @param SectionInstance Section instance to find.
790 @param Instance This instance of the firmware volume to find. The value 0 is the Boot Firmware
803 IN UINTN Instance,
930 @param Instance Instance Number of this status code. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/ |
FirmwarePerformancePei.c | 46 @param[in] Instance The enumeration of a hardware or software entity within
47 the system. Valid instance numbers start with 1.
63 IN UINT32 Instance,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/ |
FirmwarePerformanceSmm.c | 63 @param[in] Instance The enumeration of a hardware or software entity within
64 the system. Valid instance numbers start with 1.
79 IN UINT32 Instance,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/DiskIoDxe/ |
DiskIo.h | 57 DISK_IO_PRIVATE_DATA *Instance;
105 @param This Protocol instance pointer.
127 @param This Protocol instance pointer.
149 @param This Protocol instance pointer.
180 @param This Protocol instance pointer.
214 @param This Protocol instance pointer.
357 EFI_COMPONENT_NAME_PROTOCOL instance.
408 EFI_COMPONENT_NAME_PROTOCOL instance.
|
/device/linaro/bootloader/edk2/Nt32Pkg/Sec/ |
SecMain.h | 170 IN UINT32 Instance,
185 Instance - TODO: add argument description
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/ |
daConsole.c | 504 UINT32 Instance;
514 Instance = Stream->InstanceNum;
515 if(Instance < NUM_SPECIAL) {
516 gMD->StdIo[Instance] = Stream;
699 Allocate the instance structure and populate it with the information for
723 // Get pointer to instance.
|