HomeSort by relevance Sort by last modified time
    Searched defs:GetInfo (Results 1 - 25 of 54) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Decompress/
Decompress.h 46 The GetInfo() function retrieves the size of the uncompressed buffer
55 The GetInfo() function does not have scratch buffer available to perform
118 buffer needed is obtained from GetInfo().
122 is obtained from GetInfo().
134 EFI_DECOMPRESS_GET_INFO GetInfo;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/CustomizedDecompress/
CustomizedDecompress.h 43 The GetInfo() function retrieves the size of the uncompressed buffer
52 The GetInfo() function does not have scratch buffer available to perform
116 buffer needed is obtained from GetInfo().
120 is obtained from GetInfo().
133 EFI_CUSTOMIZED_DECOMPRESS_GET_INFO GetInfo;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TianoDecompress/
TianoDecompress.h 43 The GetInfo() function retrieves the size of the uncompressed buffer
52 The GetInfo() function does not have scratch buffer available to perform
116 buffer needed is obtained from GetInfo().
120 is obtained from GetInfo().
133 EFI_TIANO_DECOMPRESS_GET_INFO GetInfo;
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
PcdInfo.h 96 GET_PCD_INFO_PPI_GET_INFO GetInfo;
PiPcdInfo.h 74 EFI_GET_PCD_INFO_PPI_GET_INFO GetInfo;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Decompress.h 26 The GetInfo() function retrieves the size of the uncompressed buffer
35 The GetInfo() function does not have a scratch buffer available to perform
88 buffer needed is obtained from GetInfo().
92 is obtained from GetInfo().
116 EFI_DECOMPRESS_GET_INFO GetInfo;
PcdInfo.h 96 GET_PCD_INFO_PROTOCOL_GET_INFO GetInfo;
PiPcdInfo.h 75 EFI_GET_PCD_INFO_PROTOCOL_GET_INFO GetInfo;
RegularExpressionProtocol.h 157 EFI_REGULAR_EXPRESSION_GET_INFO GetInfo;
Rng.h 144 EFI_RNG_GET_INFO GetInfo;
LegacyRegion2.h 234 EFI_LEGACY_REGION_GET_INFO GetInfo;
UserCredential.h 285 EFI_CREDENTIAL_GET_INFO GetInfo;
UserCredential2.h 306 EFI_CREDENTIAL2_GET_INFO GetInfo;
SimpleFileSystem.h 550 EFI_FILE_GET_INFO GetInfo;
  /bionic/libc/malloc_debug/
TrackData.cpp 106 void TrackData::GetInfo(uint8_t** info, size_t* overall_size, size_t* info_size,
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
send_time_history.cc 86 bool SendTimeHistory::GetInfo(PacketInfo* packet, bool remove) {
  /external/libchrome/base/files/
file_enumerator_posix.cc 117 FileEnumerator::FileInfo FileEnumerator::GetInfo() const {
file_posix.cc 352 bool File::GetInfo(Info* info) {
355 SCOPED_FILE_TRACE("GetInfo");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/NicIp4Config/
NicIp4Config.h 111 EFI_NIC_IP4_CONFIG_GET_INFO GetInfo;
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
VbeShim.asm 45 je GetInfo
63 GetInfo:
265 db 'GetInfo', 0x0a, 0
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.h 53 CPDF_Dictionary* GetInfo() const { return m_pInfoDict; }
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleFileSystem/
SimpleFileSystem.h 370 EFI_FILE_GET_INFO GetInfo;
  /external/v8/src/
type-info.cc 36 Handle<Object> TypeFeedbackOracle::GetInfo(TypeFeedbackId ast_id) {
51 Handle<Object> TypeFeedbackOracle::GetInfo(FeedbackVectorSlot slot) {
109 Handle<Object> value = GetInfo(slot);
117 Handle<Object> value = GetInfo(slot);
123 Handle<Object> info = GetInfo(slot);
129 Handle<Object> value = GetInfo(feedback_vector_slot);
154 Handle<Object> info = GetInfo(slot);
165 Handle<Object> info = GetInfo(slot);
177 Handle<Object> info = GetInfo(slot);
187 Handle<Object> info = GetInfo(slot)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msdadc.h 121 virtual HRESULT WINAPI GetInfo(ULONG cInfo,DCINFOTYPE rgeInfoType[],DCINFO **prgInfo) = 0;
130 HRESULT (WINAPI *GetInfo)(IDCInfo *This,ULONG cInfo,DCINFOTYPE rgeInfoType[],DCINFO **prgInfo);
141 #define IDCInfo_GetInfo(This,cInfo,rgeInfoType,prgInfo) (This)->lpVtbl->GetInfo(This,cInfo,rgeInfoType,prgInfo)
  /system/nvram/core/
nvram_manager.cpp 118 result = GetInfo(*input.get<COMMAND_GET_INFO>(),
166 nvram_result_t NvramManager::GetInfo(const GetInfoRequest& /* request */,
168 NVRAM_LOG_INFO("GetInfo");

Completed in 647 milliseconds

1 2 3