Home
last modified time | relevance | path

Searched refs:pObject (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h365 void deallocate(pointer pObject, size_type) in deallocate() argument
366 { std::free(static_cast<void*>(pObject)); } in deallocate()
371 void construct(pointer pObject, const DataType& pValue) in construct() argument
372 { ::new((void *)pObject) value_type(pValue); } in construct()
374 void destroy(pointer pObject) in destroy() argument
375 { pObject->~DataType(); } in destroy()
427 void deallocate(DataType* pObject, size_type) in deallocate() argument
428 { std::free(static_cast<void*>(pObject)); } in deallocate()
430 void deallocate(pointer pObject, size_type) in deallocate() argument
431 { std::free(pObject); } in deallocate()
[all …]
/frameworks/wilhelm/src/itf/
DIEngine.c767 static SLresult IEngine_CreateExtensionObject(SLEngineItf self, SLObjectItf *pObject, in IEngine_CreateExtensionObject() argument
773 if (NULL == pObject) { in IEngine_CreateExtensionObject()
776 *pObject = NULL; in IEngine_CreateExtensionObject()
1303 static XAresult IXAEngine_CreateExtensionObject(XAEngineItf self, XAObjectItf *pObject, in IXAEngine_CreateExtensionObject() argument
1309 (SLObjectItf *) pObject, pParameters, objectID, numInterfaces, in IXAEngine_CreateExtensionObject()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h2632 SLObjectItf * pObject,
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h616 XAObjectItf * pObject,