HomeSort by relevance Sort by last modified time
    Searched refs:Instance (Results 301 - 325 of 656) sorted by null

<<11121314151617181920>>

  /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/drm/libmediadrm/
DrmHal.cpp 202 DrmSessionManager::Instance()->removeSession(mOpenSessions[i]);
210 DrmSessionManager::Instance()->removeDrm(mDrmSessionClient);
221 for (const auto &instance : registered) {
222 auto factory = IDrmFactory::getService(instance);
225 ALOGI("makeDrmFactories: factory instance %s is %s",
226 instance.c_str(),
238 ALOGI("makeDrmFactories: using default drm instance");
477 retry = DrmSessionManager::Instance()->reclaimSession(getCallingPid());
485 DrmSessionManager::Instance()->addSession(getCallingPid(),
502 DrmSessionManager::Instance()->removeSession(sessionId)
    [all...]
  /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,
207 std::lock_guard<std::mutex> lock(VolumeManager::Instance()->getLock());
229 std::lock_guard<std::mutex> lock(VolumeManager::Instance()->getLock());
250 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...]
  /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/google/contexthub/util/nanotool/
androidcontexthub.cpp 99 std::shared_ptr<CalibrationFile> cal_file = CalibrationFile::Instance();
308 auto cal_file = CalibrationFile::Instance();
320 auto cal_file = CalibrationFile::Instance();
332 auto cal_file = CalibrationFile::Instance();
344 auto cal_file = CalibrationFile::Instance();
354 auto cal_file = CalibrationFile::Instance();
  /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;
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuThunk.h 33 UINT32 Instance;
194 single PCD string. The data associated for each instance is seperated via a ! in the string.
196 Thus each instance has a unique ConfigString.
200 @param Instance On input the protocol to search for, or NULL to start a search
206 @retval EFI_NOT_FOUND The next protocol instance was not found.
207 @retval EFI_INVALID_PARAMETER Instance is NULL.
214 OUT EMU_IO_THUNK_PROTOCOL **Instance OPTIONAL
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/SmbiosLib/
SmbiosLib.c 246 @param[in[ StringNumber Instance of SMBIOS string 1 - N.
248 @retval NULL Instance of Type SMBIOS string was not found.
280 @param[in[ Instance Instance of SMBIOS record 0 - N-1.
283 @retval NULL Instance of Type SMBIOS record was not found.
290 IN UINTN Instance,
303 if (Match == Instance) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/
ReportStatusCodeLib.c 2 API implementation for instance of Report Status Code Library.
207 code also require an instance, caller ID, and extended data. This function
208 passed in a zero instance, NULL extended data, and a caller ID of
243 instance and a caller ID of gEfiCallerIdGuid.
291 with a zero instance and a caller ID of gEfiCallerIdGuid.
348 an instance specified by Instance and a caller ID specified by CallerId. If
361 @param Instance Status code instance number.
384 IN UINT32 Instance,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/
ReportStatusCodeRouterPei.c 218 @param Instance The enumeration of a hardware or software entity within
220 pairing. The instance differentiates between them. An instance of 0 indicates
221 that instance information is unavailable, not meaningful, or not relevant.
222 Valid instance numbers start with 1.
237 IN UINT32 Instance,
257 Instance,
302 // Install Status Code PPI. PI spec specifies that there can be only one instance
303 // of this PPI in system. So first check if other instance already exists.
304 // If no other instance exists, then just install the PPI.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
StatusCodeDataTypeId.h 137 /// device, but there may not be any device handles with an instance of
345 /// status code contains the instance number of the processor that is in error. This structure's
346 /// Instance indicates the second processor that does not match. This differentiation allows the
363 UINT32 Instance;
609 /// The instance number of the memory module that does not match.
611 EFI_STATUS_CODE_DIMM_NUMBER Instance;
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
PeiServicesLib.h 59 This service enables PEIMs to discover a given instance of an interface.
63 @param Instance The N-th instance of the interface that is required.
64 @param PpiDescriptor A pointer to instance of the EFI_PEI_PPI_DESCRIPTOR.
65 @param Ppi A pointer to the instance of the interface.
75 IN UINTN Instance,
166 @param Instance This instance of the firmware volume to find. The value 0 is the
178 IN UINTN Instance,
224 This service enables PEIMs to discover sections of a given instance and type within a valid FFS file.
    [all...]

Completed in 477 milliseconds

<<11121314151617181920>>