Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc2206 char szKey[32]; in KeyPressed() local
2214 XQueryKeymap(_XDisplay, szKey); in KeyPressed()
2217 for (i = 0; i < sizeof(szKey); i++) in KeyPressed()
2218 state |= (szKey[i] ^ _oldKeyState[i]) & szKey[i]; in KeyPressed()
2221 memcpy((char*)_oldKeyState, (char*)szKey, sizeof(_oldKeyState)); in KeyPressed()
Daudio_device_pulse_linux.cc2988 char szKey[32]; in KeyPressed() local
2996 XQueryKeymap(_XDisplay, szKey); in KeyPressed()
2999 for (i = 0; i < sizeof(szKey); i++) in KeyPressed()
3000 state |= (szKey[i] ^ _oldKeyState[i]) & szKey[i]; in KeyPressed()
3003 memcpy((char*)_oldKeyState, (char*)szKey, sizeof(_oldKeyState)); in KeyPressed()