Searched refs:pObject (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h336 void deallocate(pointer pObject, size_type) { argument
337 std::free(static_cast<void*>(pObject));
342 void construct(pointer pObject, const DataType& pValue) { argument
343 ::new (reinterpret_cast<void*>(pObject)) value_type(pValue);
346 void destroy(pointer pObject) { pObject->~DataType(); } argument
389 void deallocate(DataType* pObject, size_type) { argument
390 std::free(static_cast<void*>(pObject));
393 void deallocate(pointer pObject, size_type) { std::free(pObject); } argument
396 construct(DataType* pObject, const DataType& pValue) argument
399 construct(pointer pObject, const_reference pValue) argument
403 destroy(DataType* pObject) argument
406 destroy(pointer pObject) argument
[all...]
/frameworks/wilhelm/src/itf/
H A DIEngine.c768 static SLresult IEngine_CreateExtensionObject(SLEngineItf self, SLObjectItf *pObject, argument
774 if (NULL == pObject) {
777 *pObject = NULL;
1308 static XAresult IXAEngine_CreateExtensionObject(XAEngineItf self, XAObjectItf *pObject, argument
1314 (SLObjectItf *) pObject, pParameters, objectID, numInterfaces,
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h616 XAObjectItf * pObject,
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h2632 SLObjectItf * pObject,
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 86 milliseconds