HomeSort by relevance Sort by last modified time
    Searched refs:pParent (Results 1 - 25 of 55) sorted by null

1 2 3

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
unicastKeyNone.c 113 if (pUnicastKey->pParent->reportUcastStatus!=NULL)
115 status = pUnicastKey->pParent->reportUcastStatus(pUnicastKey->pParent, TI_OK);
156 if (pUnicastKey->pParent->setDefaultKeyId!=NULL)
158 status = pUnicastKey->pParent->setDefaultKeyId(pUnicastKey->pParent,
166 if (pUnicastKey->pParent->reportUcastStatus!=NULL)
168 status = pUnicastKey->pParent->reportUcastStatus(pUnicastKey->pParent, TI_OK);
broadcastKeyNone.c 116 if (pBroadcastKey->pParent->reportBcastStatus!=NULL)
118 status = pBroadcastKey->pParent->reportBcastStatus(pBroadcastKey->pParent, TI_OK);
154 if (pBroadcastKey->pParent->reportBcastStatus!=NULL)
156 status = pBroadcastKey->pParent->reportBcastStatus(pBroadcastKey->pParent, TI_OK);
broadcastKeySM.h 83 struct _mainKeys_t *pParent;
107 struct _mainKeys_t *pParent,
unicastKeySM.h 85 struct _mainKeys_t *pParent;
109 struct _mainKeys_t *pParent,
broadcastKeySM.c 181 struct _mainKeys_t *pParent,
189 pBroadcastKey->pParent = pParent;
210 status = keyDerive_config(pBroadcastKey->pKeyDerive, pPaeConfig->broadcastSuite, pParent, hReport, hOs);
unicastKeySM.c 178 struct _mainKeys_t *pParent,
186 pUnicastKey->pParent = pParent;
207 status = keyDerive_config(pUnicastKey->pKeyDerive, pPaeConfig->unicastSuite, pParent, hReport, hOs);
keyParser.c 140 struct _mainKeys_t *pParent,
146 pKeyParser->pParent = pParent;
mainSecSm.c 175 void *pParent,
189 pMainSec->pParent = pParent;
195 if (TI_TRUE == pMainSec->pParent->bRsnExternalMode)
223 pMainSec->pParent,
320 status = pMainSec->pParent->setKey(pMainSec->pParent, pKey);
357 status = pMainSec->pParent->removeKey(pMainSec->pParent, pKey);
390 status = pMainSec->pParent->setDefaultKeyId(pMainSec->pParent, keyId)
    [all...]
unicastKey802_1x.c 331 if (pUnicastKey->pParent->setDefaultKeyId!=NULL)
333 status = pUnicastKey->pParent->setDefaultKeyId(pUnicastKey->pParent,
341 if (pUnicastKey->pParent->reportUcastStatus!=NULL)
343 status = pUnicastKey->pParent->reportUcastStatus(pUnicastKey->pParent, TI_OK);
  /frameworks/compile/mclinker/lib/Target/X86/
X86RelocationFactory.cpp 27 X86GNULDBackend& pParent)
29 m_Target(pParent) {
44 X86RelocationFactory& pParent);
117 X86RelocationFactory& pParent)
121 X86GNULDBackend& ld_backend = pParent.getTarget();
136 if(helper_use_relative_reloc(*rsym, pLDInfo, pParent)) {
158 X86RelocationFactory::Address helper_GOT_ORG(X86RelocationFactory& pParent)
160 return pParent.getTarget().getGOT().getSection().addr();
167 X86RelocationFactory& pParent)
169 GOTEntry& got_entry = helper_get_GOT_and_init(pReloc, pLDInfo, pParent);
    [all...]
X86ELFDynamic.cpp 15 X86ELFDynamic::X86ELFDynamic(const GNULDBackend& pParent)
16 : ELFDynamic(pParent), m_HasGOTPLT(false) {
X86ELFDynamic.h 22 X86ELFDynamic(const GNULDBackend& pParent);
X86RelocationFactory.h 40 X86RelocationFactory(size_t pNum, X86GNULDBackend& pParent);
X86RelocationFunctions.h 13 X86RelocationFactory& pParent);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFDynamic.cpp 15 ARMELFDynamic::ARMELFDynamic(const GNULDBackend& pParent)
16 : ELFDynamic(pParent)
ARMRelocationFactory.cpp 27 ARMGNULDBackend& pParent)
29 m_Target(pParent) {
51 ARMRelocationFactory& pParent);
159 ARMRelocationFactory& pParent)
163 ARMGNULDBackend& ld_backend = pParent.getTarget();
180 helper_use_relative_reloc(*rsym, pLDInfo, pParent)) {
202 ARMRelocationFactory::Address helper_GOT_ORG(ARMRelocationFactory& pParent)
204 return pParent.getTarget().getGOT().getSection().addr();
211 ARMRelocationFactory& pParent)
213 GOTEntry& got_entry = helper_get_GOT_and_init(pReloc, pLDInfo, pParent);
    [all...]
ARMELFDynamic.h 21 ARMELFDynamic(const GNULDBackend& pParent);
ARMRelocationFactory.h 41 ARMRelocationFactory(size_t pNum, ARMGNULDBackend& pParent);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocationFactory.cpp 26 MipsGNULDBackend& pParent)
28 m_Target(pParent),
98 MipsRelocationFactory& pParent)
102 MipsGNULDBackend& ld_backend = pParent.getTarget();
138 RelocationFactory::Address helper_GetGP(MipsRelocationFactory& pParent)
140 return pParent.getTarget().getGOT().getSection().addr() + 0x7FF0;
145 MipsRelocationFactory& pParent)
149 MipsGNULDBackend& ld_backend = pParent.getTarget();
170 MipsRelocationFactory& pParent)
172 GOTEntry& got_entry = helper_GetGOTEntry(pReloc, pParent);
    [all...]
MipsELFDynamic.h 24 MipsELFDynamic(const MipsGNULDBackend& pParent);
MipsELFDynamic.cpp 27 MipsELFDynamic::MipsELFDynamic(const MipsGNULDBackend& pParent)
28 : ELFDynamic(pParent),
29 m_pParent(pParent)
MipsRelocationFactory.h 39 MipsRelocationFactory(size_t pNum, MipsGNULDBackend& pParent);
  /frameworks/compile/mclinker/lib/Target/
GOT.cpp 18 llvm::MCSectionData* pParent)
19 : MCTargetFragment(llvm::MCFragment::FT_Target, pParent),
PLT.cpp 17 PLTEntry::PLTEntry(size_t pSize, llvm::MCSectionData* pParent)
18 : MCTargetFragment(llvm::MCFragment::FT_Target, pParent),
  /frameworks/compile/mclinker/lib/MC/
MCLDAttribute.cpp 49 AttributeProxy::AttributeProxy(AttributeFactory& pParent, Attribute& pBase)
50 : m_AttrPool(pParent), m_pBase(&pBase) {
97 static inline void ReplaceOrRecord(AttributeFactory& pParent,
101 Attribute *result = pParent.exists(*pCopy);
103 pParent.record(*pCopy);

Completed in 1015 milliseconds

1 2 3