OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vncserver
(Results
1 - 12
of
12
) sorted by null
/device/google/cuttlefish_common/host/frontend/vnc_server/
vnc_server.cpp
28
using cvd::vnc::
VncServer
;
30
VncServer
::
VncServer
(int port, bool aggressive)
33
void
VncServer
::MainLoop() {
42
void
VncServer
::StartClient(ClientSocket sock) {
43
std::thread t(&
VncServer
::StartClientThread, this, std::move(sock));
47
void
VncServer
::StartClientThread(ClientSocket sock) {
48
// NOTE if
VncServer
is expected to be destroyed, we have a problem here.
49
// All of the client threads will be pointing to the
VncServer
's
50
// data members. In the current setup, if the
VncServer
is destroyed wit
[
all
...]
vnc_server.h
34
class
VncServer
{
36
explicit
VncServer
(int port, bool aggressive);
38
VncServer
(const
VncServer
&) = delete;
39
VncServer
& operator=(const
VncServer
&) = delete;
main.cpp
34
cvd::vnc::
VncServer
vnc_server(FLAGS_port, FLAGS_agressive);
/external/libvncserver/
CMakeLists.txt
274
add_library(
vncserver
SHARED ${LIBVNCSERVER_SOURCES})
285
target_link_libraries(
vncserver
293
SET_TARGET_PROPERTIES(vncclient
vncserver
360
target_link_libraries(examples/${test}
vncserver
${CMAKE_THREAD_LIBS_INIT})
369
install_targets(/lib
vncserver
)
ChangeLog
575
CMakeLists.txt in my_project with > add_directory ( external/libvnc ) and add vncclient /
vncserver
in my_project's taret_link_libraries,
[
all
...]
/external/libvncserver/webclients/java-applet/ssl/
tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch
[
all
...]
ultravnc-102-JavaViewer-ssl-etc.patch
[
all
...]
SignedUltraViewerSSL.jar
SignedVncViewer.jar
UltraViewerSSL.jar
VncViewer.jar
ss_vncviewer
[
all
...]
Completed in 222 milliseconds