Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vncflinger
/
7185075c5abed02f44ade859863a3068680f4cf4
/
.
/
aidl
/
org
/
chemlab
/
IVNCService.aidl
blob: 5c7ac9d94b3115b64293b9a33da020203ae44f24 [
file
] [
log
] [
blame
]
package
org
.
chemlab
;
interface
IVNCService
{
boolean
start
();
boolean
stop
();
boolean
setPort
(
int
port
);
boolean
setV4Address
(
String
addr
);
boolean
setV6Address
(
String
addr
);
boolean
setPassword
(
String
password
);
boolean
clearPassword
();
}