Home
last modified time | relevance | path

Searched refs:isFast (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/test/example/
H A Daudio_stream_playback_test.cpp70 int32_t InitRenderer(bool isFast);
74 int32_t InitCapturer(bool isFast);
180 int32_t PlaybackTest::InitRenderer(bool isFast) in InitRenderer() argument
207 isSpkFast_ = isFast; in InitRenderer()
401 int32_t PlaybackTest::InitCapturer(bool isFast) in InitCapturer() argument
427 isMicFast_ = isFast; in InitCapturer()
518 int32_t InitPlayback(std::shared_ptr<PlaybackTest> playTest, bool isRemote, bool isFast) in InitPlayback() argument
521 cout << "--isRemote: " << isRemote << "-- --isSpkFast: " << isFast << " --" <<endl; in InitPlayback()
534 int32_t ret = playTest->InitRenderer(isFast); in InitPlayback()
607 int32_t InitMic(std::shared_ptr<PlaybackTest> playTest, bool isRemote, bool isFast) in InitMic() argument
[all …]
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/
H A Daudio_fast_renderer_unit_test.cpp79 bool isFast = false; in SetUpTestCase() local
81 isFast = audioRenderer->IsFastRenderer(); in SetUpTestCase()
84 if (audioRenderer == nullptr || !isFast) { in SetUpTestCase()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_medium_mgr.h68 bool isFast; member
H A Dlnn_heartbeat_fsm.h88 bool isFast; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_strategy.c474 msgPara->isFast = (!LnnIsMultiDeviceOnline()); in OtherHeartbeatSplit()
498 msgPara->isFast = false; in OtherHeartbeatSplit()
H A Dlnn_heartbeat_fsm.c1173 custData->isFast = msgPara->isFast; in LnnPostSendBeginMsgToHbFsm()