Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/evs/manager/1.1/
H A DEnumerator.cpp43 const char* kDumpCameraCommandCustomStop = "stop"; variable
868 } else if (EqualsIgnoreCase(subcommand, kDumpCameraCommandCustomStop)) { in cmdDumpDevice()