Home
last modified time | relevance | path

Searched refs:iAttachedNum (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/os/
H A Dmos_context_specific.cpp317 int16_t iAttachedNum = 0; in DestroyIPC() local
322 iAttachedNum = ShmAttachedNumber(m_shmId); in DestroyIPC()
328 if (iAttachedNum) in DestroyIPC()
330 --iAttachedNum; in DestroyIPC()
359 short iAttachedNum = 0; in DestroySSEUIPC() local
364 iAttachedNum = ShmAttachedNumber(m_sseuShmId); in DestroySSEUIPC()
370 if (iAttachedNum) in DestroySSEUIPC()
372 --iAttachedNum; in DestroySSEUIPC()
H A Dmos_os_specific.c777 int16_t iAttachedNum = 0; in DestroyIPC() local
782 iAttachedNum = ShmAttachedNumber(pOsContext->shmid); in DestroyIPC()
788 if (iAttachedNum) --iAttachedNum; in DestroyIPC()