Searched refs:tmp_handle (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/modules/audio_processing/utility/ |
D | delay_estimator_unittest.cc | 282 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/ |
D | process_util_unittest.cc | 308 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()
|