Home
last modified time | relevance | path

Searched refs:query (Results 1 – 7 of 7) sorted by relevance

/system/core/logcat/
Devent.logtags54 # count is negative for query phase, positive for merge phase
96 # sql: the executed query (without query args)
99 # sample_percent: the percent likelihood this query was logged
/system/bt/bta/hf_client/
Dbta_hf_client_int.h248 extern void bta_hf_client_send_at_cops(BOOLEAN query);
257 extern void bta_hf_client_send_at_btrh(BOOLEAN query, UINT32 val);
Dbta_hf_client_at.c1589 void bta_hf_client_send_at_cops(BOOLEAN query) in bta_hf_client_send_at_cops() argument
1595 if (query) in bta_hf_client_send_at_cops()
1703 void bta_hf_client_send_at_btrh(BOOLEAN query, UINT32 val) in bta_hf_client_send_at_btrh() argument
1710 if (query == TRUE) in bta_hf_client_send_at_btrh()
/system/core/adb/
Dcommandline.cpp1121 std::string query = android::base::StringPrintf("host:%s%s", argv[0], listopt); in adb_commandline() local
1123 return adb_query_command(query); in adb_commandline()
1131 std::string query = android::base::StringPrintf("host:connect:%s", argv[1]); in adb_commandline() local
1132 return adb_query_command(query); in adb_commandline()
1140 std::string query = android::base::StringPrintf("host:disconnect:%s", in adb_commandline() local
1142 return adb_query_command(query); in adb_commandline()
1325 std::string query = android::base::StringPrintf("%s:list-forward", host_prefix); in adb_commandline() local
1326 return adb_query_command(query); in adb_commandline()
DSERVICES.TXT36 This is a special query that is sent to the ADB server when a
68 This is a special form of query, where the 'host-serial:<serial-number>:'
152 to a real device, or that you have used a query prefix as described
DOVERVIEW.TXT89 For example, to query the ADB server for its internal version number,
/system/core/include/system/
Dwindow.h495 int (*query)(const struct ANativeWindow* window, member