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

12 3

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
externalSec.h 87 mainSec_t *pParent;
keyDerive.h 94 struct _mainKeys_t *pParent,
keyParserWep.c 161 status = pKeyParser->pParent->setDefaultKeyId(pKeyParser->pParent, (TI_UINT8)securityKey.keyIndex);
168 status = pKeyParser->pParent->setKey(pKeyParser->pParent, &securityKey);
keyParser.h 75 struct _mainKeys_t *pParent;
103 struct _mainKeys_t *pParent,
mainKeysSm.c 166 void *pParent,
230 pMainKeys->pParent = pParent;
440 struct _rsn_t *pRsn = pMainKeys->pParent->pParent;
517 return (pMainKeys->pParent->setKey(pMainKeys->pParent, pKey));
538 return (pMainKeys->pParent->removeKey(pMainKeys->pParent, pKey));
559 return (pMainKeys->pParent->setDefaultKeyId(pMainKeys->pParent, keyId))
    [all...]
broadcastKey802_1x.c 326 if (pBroadcastKey->pParent->reportBcastStatus!=NULL)
328 status = pBroadcastKey->pParent->reportBcastStatus(pBroadcastKey->pParent, TI_OK);
331 mainKeys_reAuth(pBroadcastKey->pParent);
mainKeysSm.h 108 struct _mainSec_t *pParent;
133 void *pParent,
keyParserExternal.c 194 if (pKeyParser->pParent->pParent->pParent->pAdmCtrl->networkMode == RSN_IBSS)
281 if (pKeyParser->pParent->pParent->pParent->pAdmCtrl->networkMode == RSN_IBSS)
externalSec.c 103 pExtSec->pParent = pMainSec;
302 pRsn = pExternalSec->pParent->pParent;
keyDeriveCkip.c 146 if (pKeyDerive->pMainKeys->pParent->pParent->pAdmCtrl->encrInSw)
mainSecSm.h 111 struct _rsn_t *pParent;
147 void *pParent,
mainSecNull.c 132 status = rsn_reportStatus(pMainSec->pParent, TI_OK);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.h 22 ARMPLT0(llvm::MCSectionData* pParent);
27 ARMPLT1(llvm::MCSectionData* pParent);
ARMPLT.cpp 36 ARMPLT0::ARMPLT0(llvm::MCSectionData* pParent)
37 : PLTEntry(sizeof(arm_plt0), pParent) {}
39 ARMPLT1::ARMPLT1(llvm::MCSectionData* pParent)
40 : PLTEntry(sizeof(arm_plt1), pParent) {}
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h 22 X86PLT0(llvm::MCSectionData* pParent, unsigned int pSize);
27 X86PLT1(llvm::MCSectionData* pParent, unsigned int pSize);
X86PLT.cpp 47 X86PLT0::X86PLT0(llvm::MCSectionData* pParent, unsigned int pSize)
48 : PLTEntry(pSize, pParent) { }
50 X86PLT1::X86PLT1(llvm::MCSectionData* pParent, unsigned int pSize)
51 : PLTEntry(pSize, pParent) { }
  /frameworks/compile/mclinker/include/mcld/Target/
PLT.h 29 PLTEntry(size_t pSize, llvm::MCSectionData* pParent);
GOT.h 31 llvm::MCSectionData* pParent);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocationFunctions.h 13 MipsRelocationFactory& pParent);
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 101 Space(MemoryArea* pParent, size_t pOffset, size_t pLength)
102 : m_pParent(pParent),
Directory.h 125 explicit DirIterator(Directory* pParent,
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 149 DirIterator::DirIterator(Directory* pParent,
151 : m_pParent(pParent),
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDAttribute.h 187 explicit AttributeProxy(AttributeFactory& pParent, Attribute& pBase);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
ObjectHelper.java 127 Pointer pParent = (Pointer)objectStructure.getFieldValue("parent");
128 Object parent = blenderContext.getLoadedFeature(pParent.getOldMemoryAddress(), LoadedFeatureDataType.LOADED_FEATURE);
129 if(parent == null && pParent.isNotNull()) {
130 Structure parentStructure = pParent.fetchData(blenderContext.getInputStream()).get(0);
299 Pointer pParent = (Pointer) objectStructure.getFieldValue("parent");
300 Matrix4f parentInv = pParent.isNull() ? Matrix4f.IDENTITY : this.getMatrix(objectStructure, "parentinv");
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 32 ELFDynamic::ELFDynamic(const GNULDBackend& pParent)
34 if (32 == pParent.bitclass() && pParent.isLittleEndian()) {

Completed in 348 milliseconds

12 3