Searched defs:Playing (Results 1 - 16 of 16) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
H A DPlayState.java42 Playing, enum constant in enum:PlayState
/external/webrtc/webrtc/modules/audio_device/android/
H A Daudio_track_jni.h76 bool Playing() const { return playing_; } function in class:webrtc::AudioTrackJni
H A Dopensles_player.h74 bool Playing() const { return playing_; } function in class:webrtc::OpenSLESPlayer
/external/webrtc/webrtc/test/
H A Dfake_audio_device.cc67 bool FakeAudioDevice::Playing() const { function in class:webrtc::test::FakeAudioDevice
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DAudioNode.java94 Playing, enum constant in enum:AudioNode.Status
454 }else if(status == Status.Playing){
/external/webrtc/webrtc/modules/audio_device/dummy/
H A Daudio_device_dummy.cc72 bool AudioDeviceDummy::Playing() const { return false; } function in class:webrtc::AudioDeviceDummy
H A Dfile_audio_device.cc245 bool FileAudioDevice::Playing() const { function in class:webrtc::FileAudioDevice
/external/webrtc/webrtc/modules/audio_device/include/
H A Dfake_audio_device.h65 virtual bool Playing() const { return false; } function in class:webrtc::FakeAudioDeviceModule
/external/webrtc/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc254 bool FakeAudioCaptureModule::Playing() const { function in class:FakeAudioCaptureModule
/external/webrtc/webrtc/modules/audio_device/
H A Daudio_device_impl.cc1514 // Playing
1517 bool AudioDeviceModuleImpl::Playing() const function in class:webrtc::AudioDeviceModuleImpl
1520 return (_ptrAudioDevice->Playing());
/external/webrtc/webrtc/modules/audio_device/linux/
H A Daudio_device_alsa_linux.cc1597 bool AudioDeviceLinuxALSA::Playing() const function in class:webrtc::AudioDeviceLinuxALSA
H A Daudio_device_pulse_linux.cc1599 bool AudioDeviceLinuxPulse::Playing() const function in class:webrtc::AudioDeviceLinuxPulse
/external/webrtc/webrtc/voice_engine/
H A Dchannel.h418 bool Playing() const function in class:webrtc::voe::Channel
/external/webrtc/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc1651 bool AudioDeviceMac::Playing() const { function in class:webrtc::AudioDeviceMac
/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.cc2226 // Playing
2229 bool AudioDeviceWindowsWave::Playing() const function in class:webrtc::AudioDeviceWindowsWave
H A Daudio_device_core_win.cc3126 // Playing
3129 bool AudioDeviceWindowsCore::Playing() const function in class:webrtc::AudioDeviceWindowsCore

Completed in 168 milliseconds