Home
last modified time | relevance | path

Searched refs:KeyPressed (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp706 pData->KeyPressed(PVRShellKeyNameQUIT); in WndProc()
710 pData->KeyPressed(pData->m_eKeyMapUP); in WndProc()
714 pData->KeyPressed(pData->m_eKeyMapDOWN); in WndProc()
718 pData->KeyPressed(pData->m_eKeyMapLEFT); in WndProc()
722 pData->KeyPressed(pData->m_eKeyMapRIGHT); in WndProc()
726 pData->KeyPressed(PVRShellKeyNameSELECT); in WndProc()
730 pData->KeyPressed(PVRShellKeyNameACTION1); in WndProc()
734 pData->KeyPressed(PVRShellKeyNameACTION2); in WndProc()
738 pData->KeyPressed(PVRShellKeyNameScreenshot); in WndProc()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp1331 void PVRShellInit::KeyPressed(PVRShellKeyName nKey) in KeyPressed() function in PVRShellInit
1388 KeyPressed(m_eKeyMapDOWN); in TouchEnded()
1390 KeyPressed(m_eKeyMapUP); in TouchEnded()
1392 KeyPressed((fX < 0) ? m_eKeyMapLEFT : m_eKeyMapRIGHT); in TouchEnded()
1397 KeyPressed(PVRShellKeyNameACTION1); in TouchEnded()
1399 KeyPressed(PVRShellKeyNameACTION2); in TouchEnded()
DPVRShellImpl.h242 void KeyPressed(PVRShellKeyName key);
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.h168 bool KeyPressed() const;
Daudio_device_pulse_linux.h229 bool KeyPressed() const;
Daudio_device_alsa_linux.cc2174 _ptrAudioBuffer->SetTypingStatus(KeyPressed()); in RecThreadProcess()
2204 bool AudioDeviceLinuxALSA::KeyPressed() const{ in KeyPressed() function in webrtc::AudioDeviceLinuxALSA
Daudio_device_pulse_linux.cc2553 _ptrAudioBuffer->SetTypingStatus(KeyPressed()); in ProcessRecordedData()
2986 bool AudioDeviceLinuxPulse::KeyPressed() const{ in KeyPressed() function in webrtc::AudioDeviceLinuxPulse
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.h180 bool KeyPressed() const;
Daudio_device_core_win.h211 bool KeyPressed() const;
Daudio_device_wave_win.cc3259 _ptrAudioBuffer->SetTypingStatus(KeyPressed()); in RecProc()
3723 bool AudioDeviceWindowsWave::KeyPressed() const{ in KeyPressed() function in webrtc::AudioDeviceWindowsWave
Daudio_device_core_win.cc4056 _ptrAudioBuffer->SetTypingStatus(KeyPressed()); in DoCaptureThread()
5095 bool AudioDeviceWindowsCore::KeyPressed() const{ in KeyPressed() function in webrtc::AudioDeviceWindowsCore
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.h281 bool KeyPressed();
Daudio_device_mac.cc2730 _ptrAudioBuffer->SetTypingStatus(KeyPressed()); in CaptureWorkerThread()
2758 bool AudioDeviceMac::KeyPressed() { in KeyPressed() function in webrtc::AudioDeviceMac