aboutsummaryrefslogtreecommitdiffstats
path: root/android/avd/info.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/avd/info.h')
-rw-r--r--android/avd/info.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/android/avd/info.h b/android/avd/info.h
index 34997b4..74a9b01 100644
--- a/android/avd/info.h
+++ b/android/avd/info.h
@@ -243,6 +243,15 @@ char* avdInfo_getTracePath( AvdInfo* i, const char* traceName );
*/
const char* avdInfo_getCoreHwIniPath( AvdInfo* i );
+/* 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 avdInfo_getAdbdCommunicationMode( AvdInfo* i );
+
/* */
#endif /* ANDROID_AVD_INFO_H */