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

Function simdeck_camera_switch

packages/server/native_stubs.c:107–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107char *simdeck_camera_switch(const char *udid, const char *source,
108 const char *source_argument, const char *mirror,
109 char **error_message) {
110 (void)udid;
111 (void)source;
112 (void)source_argument;
113 (void)mirror;
114 xcw_unsupported(error_message);
115 return NULL;
116}
117
118bool simdeck_camera_stop(const char *udid, char **error_message) {
119 (void)udid;

Callers 1

native_switch_cameraFunction · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected