Searched refs:query (Results 1 – 7 of 7) sorted by relevance
/system/core/logcat/ |
D | event.logtags | 54 # 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/ |
D | bta_hf_client_int.h | 248 extern void bta_hf_client_send_at_cops(BOOLEAN query); 257 extern void bta_hf_client_send_at_btrh(BOOLEAN query, UINT32 val);
|
D | bta_hf_client_at.c | 1589 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/ |
D | commandline.cpp | 1121 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()
|
D | SERVICES.TXT | 36 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
|
D | OVERVIEW.TXT | 89 For example, to query the ADB server for its internal version number,
|
/system/core/include/system/ |
D | window.h | 495 int (*query)(const struct ANativeWindow* window, member
|