Searched refs:mRefCount (Results 1 – 5 of 5) sorted by relevance
28 mRefCount(0) in BufferMapper()35 mRefCount++; in incRef()36 return mRefCount; in incRef()40 mRefCount--; in decRef()41 return mRefCount; in decRef()46 return mRefCount; in getRef()62 int mRefCount;
56 int mRefCount;
24 mRefCount(0), in TTMBufferMapper()
565 outputDesc->mRefCount[stream] = 0; in getOutput()636 outputDesc->mRefCount[stream] = 0; in getOutput()758 if (outputDesc->mRefCount[stream] == 1) { in startOutput()826 if (outputDesc->mRefCount[stream] > 0) { in stopOutput()830 if (outputDesc->mRefCount[stream] == 0) { in stopOutput()963 inputDesc->mRefCount = 0; in getInput()1041 inputDesc->mRefCount = 1; in startInput()1055 if (inputDesc->mRefCount == 0) { in stopInput()1068 inputDesc->mRefCount = 0; in stopInput()1376 && (inputDescriptor->mRefCount > 0)) { in isSourceActive()[all …]
280 …uint32_t mRefCount[AudioSystem::NUM_STREAM_TYPES]; // number of streams of each type using this ou… variable306 … uint32_t mRefCount; // number of AudioRecord clients using this output variable