HomeSort by relevance Sort by last modified time
    Searched full:adb_query (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
adb.h 33 #define ADB_QUERY 7
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
adb.h 33 #define ADB_QUERY 7
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
adb.h 33 #define ADB_QUERY 7
  /system/core/adb/
adb_client.h 22 char *adb_query(const char *service);
adb_client.c 41 char* tmp = adb_query("host:devices");
295 char *adb_query(const char *service) function
301 D("adb_query: %s\n", service);
commandline.c 475 state = adb_query(command);
1020 tmp = adb_query(buf);
1037 tmp = adb_query(buf);
1057 tmp = adb_query(buf);
    [all...]

Completed in 247 milliseconds