Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/include/v4l2_codec2/common/
DV4L2Device.h488 const Devices& getDevicesForType(V4L2Device::Type type);
/external/v4l2_codec2/common/
DV4L2Device.cpp1760 const auto& devices = getDevicesForType(type); in getSupportedDecodeProfiles()
1779 const auto& devices = getDevicesForType(type); in getSupportedEncodeProfiles()
1992 const V4L2Device::Devices& V4L2Device::getDevicesForType(Type type) { in getDevicesForType() function in android::V4L2Device
2000 const Devices& devices = getDevicesForType(type); in getDevicePathFor()