Searched refs:m_requestMutex (Results 1 – 2 of 2) sorted by relevance
311 Mutex::Autolock lock(m_requestMutex); in ResetEntry()334 Mutex::Autolock lock(m_requestMutex); in IsRequestQueueFull()345 Mutex::Autolock lock(m_requestMutex); in RegisterRequest()388 Mutex::Autolock lock(m_requestMutex); in DeregisterRequest()418 Mutex::Autolock lock(m_requestMutex); in PrepareFrame()456 Mutex::Autolock lock(m_requestMutex); in MarkProcessingRequest()531 Mutex::Autolock lock(m_requestMutex); in NotifyStreamOutput()564 Mutex::Autolock lock(m_requestMutex); in pushSensorQ()573 Mutex::Autolock lock(m_requestMutex); in popSensorQ()589 Mutex::Autolock lock(m_requestMutex); in releaseSensorQ()[all …]
325 Mutex m_requestMutex; variable