Searched refs:AtomicSet32 (Results 1 – 2 of 2) sorted by relevance
57 void AudioDeviceMac::AtomicSet32(int32_t* theValue, int32_t newValue) { in AtomicSet32() function in webrtc::AudioDeviceMac1497 AtomicSet32(&_captureDeviceIsAlive, 0); in StopRecording()1601 AtomicSet32(&_renderDeviceIsAlive, 0); in StopPlayout()2136 AtomicSet32(&_captureDeviceIsAlive, 0); in HandleDeviceChange()2161 AtomicSet32(&_renderDeviceIsAlive, 0); in HandleDeviceChange()2455 AtomicSet32(&_renderDelayUs, renderDelayUs); in implDeviceIOProc()2528 AtomicSet32(&_captureDelayUs, captureDelayUs); in implInDeviceIOProc()
187 static void AtomicSet32(int32_t* theValue, int32_t newValue);