Searched defs:services (Results 1 - 17 of 17) sorted by relevance

/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/bt/bta/ag/
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_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_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);
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_main.c433 UINT8 bta_ag_service_to_idx(tBTA_SERVICE_MASK services) argument
435 if (services & BTA_HFP_SERVICE_MASK)
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);
/system/bt/btif/src/
H A Dbtif_sdp_server.c722 UINT16 services[2]; local
736 services[0] = UUID_SERVCLASS_SAP;
737 services[1] = UUID_SERVCLASS_GENERIC_TELEPHONY;
740 status &= SDP_AddServiceClassIdList(sdp_handle, 2, services);
H A Dbtif_dm.c369 /* Check EIR for remote name and services */
1331 tBTA_SERVICE_MASK services = 0; local
1355 /* Check EIR for remote name and services */
1358 BTA_GetEirService(p_search_data->inq_res.p_eir, &services);
1359 BTIF_TRACE_DEBUG("%s()EIR BTA services = %08X", __FUNCTION__, (UINT32)services);
1476 ** Description Executes search services event in btif context
1497 BTIF_TRACE_DEBUG("%s:(result=0x%x, services 0x%x)", __FUNCTION__,
1498 p_data->disc_res.result, p_data->disc_res.services);
1546 ASSERTC(ret == BT_STATUS_SUCCESS, "storing remote services faile
2274 tBTA_SERVICE_MASK services = 0; local
[all...]
/system/extras/ANRdaemon/
H A DANRdaemon.cpp175 Vector<String16> services = sm->listServices(); local
176 for (size_t i = 0; i < services.size(); i++) {
177 sp<IBinder> obj = sm->checkService(services[i]);
/system/bt/bta/dm/
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...]
H A Dbta_dm_int.h183 tBTA_SERVICE_MASK services; member in struct:__anon79
197 tBTA_SERVICE_MASK services; member in struct:__anon80
911 tBTA_SERVICE_MASK services; member in struct:__anon138
/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/connectivity/shill/
H A Dservice_unittest.cc205 vector<ServiceRefPtr> services; local
206 services.push_back(service1);
207 services.push_back(service0);
208 std::sort(services.begin(), services.end(),
211 return (service0.get() == services[0].get() &&
212 service1.get() == services[1].get());
352 // Ensure that EAP properties cannot be set on services with no EAP
2152 // Two otherwise equal services should be reordered by strength
2164 // When comparing two services wit
[all...]
/system/bt/bta/hh/
H A Dbta_hh_le.c1523 const list_t *services = BTA_GATTC_GetServices(p_data->conn_id); local
1526 for (list_node_t *sn = list_begin(services);
1527 sn != list_end(services); sn = list_next(sn)) {
2175 /* open failure in the middle of service discovery, clear all services */
2412 ** Description Send ReportDescriptor to application for all HID services.
/system/bt/stack/include/
H A Dbtm_ble_api.h455 tBTM_BLE_SERVICE services; /* services */ member in struct:__anon1098
458 tBTM_BLE_SERVICE sol_services; /* 16 bits services Solicitation UUIDs */
/system/bt/bta/include/
H A Dbta_api.h145 #define BTA_ALL_SERVICE_MASK 0x3FFFFFFF /* All services supported by BTA. */
147 #define BTA_ALL_SERVICE_MASK 0x1FFFFFFF /* All services supported by BTA. */
353 tBTA_BLE_SERVICE services; /* 16 bits services */ member in struct:__anon279
356 tBTA_BLE_SERVICE sol_services; /* 16 bits services Solicitation UUIDs */
1022 tBTA_SERVICE_MASK services; /* Services found on peer device. */ member in struct:__anon317
1205 * among the connected services the setting with the lowest latency will
1322 ** typically called at startup or when Bluetooth services
1405 ** parameter services is nonzero, service discovery will be
1406 ** performed on each device for the services specifie
[all...]

Completed in 455 milliseconds