aboutsummaryrefslogtreecommitdiffstats
path: root/android/avd/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/avd/util.h')
-rw-r--r--android/avd/util.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/android/avd/util.h b/android/avd/util.h
index 877d5aa..edef6a0 100644
--- a/android/avd/util.h
+++ b/android/avd/util.h
@@ -64,4 +64,13 @@ char* path_getBuildTargetAbi( const char* androidOut );
*/
int path_getBuildTargetApiLevel( const char* androidOut );
+/* Returns mode in which ADB daemon running in the guest communicates with the
+ * emulator
+ * Return:
+ * 0 - ADBD communicates with the emulator via forwarded TCP port 5555 (a
+ * "legacy" mode).
+ * 1 - ADBD communicates with the emulator via 'adb' QEMUD service.
+ */
+int path_getAdbdCommunicationMode( const char* androidOut );
+
#endif /* _ANDROID_AVD_UTIL_H */