Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h336 void deallocate(pointer pObject, size_type) { in deallocate() argument
337 std::free(static_cast<void*>(pObject)); in deallocate()
342 void construct(pointer pObject, const DataType& pValue) { in construct() argument
343 ::new (reinterpret_cast<void*>(pObject)) value_type(pValue); in construct()
346 void destroy(pointer pObject) { pObject->~DataType(); } in destroy() argument
389 void deallocate(DataType* pObject, size_type) { in deallocate() argument
390 std::free(static_cast<void*>(pObject)); in deallocate()
393 void deallocate(pointer pObject, size_type) { std::free(pObject); } in deallocate() argument
396 void construct(DataType* pObject, const DataType& pValue) { /* do nothing */ in construct() argument
399 void construct(pointer pObject, const_reference pValue) { /* do nothing */ in construct() argument
[all …]
/frameworks/wilhelm/src/itf/
DIEngine.cpp769 static SLresult IEngine_CreateExtensionObject(SLEngineItf self, SLObjectItf *pObject, in IEngine_CreateExtensionObject() argument
775 if (NULL == pObject) { in IEngine_CreateExtensionObject()
778 *pObject = NULL; in IEngine_CreateExtensionObject()
1309 static XAresult IXAEngine_CreateExtensionObject(XAEngineItf self, XAObjectItf *pObject, in IXAEngine_CreateExtensionObject() argument
1315 (SLObjectItf *) pObject, pParameters, objectID, numInterfaces, in IXAEngine_CreateExtensionObject()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h2632 SLObjectItf * pObject,
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h616 XAObjectItf * pObject,