Home
last modified time | relevance | path

Searched refs:running (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/camera/test/ut/buffer_manager/
H A Dbuffer_manager_utest.cpp60 bool running = true; in HWTEST_F() local
64 std::thread consumerThread([&consumer, &running] { in HWTEST_F()
65 while (running) { in HWTEST_F()
82 std::thread consumerThread([&consumer, &running] { in HWTEST_F()
86 while (running) { in HWTEST_F()
107 std::thread enqueueThread([&stream, &running] { in HWTEST_F()
108 while (running == true) { in HWTEST_F()
115 running = false; in HWTEST_F()
120 running = false; in HWTEST_F()
288 bool running in HWTEST_F() local
352 bool running = true; HWTEST_F() local
[all...]
H A Dbuffer_manager_utest.h167 bool running = true; member in OHOS::CameraUtest::BufferManagerTest::Pipeline
/drivers/peripheral/usb/ddk/device/include/
H A Dusbfn_dev_mgr.h38 bool running; member
/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_dev_mgr.c241 fnDevMgr->running = true; in UsbFnMgrDeviceCreate()
267 fnDevMgr->running = false; in UsbFnMgrDeviceRemove()
268 while (!fnDevMgr->running) { in UsbFnMgrDeviceRemove()
515 if (devMgr == NULL || !devMgr->running) { in UsbFnEventProcess()
529 if (devMgr == NULL || !devMgr->running) { in UsbFnEventProcess()
547 devMgr->running = true; in UsbFnEventProcess()
/drivers/hdf_core/framework/model/audio/usb/include/
H A Daudio_usb_linux.h159 uint32_t running; member
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c794 devMgr->running = false; in RemoveUsbDevice()
795 while (devMgr->running != true) { in RemoveUsbDevice()
/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_dma_ops.c1135 audioUsbDriver->running = false; in AudioUsbDmaPause()
1175 audioUsbDriver->running = true; in AudioUsbDmaResume()

Completed in 6 milliseconds