Home
last modified time | relevance | path

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

/frameworks/av/services/camera/virtualcamera/
DVirtualCameraDevice.cc72 const char* kDevicePathPrefix = "device@1.1/virtual/"; variable
600 return std::string(kDevicePathPrefix) + mCameraId; in getCameraName()