MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / simdeck_camera_start

Function simdeck_camera_start

packages/server/native_stubs.c:90–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90bool simdeck_camera_start(const char *udid, const char *shm_name,
91 const char *source, const char *source_argument,
92 const char *mirror, char **error_message) {
93 (void)udid;
94 (void)shm_name;
95 (void)source;
96 (void)source_argument;
97 (void)mirror;
98 return xcw_unsupported(error_message);
99}
100
101char *simdeck_camera_status(const char *udid, char **error_message) {
102 (void)udid;

Callers 1

native_start_cameraFunction · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected