Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/jni/
DUVCProvider.h76 struct UVCProperties { struct
151 std::shared_ptr<UVCProperties> parseUvcProperties();
171 std::shared_ptr<UVCProperties> mUVCProperties;
DUVCProvider.cpp295 std::shared_ptr<UVCProperties> UVCProvider::UVCDevice::parseUvcProperties() { in parseUvcProperties()
296 std::shared_ptr<UVCProperties> ret = std::make_shared<UVCProperties>(); in parseUvcProperties()