Searched refs:services (Results 1 - 25 of 39) sorted by relevance

12

/system/core/crash_reporter/init/
H A Dcrash-sender.conf8 start on starting system-services
9 stop on stopping system-services
H A Dwarn-collector.conf8 start on started system-services
9 stop on stopping system-services
H A Dcrash-reporter.conf5 description "Initialize crash reporting services"
11 start on starting system-services
/system/tpm/trunks/
H A Dtrunksd.conf20 start on starting system-services
21 stop on stopping system-services
/system/core/toolbox/
H A Dstart_stop.cpp9 static const char* services[] = { variable
25 for (size_t i = 0; i < sizeof(services)/sizeof(services[0]); ++i) {
26 property_set(property, services[i]);
29 for (int i = sizeof(services)/sizeof(services[0]) - 1; i >= 0; --i) {
30 property_set(property, services[i]);
/system/firewalld/
H A Dfirewalld.conf21 stop on stopping system-services
/system/connectivity/shill/init/
H A Dnetfilter-queue.conf20 start on started system-services
21 stop on stopping system-services
H A Dnetwork-services.conf.in17 description "Abstract job that runs when boot-services is complete"
22 start on started boot-services
/system/tpm/attestation/server/
H A Dattestationd.conf20 start on started tcsd and started boot-services
21 stop on stopping boot-services
/system/update_engine/init/
H A Dupdate-engine.conf23 start on starting system-services
24 stop on stopping system-services
/system/tpm/tpm_manager/server/
H A Dtpm_managerd.conf20 start on starting system-services
21 stop on stopping system-services
/system/webservd/webservd/etc/init/
H A Dwebservd.conf18 start on starting system-services
19 stop on stopping system-services
/system/connectivity/shill/wimax/
H A Dwimax_provider_unittest.cc258 vector<scoped_refptr<MockWiMaxService>> services(4);
259 for (size_t i = 0; i < services.size(); i++) {
260 services[i] =
263 services[0]->set_network_id("deadbeef");
265 services[i]->set_network_id(kNetworkId);
267 // Make services[3] the default service.
269 services[i]->set_friendly_name(kName);
271 services[i]->set_friendly_name(
274 services[i]->InitStorageIdentifier();
275 provider_.services_[services[
[all...]
/system/bt/bta/ag/
H A Dbta_ag_rfc.c277 void bta_ag_start_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services) argument
282 services >>= BTA_HSP_SERVICE_ID;
283 for (i = 0; i < BTA_AG_NUM_IDX && services != 0; i++, services >>= 1)
286 if (services & 1)
318 void bta_ag_close_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services) argument
322 services >>= BTA_HSP_SERVICE_ID;
323 for (i = 0; i < BTA_AG_NUM_IDX && services != 0; i++, services >>= 1)
326 if (services
[all...]
H A Dbta_ag_api.c110 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_SEC sec_mask,tBTA_AG_FEAT features, argument
119 p_buf->services = services;
164 void BTA_AgOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask, tBTA_SERVICE_MASK services) argument
172 p_buf->services = services;
H A Dbta_ag_sdp.c208 ** Description Create SDP records for registered services.
217 tBTA_SERVICE_MASK services; local
219 services = p_scb->reg_services >> BTA_HSP_SERVICE_ID;
220 for (i = 0; i < BTA_AG_NUM_IDX && services != 0; i++, services >>= 1)
223 if (services & 1)
246 ** Description Delete SDP records for any registered services.
255 tBTA_SERVICE_MASK services; local
260 /* get services of all other registered servers */
275 services
[all...]
H A Dbta_ag_int.h166 tBTA_SERVICE_MASK services; member in struct:__anon17
177 tBTA_SERVICE_MASK services; member in struct:__anon18
256 tBTA_SERVICE_MASK reg_services; /* services specified in register API */
257 tBTA_SERVICE_MASK open_services; /* services specified in open API */
354 extern UINT8 bta_ag_service_to_idx(tBTA_SERVICE_MASK services);
375 extern void bta_ag_start_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services);
376 extern void bta_ag_close_servers(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK services);
H A Dbta_ag_act.c116 ** the SDP record for the services.
127 p_scb->reg_services = p_data->api_register.services;
208 p_scb->open_services = p_data->api_open.services;
414 tBTA_SERVICE_MASK services; local
460 services = p_scb->reg_services;
461 for (i = 0; i < BTA_AG_NUM_IDX && services != 0; i++)
464 services &= ~((tBTA_SERVICE_MASK)1 << (BTA_HSP_SERVICE_ID + i));
466 bta_ag_start_servers(p_scb, services);
/system/connectivity/apmanager/init/
H A Dapmanager.conf21 stop on stopping system-services
/system/connectivity/shill/test-scripts/
H A Dtest-manager42 services = [" ".join(
44 print " Services = [ %s]" % (services)
/system/bt/bta/gatt/
H A Dbta_gattc_cache.c51 tBTA_GATTC_SERVICE* bta_gattc_find_matching_service(const list_t *services, UINT16 handle);
502 /* start discovering included services */
508 LOG_WARN(LOG_TAG, "%s no more services found", __func__);
770 /* discover services result, add services into a service list */
872 /* discover services result, add services into a service list */
1033 tBTA_GATTC_SERVICE* bta_gattc_find_matching_service(const list_t *services, UINT16 handle) { argument
1034 if (!services || list_is_empty(services))
1049 const list_t *services = bta_gattc_get_services_srcb(p_srcb); local
1055 const list_t *services = bta_gattc_get_services(conn_id); local
1144 bta_gattc_get_db_size(list_t *services, UINT16 start_handle, UINT16 end_handle) argument
[all...]
/system/bt/bta/include/
H A Dbta_ag_api.h172 #define BTA_AG_ERR_GPRS_NOT_ALLOWED 107 /* GPRS services not allowed (#7) */
173 #define BTA_AG_ERR_PLMN_NOT_ALLOWED 111 /* PLMN services not allowed (#11) */
350 #define BTA_AG_SERVICE_CS_VOIP 3 /* Both CS and VoIP services available */
427 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_SEC sec_mask,
455 void BTA_AgOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask, tBTA_SERVICE_MASK services);
/system/bt/btif/src/
H A Dbtif_gatt_multi_adv_util.c368 if (p_multi_adv_data_cb->inst_cb[cbindex].data.services.num_service == 0)
370 p_multi_adv_data_cb->inst_cb[cbindex].data.services.list_cmpl = FALSE;
371 p_uuid_out16 = p_multi_adv_data_cb->inst_cb[cbindex].data.services.uuid;
374 if (p_multi_adv_data_cb->inst_cb[cbindex].data.services.num_service < MAX_16BIT_SERVICES)
378 ++p_multi_adv_data_cb->inst_cb[cbindex].data.services.num_service;
/system/bt/bta/dm/
H A Dbta_dm_act.c1212 bta_dm_search_cb.services = p_data->search.services;
1292 ** Description Discovers services on a remote device
1304 p_data->discover.services, p_data->discover.sdp_search);
1307 bta_dm_search_cb.services = p_data->discover.services;
1322 bta_dm_search_cb.services_to_search = bta_dm_search_cb.services;
1522 bta_dm_search_cb.services = 0;
1604 UINT8 uuid_list[32][MAX_UUID_SIZE]; // assuming a max of 32 services
1631 /* finished with BR/EDR services, no
[all...]
H A Dbta_dm_api.c201 ** discovery is done if services is non zero
207 void BTA_DmSearch(tBTA_DM_INQ *p_dm_inq, tBTA_SERVICE_MASK services, tBTA_DM_SEARCH_CBACK *p_cback) argument
214 p_msg->services = services;
243 ** Description This function does service discovery for services of a
250 void BTA_DmDiscover(BD_ADDR bd_addr, tBTA_SERVICE_MASK services, argument
258 p_msg->services = services;
269 ** Description This function does service discovery for services of a
284 p_msg->services
[all...]

Completed in 720 milliseconds

12