HomeSort by relevance Sort by last modified time
    Searched refs:matchDeviceName (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/camera/provider/2.4/default/
CameraProvider.cpp 43 bool matchDeviceName(const hidl_string& deviceName, std::string* deviceVersion,
133 matchDeviceName(deviceName, nullptr, &cameraId);
139 bool match = matchDeviceName(deviceName, &deviceVersion, nullptr);
382 bool match = matchDeviceName(cameraDeviceName, &deviceVersion, &cameraId);
435 bool match = matchDeviceName(cameraDeviceName, &deviceVersion, &cameraId);
  /hardware/interfaces/camera/provider/2.4/vts/functional/
VtsHalCameraProviderV2_4TargetTest.cpp 123 bool matchDeviceName(const hidl_string& deviceName, std::smatch& sm) {
131 bool match = matchDeviceName(deviceName, sm);
    [all...]

Completed in 62 milliseconds