Home
last modified time | relevance | path

Searched refs:mtx (Results 1 - 5 of 5) sorted by relevance

/drivers/liteos/hievent/src/
H A Dhievent_driver.c71 LosMux mtx; member
169 (VOID)LOS_MuxAcquire(&g_hieventDev.mtx); in HieventRead()
210 (VOID)LOS_MuxRelease(&g_hieventDev.mtx); in HieventRead()
278 (VOID)LOS_MuxAcquire(&g_hieventDev.mtx); in HieventWriteInternal()
316 (VOID)LOS_MuxRelease(&g_hieventDev.mtx); in HieventWriteInternal()
368 (void)LOS_MuxInit(&g_hieventDev.mtx, NULL); in HieventDeviceInit()
/drivers/peripheral/camera/vdi_base/v4l2/include/camera_host/
H A Dcamera_host_vdi_impl.h61 std::mutex mtx;
/drivers/peripheral/codec/test/demo/jpeg/src/
H A Dcodec_jpeg_helper.cpp516 std::vector<uint16_t> mtx; in DessambleDqt() local
520 mtx.push_back(static_cast<int16_t>(GetInt16(buffer))); in DessambleDqt()
523 mtx.push_back(static_cast<int8_t>(GetInt8(buffer))); in DessambleDqt()
529 table.quantVal[i] = mtx[UnZigZagTable[i]]; in DessambleDqt()
/drivers/peripheral/camera/vdi_base/usb_camera/vdi_impl/src/camera_host/
H A Dcamera_host_usb_vdi_impl.cpp370 std::lock_guard<std::mutex> lck (mtx); in OnCameraStatus()
382 std::lock_guard<std::mutex> lck (mtx); in OnCameraStatus()
390 std::lock_guard<std::mutex> lck (mtx); in CloseAllCameras()
/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/
H A Dcamera_host_vdi_impl.cpp406 std::lock_guard<std::mutex> lck (mtx); in OnCameraStatus()
418 std::lock_guard<std::mutex> lck (mtx); in OnCameraStatus()
426 std::lock_guard<std::mutex> lck (mtx); in CloseAllCameras()

Completed in 4 milliseconds