Home
last modified time | relevance | path

Searched refs:dummy_handle (Results 1 – 4 of 4) sorted by relevance

/external/adhd/cras/src/tests/
Dalsa_helpers_unittest.cc167 snd_pcm_t *dummy_handle = reinterpret_cast<snd_pcm_t*>(0x1); in TEST() local
176 EXPECT_EQ(0, cras_alsa_set_swparams(dummy_handle, &htimestamp_enabled)); in TEST()
184 EXPECT_EQ(0, cras_alsa_set_swparams(dummy_handle, &htimestamp_enabled)); in TEST()
191 EXPECT_EQ(0, cras_alsa_set_swparams(dummy_handle, &htimestamp_enabled)); in TEST()
202 cras_alsa_get_avail_frames(dummy_handle, 48000, severe_underrun_frames, in TEST()
210 snd_pcm_t *dummy_handle = reinterpret_cast<snd_pcm_t*>(0x1); in TEST() local
220 rc = cras_alsa_get_avail_frames(dummy_handle, buffer_size, in TEST()
228 rc = cras_alsa_get_avail_frames(dummy_handle, buffer_size, in TEST()
238 rc = cras_alsa_get_avail_frames(dummy_handle, buffer_size, in TEST()
/external/webrtc/webrtc/video/
Dvideo_capture_input_unittest.cc192 test::FakeNativeHandle* dummy_handle = new test::FakeNativeHandle(); in TEST_F() local
195 dummy_handle, i + 1, i + 1, i + 1, i + 1, webrtc::kVideoRotation_0))); in TEST_F()
198 EXPECT_EQ(dummy_handle, output_frames_[i]->native_handle()); in TEST_F()
222 test::FakeNativeHandle* dummy_handle = new test::FakeNativeHandle(); in TEST_F() local
224 dummy_handle, 1, 1, 1, 1, webrtc::kVideoRotation_0))); in TEST_F()
227 EXPECT_EQ(dummy_handle, output_frames_[0]->native_handle()); in TEST_F()
241 test::FakeNativeHandle* dummy_handle = new test::FakeNativeHandle(); in TEST_F() local
243 dummy_handle, 1, 1, 2, 2, webrtc::kVideoRotation_0))); in TEST_F()
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe_unittest.cc297 webrtc::test::FakeNativeHandle* dummy_handle = in TEST_F() local
301 dummy_handle, 640, 480); in TEST_F()
303 EXPECT_EQ(dummy_handle, frame.GetNativeHandle()); in TEST_F()
312 webrtc::test::FakeNativeHandle* dummy_handle = in TEST_F() local
316 dummy_handle, 640, 480); in TEST_F()
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_uv.cc256 uv_stream_t dummy_handle; in accept_new_connection() local
257 uv_accept((uv_stream_t*)uv_socket->handle, &dummy_handle); in accept_new_connection()