Home
last modified time | relevance | path

Searched refs:handle2 (Results 1 - 3 of 3) sorted by relevance

/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dtimer_test.c198 DevHandle handle1, DevHandle handle2) in TimerTestCreateThread()
208 ret = OsalThreadCreate(thread2, (OsalThreadEntry)TimerPeriodTestThreadFunc, (void *)handle2); in TimerTestCreateThread()
218 DevHandle handle1, DevHandle handle2) in MultiThreadSourceRecycle()
225 if (handle2 != NULL) { in MultiThreadSourceRecycle()
226 HwTimerClose(handle2); in MultiThreadSourceRecycle()
227 handle2 = NULL; in MultiThreadSourceRecycle()
248 DevHandle handle2 = NULL; in TimerTestMultiThread() local
260 MultiThreadSourceRecycle(&thread1, &thread2, handle1, handle2); in TimerTestMultiThread()
264 handle2 = HwTimerOpen(TIMER_TEST_TIME_ID_THREAD2); in TimerTestMultiThread()
265 if (handle2 in TimerTestMultiThread()
197 TimerTestCreateThread(struct OsalThread *thread1, struct OsalThread *thread2, DevHandle handle1, DevHandle handle2) TimerTestCreateThread() argument
217 MultiThreadSourceRecycle(struct OsalThread *thread1, struct OsalThread *thread2, DevHandle handle1, DevHandle handle2) MultiThreadSourceRecycle() argument
[all...]
/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/
H A Daudio_libcapture_test.cpp456 struct DevHandle *handle2 = BindServiceCaptureSo(BIND_CAPTURE.c_str()); in HWTEST_F() local
457 if (handle2 == nullptr) { in HWTEST_F()
460 ASSERT_NE(nullptr, handle2); in HWTEST_F()
468 ret = InterfaceLibOutputCapture(handle2, AUDIO_DRV_PCM_IOCTRL_CAPTURE_OPEN, &hwCapture->captureParam); in HWTEST_F()
470 ret = InterfaceLibOutputCapture(handle2, AUDIO_DRV_PCM_IOCTL_HW_PARAMS, &hwCapture->captureParam); in HWTEST_F()
472 ret = InterfaceLibOutputCapture(handle2, AUDIO_DRV_PCM_IOCTL_PREPARE_CAPTURE, &hwCapture->captureParam); in HWTEST_F()
474 ret = InterfaceLibOutputCapture(handle2, AUDIO_DRV_PCM_IOCTRL_START_CAPTURE, &hwCapture->captureParam); in HWTEST_F()
479 CloseServiceCaptureSo(handle2); in HWTEST_F()
484 ret = InterfaceLibOutputCapture(handle2, AUDIO_DRV_PCM_IOCTL_READ, &hwCapture->captureParam); in HWTEST_F()
486 ret = InterfaceLibOutputCapture(handle2, AUDIO_DRV_PCM_IOCTRL_STOP_CAPTUR in HWTEST_F()
[all...]
/drivers/peripheral/camera/test/hdi/sequenceable_test/src/
H A Dcamera_hdi_sequenceable_test.cpp136 BufferHandle* handle2 = bufferHandleSeq1->GetBufferHandle(); in HWTEST_F() local
137 EXPECT_NE(handle2, nullptr); in HWTEST_F()
138 EXPECT_EQ(handle2->reserveFds, reserveFds); in HWTEST_F()

Completed in 8 milliseconds