Home
last modified time | relevance | path

Searched refs:DCAMERA_PROTOCOL_CMD_STOP_CAPTURE (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Ddcamera_protocol.h32 static const std::string DCAMERA_PROTOCOL_CMD_STOP_CAPTURE = "STOP_CAPTURE"; member
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp700 } else if ((!command.empty()) && (command.compare(DCAMERA_PROTOCOL_CMD_STOP_CAPTURE) == 0)) { in HandleReceivedData()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller.cpp136 cJSON_AddStringToObject(rootValue, "Command", DCAMERA_PROTOCOL_CMD_STOP_CAPTURE.c_str()); in StopCapture()

Completed in 3 milliseconds