OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDaemonVersion
(Results
1 - 5
of
5
) sorted by null
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
ClientLib.cpp
69
uint32_t
getDaemonVersion
(Connection *devCon, uint32_t *version);
207
mcResult =
getDaemonVersion
(devCon, &version);
956
uint32_t
getDaemonVersion
(Connection *devCon, uint32_t *version)
/external/chromium_org/remoting/webapp/
host_dispatcher.js
249
remoting.HostDispatcher.prototype.
getDaemonVersion
= function(onDone, onError) {
253
this.
getDaemonVersion
.bind(this, onDone, onError));
256
onDone(this.nativeMessagingHost_.
getDaemonVersion
());
260
this.npapiHost_.
getDaemonVersion
(onDone);
host_plugin_proto.js
68
remoting.HostPlugin.prototype.
getDaemonVersion
= function(callback) {};
host_controller.js
33
this.hostDispatcher_.
getDaemonVersion
(printVersion, function() {
host_native_messaging.js
480
remoting.HostNativeMessaging.prototype.
getDaemonVersion
= function() {
Completed in 377 milliseconds