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

/hardware/ti/omap3/libopencorehw/
H A Dbuffer_alloc_omap34xx.cpp47 BufferAllocOmap34xx::BufferAllocOmap34xx(): refCount(0), bufferSize(0), maxBuffers(4), numAllocated(0)
58 ++refCount;
63 --refCount;
64 if (refCount <= 0)
110 refCount++; // increment interface refcount before returning ptr
H A Dbuffer_alloc_omap34xx.h73 int32 refCount; member in class:BufferAllocOmap34xx
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_ComponentRegistry.h17 int refCount; member in struct:_ComponentTable
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
H A DOMX_Core.c211 LOGD("Found component %s with refCount %d\n",
212 cComponentName, componentTable[refIndex].refCount);
215 if (componentTable[refIndex].refCount >= MAX_CONCURRENT_INSTANCES) {
280 so no we increment refCount */
281 componentTable[refIndex].pHandle[componentTable[refIndex].refCount] = *pHandle;
282 componentTable[refIndex].refCount += 1;
364 for (handleIndex=0; handleIndex < componentTable[refIndex].refCount; handleIndex++){
367 LOGD("Found matching pHandle(%p) at index %d with refCount %d",
368 hComponent, refIndex, componentTable[refIndex].refCount);
369 if (componentTable[refIndex].refCount) {
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h137 uint32_t refCount();

Completed in 143 milliseconds