Home
last modified time | relevance | path

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

/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestServiceClient.java78 boolean query = true; in testBooleanRepeat()
79 assertThat(service.RepeatBoolean(query), is(query)); in testBooleanRepeat()
84 char query = 'A'; in testCharRepeat() local
85 assertThat(service.RepeatChar(query), is(query)); in testCharRepeat()
90 byte query = -128; in testByteRepeat()
91 assertThat(service.RepeatByte(query), is(query)); in testByteRepeat()
96 int query = 1 << 30; in testIntRepeat() local
97 assertThat(service.RepeatInt(query), is(query)); in testIntRepeat()
102 int query[] = {ITestService.TEST_CONSTANT, in testConstRepeat() local
110 for (int i = 0; i < query.length; i++) { in testConstRepeat()
[all …]
/system/memory/libion/
Dion.c214 struct ion_heap_query query; in ion_query_heap_cnt() local
217 memset(&query, 0, sizeof(query)); in ion_query_heap_cnt()
219 ret = ion_ioctl(fd, ION_IOC_HEAP_QUERY, &query); in ion_query_heap_cnt()
222 *cnt = query.cnt; in ion_query_heap_cnt()
228 struct ion_heap_query query = { in ion_query_get_heaps() local
232 ret = ion_ioctl(fd, ION_IOC_HEAP_QUERY, &query); in ion_query_get_heaps()
/system/core/logcat/
Devent.logtags57 # count is negative for query phase, positive for merge phase
100 # sql: the executed query (without query args)
103 # sample_percent: the percent likelihood this query was logged
/system/core/adb/client/
Dcommandline.cpp1711 std::string query = android::base::StringPrintf("host:%s%s", argv[0], listopt); in adb_commandline() local
1717 return adb_query_command(query); in adb_commandline()
1730 std::string query = android::base::StringPrintf("host:connect:%s", argv[1]); in adb_commandline() local
1731 return adb_query_command(query); in adb_commandline()
1735 std::string query = android::base::StringPrintf("host:disconnect:%s", in adb_commandline() local
1737 return adb_query_command(query); in adb_commandline()
1753 std::string query = in adb_commandline() local
1756 return adb_query_command(query); in adb_commandline()
1940 std::string query = "host:mdns:"; in adb_commandline() local
1943 query += "check"; in adb_commandline()
[all …]
/system/sepolicy/prebuilts/api/26.0/private/
Duntrusted_v2_app.te24 # allow cts to query all services
Duntrusted_app_all.te62 # allow cts to query all services
/system/sepolicy/prebuilts/api/27.0/private/
Duntrusted_v2_app.te24 # allow cts to query all services
Duntrusted_app_all.te65 # allow cts to query all services
/system/bt/bta/hf_client/
Dbta_hf_client_int.h281 bool query);
294 extern void bta_hf_client_send_at_btrh(tBTA_HF_CLIENT_CB* client_cb, bool query,
Dbta_hf_client_at.cc1798 void bta_hf_client_send_at_cops(tBTA_HF_CLIENT_CB* client_cb, bool query) { in bta_hf_client_send_at_cops() argument
1803 if (query) in bta_hf_client_send_at_cops()
1921 void bta_hf_client_send_at_btrh(tBTA_HF_CLIENT_CB* client_cb, bool query, in bta_hf_client_send_at_btrh() argument
1928 if (query) { in bta_hf_client_send_at_btrh()
/system/sepolicy/prebuilts/api/28.0/private/
Duntrusted_v2_app.te24 # allow cts to query all services
Duntrusted_app_all.te74 # allow cts to query all services
/system/core/adb/
DSERVICES.TXT32 This is a special query that is sent to the ADB server when a
64 This is a special form of query, where the 'host-serial:<serial-number>:'
148 to a real device, or that you have used a query prefix as described
DOVERVIEW.TXT88 For example, to query the ADB server for its internal version number,
/system/sepolicy/prebuilts/api/29.0/public/
Dperfprofd.te48 # Simpleperf & perfprofd query a range of proc stats.
/system/sepolicy/prebuilts/api/28.0/public/
Dperfprofd.te48 # Simpleperf & perfprofd query a range of proc stats.
/system/sepolicy/prebuilts/api/30.0/private/
Dsystem_app.te65 # Allow developer settings to query gsid status
Duntrusted_app_all.te87 # allow cts to query all services
/system/sepolicy/private/
Dsystem_app.te65 # Allow developer settings to query gsid status
Duntrusted_app_all.te87 # allow cts to query all services
/system/core/fastboot/
DREADME.md309 The host sends a query packet once on startup to sync with the device.
311 respond to all query packets regardless of sequence number.
317 The host sends an init packet once the query response is returned. The
/system/apex/docs/
DREADME.md107 manager provides a binder service for other system components to query
109 components can query the list of APEX files installed in the device or query the
/system/sepolicy/prebuilts/api/29.0/private/
Duntrusted_app_all.te87 # allow cts to query all services
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp742 static bool GetSingleTarget(const std::string& dm_name, TableQuery query, in GetSingleTarget() argument
751 if (query == TableQuery::Status) { in GetSingleTarget()