Home
last modified time | relevance | path

Searched refs:I_STATUS_STOPPED (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dcapturer_in_server.cpp169 status_ = I_STATUS_STOPPED; in OnStatusUpdate()
178 status_ = I_STATUS_STOPPED; in OnStatusUpdate()
297 if (status_ != I_STATUS_IDLE && status_ != I_STATUS_PAUSED && status_ != I_STATUS_STOPPED) {
349 } else if (status_ == I_STATUS_STOPPED) { in Flush()
491 if (status_ == I_STATUS_STOPPED) { in GetAudioTime()
H A Drenderer_in_server.cpp230 status_ = I_STATUS_STOPPED; in OnStatusUpdate()
350 status_ = I_STATUS_STOPPED; in HandleOperationFlushed()
636 if (status_ != I_STATUS_IDLE && status_ != I_STATUS_PAUSED && status_ != I_STATUS_STOPPED) {
721 } else if (status_ == I_STATUS_STOPPED) { in Flush()
884 if (status_ == I_STATUS_STOPPED) { in GetAudioTime()
899 if (status_ == I_STATUS_STOPPED) { in GetAudioPosition()
1285 case I_STATUS_STOPPED: in GetStatusStr()
H A Dpro_renderer_stream_impl.cpp260 status_ = I_STATUS_STOPPED; in Stop()
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Di_stream.h53 I_STATUS_STOPPED, enumerator
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/renderer_in_server_unit_test/src/
H A Drenderer_in_server_unit_test.cpp555 EXPECT_EQ(I_STATUS_STOPPED, rendererInServer->status_); in HWTEST_F()
1447 * @tc.desc : Test Flush when status_ is I_STATUS_STOPPED.
1867 * @tc.desc : Test GetAudioTime interface, status_ is not I_STATUS_STOPPED.
1888 * @tc.desc : Test GetAudioTime interface, status_ is I_STATUS_STOPPED.
1894 rendererInServer->status_ = I_STATUS_STOPPED; in HWTEST_F()
1906 * @tc.desc : Test GetAudioTime interface, status_ is not I_STATUS_STOPPED, resetTime_ is false.
1928 * @tc.desc : Test GetAudioPosition interface, status_ is not I_STATUS_STOPPED.
1950 * @tc.desc : Test GetAudioPosition interface, status_ is I_STATUS_STOPPED.
1956 rendererInServer->status_ = I_STATUS_STOPPED; in HWTEST_F()
3010 * @tc.desc : Test Dump interface. Set dumpString is "", managerType_ is VOIP_PLAYBACK, status_ is I_STATUS_STOPPED
[all...]

Completed in 8 milliseconds