Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/jni/
DUVCProvider.h151 std::shared_ptr<UVCProperties> parseUvcProperties();
DUVCProvider.cpp159 mUVCProperties = parseUvcProperties(); in openV4L2DeviceAndSubscribe()
295 std::shared_ptr<UVCProperties> UVCProvider::UVCDevice::parseUvcProperties() { in parseUvcProperties() function in android::webcam::UVCProvider::UVCDevice