Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/include/v4l2_codec2/common/
DV4L2Device.h486 void enumerateDevicesForType(V4L2Device::Type type);
/external/v4l2_codec2/common/
DV4L2Device.cpp1962 void V4L2Device::enumerateDevicesForType(Type type) { in enumerateDevicesForType() function in android::V4L2Device
2014 if (mDevicesByType.count(type) == 0) enumerateDevicesForType(type); in getDevicesForType()