Searched refs:pCount (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc37 ssize_t pread(int pFD, void* pBuf, size_t pCount, size_t pOffset)
39 return ::pread(pFD, pBuf, pCount, pOffset);
42 ssize_t pwrite(int pFD, const void* pBuf, size_t pCount, size_t pOffset)
44 return ::pwrite(pFD, pBuf, pCount, pOffset);
/frameworks/rs/
H A DrsMesh.cpp96 for (uint32_t pCount = 0; pCount < mHal.state.primitivesCount; pCount ++) {
97 stream->addU8((uint8_t)mHal.state.primitives[pCount]);
99 if (mHal.state.indexBuffers[pCount]) {
101 mHal.state.indexBuffers[pCount]->serialize(rsc, stream);
138 for (uint32_t pCount = 0; pCount < primitivesCount; pCount ++) {
139 primitives[pCount]
[all...]
/frameworks/wilhelm/src/itf/
H A DIMetadataTraversal.c46 static SLresult IMetadataTraversal_GetChildCount(SLMetadataTraversalItf self, SLuint32 *pCount) argument
50 if (NULL == pCount) {
57 *pCount = count;
H A DIMIDIMuteSolo.c108 static SLresult IMIDIMuteSolo_GetTrackCount(SLMIDIMuteSoloItf self, SLuint16 *pCount) argument
112 if (NULL == pCount) {
118 *pCount = trackCount;
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h112 ssize_t pread(int pFD, void* pBuf, size_t pCount, size_t pOffset);
113 ssize_t pwrite(int pFD, const void* pBuf, size_t pCount, size_t pOffset);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashTable.h100 /// rehash - immediately re-new the hash table to the size pCount, and
102 void rehash(size_type pCount);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h834 SLuint32 *pCount
2103 SLuint16 *pCount
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1430 XAuint32 * pCount

Completed in 331 milliseconds