Searched refs:handle1 (Results 1 - 3 of 3) sorted by relevance
/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | timer_test.c | 198 DevHandle handle1, DevHandle handle2) in TimerTestCreateThread() 202 ret = OsalThreadCreate(thread1, (OsalThreadEntry)TimerOnceTestThreadFunc, (void *)handle1); in TimerTestCreateThread() 218 DevHandle handle1, DevHandle handle2) in MultiThreadSourceRecycle() 220 if (handle1 != NULL) { in MultiThreadSourceRecycle() 221 HwTimerClose(handle1); in MultiThreadSourceRecycle() 222 handle1 = NULL; in MultiThreadSourceRecycle() 247 DevHandle handle1 = NULL; in TimerTestMultiThread() local 257 handle1 = HwTimerOpen(TIMER_TEST_TIME_ID_THREAD1); in TimerTestMultiThread() 258 if (handle1 == NULL) { in TimerTestMultiThread() 259 HDF_LOGE("TimerTestMultiThread: timer test get handle1 fai 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 D | audio_libcapture_test.cpp | 450 struct DevHandle *handle1 = nullptr; in HWTEST_F() local 454 int32_t ret = BindServiceAndHwCapture(hwCapture, BIND_CONTROL.c_str(), ADAPTER_NAME, handle1); in HWTEST_F() 458 CloseServiceCaptureSo(handle1); in HWTEST_F() 464 ret = InterfaceLibCtlCapture(handle1, AUDIODRV_CTL_IOCTL_MUTE_WRITE_CAPTURE, &hwCapture->captureParam); in HWTEST_F() 466 ret = InterfaceLibCtlCapture(handle1, AUDIODRV_CTL_IOCTL_MUTE_READ_CAPTURE, &hwCapture->captureParam); in HWTEST_F() 478 CloseServiceCaptureSo(handle1); in HWTEST_F() 495 CloseServiceCaptureSo(handle1); in HWTEST_F()
|
/drivers/peripheral/camera/test/hdi/sequenceable_test/src/ |
H A D | camera_hdi_sequenceable_test.cpp | 129 BufferHandle* handle1 = bufferHandleSeq0->GetBufferHandle(); in HWTEST_F() local 130 EXPECT_NE(handle1, nullptr); in HWTEST_F()
|
Completed in 2 milliseconds