Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/2.4/default/
DExternalCameraProviderImpl_2_4.cpp311 char v4l2DevicePath[kMaxDevicePathLen]; in threadLoop() local
312 snprintf(v4l2DevicePath, kMaxDevicePathLen, in threadLoop()
314 mParent->deviceAdded(v4l2DevicePath); in threadLoop()
347 char v4l2DevicePath[kMaxDevicePathLen]; in threadLoop() local
348 snprintf(v4l2DevicePath, kMaxDevicePathLen, in threadLoop()
351 mParent->deviceAdded(v4l2DevicePath); in threadLoop()
354 mParent->deviceRemoved(v4l2DevicePath); in threadLoop()