Searched refs:m_requestMutex (Results 1 – 2 of 2) sorted by relevance
313 Mutex::Autolock lock(m_requestMutex); in ResetEntry()338 Mutex::Autolock lock(m_requestMutex); in IsRequestQueueFull()350 Mutex::Autolock lock(m_requestMutex); in RegisterRequest()394 Mutex::Autolock lock(m_requestMutex); in DeregisterRequest()425 Mutex::Autolock lock(m_requestMutex); in PrepareFrame()463 Mutex::Autolock lock(m_requestMutex); in MarkProcessingRequest()539 Mutex::Autolock lock(m_requestMutex); in NotifyStreamOutput()572 Mutex::Autolock lock(m_requestMutex); in pushSensorQ()581 Mutex::Autolock lock(m_requestMutex); in popSensorQ()597 Mutex::Autolock lock(m_requestMutex); in releaseSensorQ()[all …]
314 Mutex m_requestMutex; variable