/external/webrtc/modules/audio_device/win/ |
D | core_audio_output_win.cc | 102 RTC_DCHECK(!Playing()); in InitPlayout() 155 RTC_DCHECK(!Playing()); in StartPlayout() 191 if (!Playing()) { in StopPlayout() 217 bool CoreAudioOutput::Playing() { in Playing() function in webrtc::webrtc_win::CoreAudioOutput 236 if (!Playing()) { in RestartPlayout() 270 if (!initialized_ || !Playing()) { in OnErrorCallback()
|
D | audio_device_module_win.cc | 58 if (output_->Playing()) { \ 309 bool Playing() const override { in Playing() function in webrtc::webrtc_win::__anon3803f92a0111::WindowsAudioDeviceModule 313 return output_->Playing(); in Playing()
|
D | core_audio_output_win.h | 48 bool Playing() override;
|
D | audio_device_module_win.h | 68 virtual bool Playing() = 0;
|
/external/webrtc/pc/test/ |
D | fake_audio_capture_module_unittest.cc | 138 EXPECT_FALSE(fake_audio_capture_module_->Playing()); in TEST_F() 143 EXPECT_FALSE(fake_audio_capture_module_->Playing()); in TEST_F() 146 EXPECT_TRUE(fake_audio_capture_module_->Playing()); in TEST_F() 156 EXPECT_FALSE(fake_audio_capture_module_->Playing()); in TEST_F()
|
/external/oboe/samples/RhythmGame/src/main/cpp/ |
D | Game.cpp | 47 mGameState = GameState::Playing; in load() 68 if (mGameState != GameState::Playing){ in tap() 87 case GameState::Playing: in tick()
|
D | Game.h | 39 Playing, enumerator
|
/external/webrtc/audio/voip/test/ |
D | voip_core_unittest.cc | 56 EXPECT_CALL(*audio_device_, Playing()).WillOnce(Return(false)); in TEST_F() 73 EXPECT_CALL(*audio_device_, Playing()).WillOnce(Return(true)); in TEST_F()
|
/external/openscreen/cast/cast_core/api/runtime/ |
D | cast_audio_decoder_service.proto | 230 // - Playing 253 // Places pipeline into 'Playing' state. Playback will start at the 257 // state machine will be in the 'Playing' state. 263 // May only be called in the 'Playing' or 'Paused' states, and following 269 // May only be called in the 'Playing' state, and following this call the 276 // state machine will be in the 'Playing'' state. 317 // May only be called in the 'Playing' or 'Paused' states, and following
|
/external/webrtc/modules/audio_device/android/ |
D | audio_device_template.h | 186 if (!Playing()) in StopPlayout() 193 bool Playing() const override { in Playing() function 195 return output_.Playing(); in Playing()
|
D | opensles_player.h | 69 bool Playing() const { return playing_; } in Playing() function
|
D | aaudio_player.h | 65 bool Playing() const;
|
D | audio_track_jni.h | 79 bool Playing() const { return playing_; } in Playing() function
|
/external/webrtc/sdk/android/src/jni/audio_device/ |
D | audio_device_module.cc | 247 if (Playing()) { in StartPlayout() 266 if (!Playing()) in StopPlayout() 277 bool Playing() const override { in Playing() function in webrtc::jni::__anon095936e00111::AndroidAudioDeviceModule 279 return output_->Playing(); in Playing()
|
D | aaudio_player.h | 69 bool Playing() const override;
|
D | audio_track_jni.h | 61 bool Playing() const override;
|
D | opensles_player.h | 75 bool Playing() const override;
|
D | audio_device_module.h | 61 virtual bool Playing() const = 0;
|
/external/webrtc/audio/voip/ |
D | voip_core.cc | 269 if (!audio_device_module_->Playing()) { in StartPlayout() 302 if (stop_device && audio_device_module_->Playing()) { in StopPlayout()
|
/external/webrtc/modules/audio_device/ |
D | audio_device_unittest.cc | 616 EXPECT_FALSE(audio_device()->Playing()); in StartPlayout() 620 EXPECT_TRUE(audio_device()->Playing()); in StartPlayout() 625 EXPECT_FALSE(audio_device()->Playing()); in StopPlayout() 980 EXPECT_TRUE(audio_device()->Playing()); in TEST_P() 989 EXPECT_TRUE(audio_device()->Playing()); in TEST_P() 1003 EXPECT_TRUE(audio_device()->Playing()); in TEST_P()
|
D | audio_device_data_observer.cc | 179 bool Playing() const override { return impl_->Playing(); } in Playing() function in webrtc::__anon6f60d37b0111::ADMWrapper
|
/external/webrtc/modules/audio_device/include/ |
D | test_audio_device.h | 139 bool Playing() const override = 0;
|
/external/webrtc/sdk/objc/unittests/ |
D | RTCAudioDeviceModule_xctest.mm | 158 XCTAssertFalse(audioDeviceModule->Playing()); 162 XCTAssertTrue(audioDeviceModule->Playing()); 167 XCTAssertFalse(audioDeviceModule->Playing()); 309 XCTAssertTrue(secondAudioDeviceModule->Playing()); 313 XCTAssertFalse(secondAudioDeviceModule->Playing());
|
/external/webrtc/modules/audio_device/dummy/ |
D | audio_device_dummy.cc | 102 bool AudioDeviceDummy::Playing() const { in Playing() function in webrtc::AudioDeviceDummy
|
D | audio_device_dummy.h | 66 bool Playing() const override;
|