Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/2.4/default/
DExternalCameraProvider.cpp236 char v4l2DevicePath[kMaxDevicePathLen]; in threadLoop() local
237 snprintf(v4l2DevicePath, kMaxDevicePathLen, in threadLoop()
239 mParent->deviceAdded(v4l2DevicePath); in threadLoop()
272 char v4l2DevicePath[kMaxDevicePathLen]; in threadLoop() local
273 snprintf(v4l2DevicePath, kMaxDevicePathLen, in threadLoop()
276 mParent->deviceAdded(v4l2DevicePath); in threadLoop()
279 mParent->deviceRemoved(v4l2DevicePath); in threadLoop()