Searched refs:PrepareAsync (Results 1 – 5 of 5) sorted by relevance
59 int32_t PrepareAsync() override;
99 virtual int32_t PrepareAsync() = 0;
260 int32_t PlayerAdapterImpl::PrepareAsync() in PrepareAsync() function in OHOS::NWeb::PlayerAdapterImpl266 return player_->PrepareAsync(); in PrepareAsync()
82 EXPECT_EQ(playerAdapter_->PrepareAsync(), -1);103 EXPECT_NE(playerAdapter_->PrepareAsync(), -1);
1181 soundPlayer_->PrepareAsync(); in PlaySoundAndVibration()