HomeSort by relevance Sort by last modified time
    Searched refs:Instance (Results 276 - 300 of 587) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DevicePath.c 23 The only place where multi-instance device paths are supported is in
24 environment varibles. Multi-instance device paths should never be placed
41 Function retrieves the next device path instance from a device path data structure.
46 Size - A pointer to the size of a device path instance in bytes.
50 This function returns a pointer to the current device path instance.
51 In addition, it returns the size in bytes of the current device path instance in Size,
52 and a pointer to the next device path instance in DevicePath.
70 // Find the end of the device path instance
78 // Compute the size of the device path instance
85 // Make a copy and return the device path instance
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiCombinationLib.h 247 Returns the first protocol instance that matches the given protocol.
265 IN UINT32 Instance,
281 Instance - Instance Number of this status code.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiReportStatusCodeLib/
ReportStatusCodeLib.c 37 Type, Value, Instance, CallerId, and Data. The result of this call is returned.
41 @param Instance Status code instance number.
58 IN UINT32 Instance,
70 Instance,
267 code also require an instance, caller ID, and extended data. This function
268 passed in a zero instance, NULL extended data, and a caller ID of
303 instance and a caller ID of gEfiCallerIdGuid.
346 with a zero instance and a caller ID of gEfiCallerIdGuid.
403 an instance specified by Instance and a caller ID specified by CallerId. If
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/SmmRuntimeDxeReportStatusCodeLib/
ReportStatusCodeLib.c 35 Type, Value, Instance, CallerId, and Data. The result of this call is returned.
39 @param Instance Status code instance number.
55 IN UINT32 Instance,
61 // If gStatusCode is NULL, then see if a Status Code Protocol instance is present
75 return (*mReportStatusCode) (Type, Value, Instance, (EFI_GUID *)CallerId, Data);
299 code also require an instance, caller ID, and extended data. This function
300 passed in a zero instance, NULL extended data, and a caller ID of
335 instance and a caller ID of gEfiCallerIdGuid.
383 with a zero instance and a caller ID of gEfiCallerIdGuid.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
PeiLib.c 356 IN UINTN Instance,
367 Instance - The Fv Volume Instance.
379 return (*PeiServices)->FfsFindNextVolume (PeiServices, Instance, VolumeHandle);
603 IN UINTN Instance,
616 Instance - Instance Number to discover.
630 return (*PeiServices)->LocatePpi (PeiServices, Guid, Instance, PpiDescriptor, Ppi);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
RtDevicePath.c 23 The only place where multi-instance device paths are supported is in
24 environment varibles. Multi-instance device paths should never be placed
138 Function retrieves the next device path instance from a device path data structure.
143 Size - A pointer to the size of a device path instance in bytes.
147 This function returns a pointer to the current device path instance.
148 In addition, it returns the size in bytes of the current device path instance in Size,
149 and a pointer to the next device path instance in DevicePath.
167 // Find the end of the device path instance
175 // Compute the size of the device path instance
182 // Make a copy and return the device path instance
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/
ReportStatusCodeLib.c 76 @param Instance Status code instance number.
92 IN UINT32 Instance,
113 return (*mReportStatusCode) (Type, Value, Instance, (EFI_GUID *)CallerId, Data);
310 code also require an instance, caller ID, and extended data. This function
311 passed in a zero instance, NULL extended data, and a caller ID of
346 instance and a caller ID of gEfiCallerIdGuid.
394 with a zero instance and a caller ID of gEfiCallerIdGuid.
451 an instance specified by Instance and a caller ID specified by CallerId. If
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/
DatahubStatusCodeHandlerDxe.h 56 @param Instance The enumeration of a hardware or software entity within
57 the system. Valid instance numbers start with 1.
74 IN UINT32 Instance,
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
PeiCis.h 61 @param Instance This instance of the firmware volume to find. The value 0 is the Boot Firmware Volume (BFV).
73 IN UINTN Instance,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeReportStatusCodeLib/
ReportStatusCodeLib.c 75 @param Instance Status code instance number.
91 IN UINT32 Instance,
110 return mReportStatusCodeLibStatusCodeProtocol->ReportStatusCode (Type, Value, Instance, (EFI_GUID *)CallerId, Data);
307 code also require an instance, caller ID, and extended data. This function
308 passed in a zero instance, NULL extended data, and a caller ID of
343 instance and a caller ID of gEfiCallerIdGuid.
391 with a zero instance and a caller ID of gEfiCallerIdGuid.
448 an instance specified by Instance and a caller ID specified by CallerId. If
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmReportStatusCodeLib/
ReportStatusCodeLib.c 62 @param Instance Status code instance number.
78 IN UINT32 Instance,
99 return (*mReportStatusCode) (mStatusCodeProtocol, Type, Value, Instance, (EFI_GUID *)CallerId, Data);
296 code also require an instance, caller ID, and extended data. This function
297 passed in a zero instance, NULL extended data, and a caller ID of
334 with a zero instance and a caller ID of gEfiCallerIdGuid.
391 an instance specified by Instance and a caller ID specified by CallerId. If
404 @param Instance Status code instance number.
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
FvbServiceSmm.c 38 @param[in] FwhInstance The pointer to a FW volume instance structure,
40 @param[in] InstanceNum The instance number which can be used as a ID
63 FvbDevice->Instance = InstanceNum;
  /external/flatbuffers/tests/FlatBuffers.Test/
