Home
last modified time | relevance | path

Searched refs:tmp_handle (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator_unittest.cc282 void* tmp_handle = WebRtc_CreateDelayEstimator(farend_handle_, kHistorySize); in TEST_F() local
283 EXPECT_EQ(0, WebRtc_InitDelayEstimator(tmp_handle)); in TEST_F()
285 WebRtc_set_history_size(tmp_handle, kDifferentHistorySize)); in TEST_F()
286 EXPECT_EQ(kDifferentHistorySize, WebRtc_history_size(tmp_handle)); in TEST_F()
288 EXPECT_EQ(-1, WebRtc_history_size(tmp_handle)); in TEST_F()
328 EXPECT_EQ(-1, WebRtc_DelayEstimatorProcessFloat(tmp_handle, near_f_, in TEST_F()
347 EXPECT_EQ(-1, WebRtc_DelayEstimatorProcessFix(tmp_handle, near_u16_, in TEST_F()
349 WebRtc_FreeDelayEstimator(tmp_handle); in TEST_F()
/external/libchrome/base/process/
Dprocess_util_unittest.cc308 zx::handle tmp_handle = fuchsia::GetHandleFromFile( in TEST_F() local
311 ASSERT_TRUE(tmp_handle.is_valid()); in TEST_F()
315 {base::FilePath("/foo"), tmp_handle.release()}); in TEST_F()