Program.cs 36 BindingFlags.Instance)
  /external/webrtc/webrtc/examples/peerconnection/client/
main.cc 20 int PASCAL wWinMain(HINSTANCE instance, HINSTANCE prev_instance,
24 rtc::ThreadManager::Instance()->SetCurrentThread(&w32_thread);
  /frameworks/av/media/libmedia/include/media/
DrmSessionManager.h 45 static sp<DrmSessionManager> Instance();
  /frameworks/base/core/java/android/gesture/
GestureStore.java 137 Instance instance = Instance.createInstance(mSequenceType, local
139 return mClassifier.classify(mSequenceType, mOrientationStyle, instance.vector);
159 Instance.createInstance(mSequenceType, mOrientationStyle, gesture, entryName));
325 Instance.createInstance(mSequenceType, mOrientationStyle, gesture, name));
  /frameworks/rs/tests/lldb/tests/harness/
util_lldb.py 50 '''Create an lldb debugger instance.
53 The SBDebugger instance that was created.
65 '''Destroy the lldb debugger instance.
68 dbg: Instance of SBDebugger that is to be destroyed.
  /system/vold/
MoveTask.cpp 61 VolumeManager::Instance()->getBroadcaster()->sendBroadcast(ResponseCode::MoveStatus,
202 std::lock_guard<std::mutex> lock(VolumeManager::Instance()->getLock());
224 std::lock_guard<std::mutex> lock(VolumeManager::Instance()->getLock());
245 std::lock_guard<std::mutex> lock(VolumeManager::Instance()->getLock());
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Io.c 25 @param[in] DhcpSb The DHCP service instance
73 @param[in] DhcpSb The DHCP service instance
140 @param DhcpSb DHCP service instance
182 @param DhcpSb The DHCP service instance
245 @param DhcpSb The DHCP service instance.
278 @param DhcpSb The DHCP service instance
314 @param[in] Context Dhcp service instance.
385 @param DhcpSb The DHCP service instance
443 @param DhcpSb The DHCP instance service.
505 @param[in] DhcpSb The DHCP service instance.
    [all...]
  /frameworks/av/drm/libmediadrm/
DrmHal.cpp 198 DrmSessionManager::Instance()->removeDrm(mDrmSessionClient);
209 for (const auto &instance : registered) {
210 auto factory = IDrmFactory::getService(instance);
213 ALOGI("makeDrmFactories: factory instance %s is %s",
214 instance.c_str(),
226 ALOGI("makeDrmFactories: using default drm instance");
454 retry = DrmSessionManager::Instance()->reclaimSession(getCallingPid());
462 DrmSessionManager::Instance()->addSession(getCallingPid(),
477 DrmSessionManager::Instance()->removeSession(sessionId);
493 DrmSessionManager::Instance()->useSession(sessionId)
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDhcp.c 164 This function initialize the DHCP4 message instance.
168 @param Seed Pointer to the message instance of the DHCP4 packet.
169 @param InterfaceInfo Pointer to the EFI_IP4_CONFIG2_INTERFACE_INFO instance.
304 instance to intercept events that occurs in the DHCPv6 Information Request
307 @param This Pointer to the EFI_DHCP6_PROTOCOL instance that
312 The EFI DHCPv6 Protocol instance is responsible
398 @param Instance The DNS instance.
410 IN DNS_INSTANCE *Instance,
436 Image = Instance->Service->ImageHandle;
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 254 MemberFnWrapper(ClassT &Instance, MethodT Method)
255 : Instance(Instance), Method(Method) {}
256 RetT operator()(ArgTs &... Args) { return (Instance.*Method)(Args...); }
259 ClassT &Instance;
495 static Error handle(ChannelT &C, ClassT &Instance,
498 C, MemberFnWrapper<ClassT, RetT, ArgTs...>(Instance, HandlerMethod));
518 static Error expect(ChannelT &C, ClassT &Instance,
521 C, MemberFnWrapper<ClassT, ArgTs...>(Instance, HandlerMethod));
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBdsLib/
BdsPlatform.c 31 IN VOID *Instance,
36 @param[in] Handle - Handle of PCI device instance
37 @param[in] PciIo - PCI IO protocol instance
355 VOID *Instance;
374 Status = gBS->HandleProtocol (HandleBuffer[Index], Id, &Instance);
381 Instance,
396 IN VOID *Instance,
404 PciIo = (EFI_PCI_IO_PROTOCOL*) Instance;
447 @param[in] Handle - Handle of PCI device instance
448 @param[in] PciIo - PCI IO protocol instance
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
PeiApi.h 129 IN UINTN Instance,
185 IN UINTN Instance,
257 IN UINT32 Instance,
298 IN UINTN Instance,
355 IN UINTN Instance,
465 IN UINT32 Instance,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/StatusCodeDataTypeId/
StatusCodeDataTypeId.h 185 UINT32 Instance;
314 EFI_STATUS_CODE_DIMM_NUMBER Instance;

Completed in 532 milliseconds

<<11121314151617181920>>