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

12

/system/tpm/trunks/
H A Dtrunksd.conf20 start on starting system-services
21 stop on stopping system-services
/system/tpm/attestation/server/
H A Dattestationd.conf20 start on started tcsd and started boot-services
21 stop on stopping boot-services
/system/tpm/tpm_manager/server/
H A Dtpm_managerd.conf20 start on starting system-services
21 stop on stopping system-services
/system/update_engine/init/
H A Dupdate-engine.conf23 start on starting system-services
24 stop on stopping system-services
/system/bt/bta/ag/
H A Dbta_ag_rfc.cc263 void bta_ag_start_servers(tBTA_AG_SCB* p_scb, tBTA_SERVICE_MASK services) { argument
267 services >>= BTA_HSP_SERVICE_ID;
268 for (i = 0; i < BTA_AG_NUM_IDX && services != 0; i++, services >>= 1) {
270 if (services & 1) {
302 void bta_ag_close_servers(tBTA_AG_SCB* p_scb, tBTA_SERVICE_MASK services) { argument
305 services >>= BTA_HSP_SERVICE_ID;
306 for (i = 0; i < BTA_AG_NUM_IDX && services != 0; i++, services >>= 1) {
308 if (services
[all...]
H A Dbta_ag_api.cc105 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_SEC sec_mask, argument
114 p_buf->services = services;
159 tBTA_SERVICE_MASK services) {
166 p_buf->services = services;
158 BTA_AgOpen(uint16_t handle, const RawAddress& bd_addr, tBTA_SEC sec_mask, tBTA_SERVICE_MASK services) argument
H A Dbta_ag_sdp.cc200 * Description Create SDP records for registered services.
208 tBTA_SERVICE_MASK services; local
210 services = p_scb->reg_services >> BTA_HSP_SERVICE_ID;
211 for (i = 0; i < BTA_AG_NUM_IDX && services != 0; i++, services >>= 1) {
213 if (services & 1) {
234 * Description Delete SDP records for any registered services.
242 tBTA_SERVICE_MASK services; local
246 /* get services of all other registered servers */
258 services
[all...]
H A Dbta_ag_int.h148 tBTA_SERVICE_MASK services; member in struct:__anon16
158 tBTA_SERVICE_MASK services; member in struct:__anon17
230 tBTA_SERVICE_MASK reg_services; /* services specified in register API */
231 tBTA_SERVICE_MASK open_services; /* services specified in open API */
325 extern uint8_t bta_ag_service_to_idx(tBTA_SERVICE_MASK services);
349 tBTA_SERVICE_MASK services);
351 tBTA_SERVICE_MASK services);
H A Dbta_ag_act.cc102 * the SDP record for the services.
112 p_scb->reg_services = p_data->api_register.services;
189 p_scb->open_services = p_data->api_open.services;
371 tBTA_SERVICE_MASK services; local
414 services = p_scb->reg_services;
415 for (i = 0; i < BTA_AG_NUM_IDX && services != 0; i++) {
417 services &= ~((tBTA_SERVICE_MASK)1 << (BTA_HSP_SERVICE_ID + i));
419 bta_ag_start_servers(p_scb, services);
H A Dbta_ag_main.cc376 uint8_t bta_ag_service_to_idx(tBTA_SERVICE_MASK services) { argument
377 if (services & BTA_HFP_SERVICE_MASK) {
/system/libhwbinder/vts/performance/
H A DBenchmark_throughput.cpp206 // Get references to test services.
310 // Num of services.
311 int services = -1; local
337 services = atoi(argv[i + 1]);
343 if (services == -1) {
344 services = workers;
347 // Create services.
349 for (int i = 0; i < services; i++) {
354 // Wait until all services are up.
361 worker_pipes.push_back(make_worker(i, iterations, services, get_stu
[all...]
H A DLatency.cpp60 static vector<sp<IScheduleTest> > services; variable
119 sp<IScheduleTest> service = services[target];
193 services.push_back(service);
212 sp<IScheduleTest> service = services[target];
339 // Create services.
343 // Wait until all services are up.
/system/bt/bta/dm/
H A Dbta_dm_api.cc190 * Service discovery is done if services is non zero
196 void BTA_DmSearch(tBTA_DM_INQ* p_dm_inq, tBTA_SERVICE_MASK services, argument
203 p_msg->services = services;
231 * Description This function does service discovery for services of a
238 void BTA_DmDiscover(const RawAddress& bd_addr, tBTA_SERVICE_MASK services, argument
245 p_msg->services = services;
256 * Description This function does service discovery for services of a
270 p_msg->services
[all...]
H A Dbta_dm_act.cc1131 bta_dm_search_cb.services = p_data->search.services;
1201 * Description Discovers services on a remote device
1210 p_data->discover.services, p_data->discover.sdp_search);
1213 bta_dm_search_cb.services = p_data->discover.services;
1226 bta_dm_search_cb.services_to_search = bta_dm_search_cb.services;
1418 bta_dm_search_cb.services = 0;
1492 uint8_t uuid_list[BTA_MAX_SERVICES][MAX_UUID_SIZE]; // assuming a max of 32 services
1515 /* finished with BR/EDR services, no
[all...]
H A Dbta_dm_int.h150 tBTA_SERVICE_MASK services; member in struct:__anon77
161 tBTA_SERVICE_MASK services; member in struct:__anon78
658 tBTA_SERVICE_MASK services; member in struct:__anon121
/system/bt/bta/gatt/
H A Dbta_gattc_cache.cc54 tBTA_GATTC_SERVICE* bta_gattc_find_matching_service(const list_t* services,
498 /* start discovering included services */
504 LOG_WARN(LOG_TAG, "%s no more services found", __func__);
740 /* discover services result, add services into a service list */
831 /* discover services result, add services into a service list */
980 tBTA_GATTC_SERVICE* bta_gattc_find_matching_service(const list_t* services, argument
982 if (!services || list_is_empty(services)) retur
997 const list_t* services = bta_gattc_get_services_srcb(p_srcb); local
1004 const list_t* services = bta_gattc_get_services(conn_id); local
1099 bta_gattc_get_db_size(list_t* services, uint16_t start_handle, uint16_t end_handle) argument
[all...]
/system/chre/
H A DMakefile45 HEXAGON_CFLAGS += -I$(SLPI_PREFIX)/core/api/services
/system/bt/bta/include/
H A Dbta_ag_api.h229 #define BTA_AG_ERR_GPRS_NOT_ALLOWED 107 /* GPRS services not allowed (#7) */
230 #define BTA_AG_ERR_PLMN_NOT_ALLOWED 111 /* PLMN services not allowed (#11) */
404 #define BTA_AG_SERVICE_CS_VOIP 3 /* Both CS and VoIP services available */
486 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_SEC sec_mask,
516 tBTA_SERVICE_MASK services);
H A Dbta_api.h137 #define BTA_ALL_SERVICE_MASK 0x7FFFFFFF /* All services supported by BTA. */
760 tBTA_SERVICE_MASK services; /* Services found on peer device. */ member in struct:__anon287
929 * among the connected services the setting with the lowest latency will
1041 * typically called at startup or when Bluetooth services
1126 * parameter services is nonzero, service discovery will be
1127 * performed on each device for the services specified.
1133 extern void BTA_DmSearch(tBTA_DM_INQ* p_dm_inq, tBTA_SERVICE_MASK services,
1153 * Description This function performs service discovery for the services
1161 tBTA_SERVICE_MASK services,
1168 * Description This function performs service discovery for the services
[all...]
/system/extras/ANRdaemon/
H A DANRdaemon.cpp179 Vector<String16> services = sm->listServices(); local
180 for (size_t i = 0; i < services.size(); i++) {
181 sp<IBinder> obj = sm->checkService(services[i]);
/system/bt/btif/src/
H A Dbtif_sdp_server.cc715 uint16_t services[2]; local
729 services[0] = UUID_SERVCLASS_SAP;
730 services[1] = UUID_SERVCLASS_GENERIC_TELEPHONY;
733 status &= SDP_AddServiceClassIdList(sdp_handle, 2, services);
H A Dbtif_dm.cc347 /* Check EIR for remote name and services */
1231 tBTA_SERVICE_MASK services = 0; local
1244 /* Check EIR for remote name and services */
1247 p_search_data->inq_res.eir_len, &services);
1248 BTIF_TRACE_DEBUG("%s()EIR BTA services = %08X", __func__,
1249 (uint32_t)services);
1362 * Description Executes search services event in btif context
1379 BTIF_TRACE_DEBUG("%s:(result=0x%x, services 0x%x)", __func__,
1380 p_data->disc_res.result, p_data->disc_res.services);
1428 ASSERTC(ret == BT_STATUS_SUCCESS, "storing remote services faile
2134 tBTA_SERVICE_MASK services = 0; local
[all...]
/system/core/adb/
H A DAndroid.mk219 services.cpp \
273 services.cpp \
338 services.cpp \
/system/sepolicy/tools/
H A Dsepolicy-check.c10 #include <sepol/policydb/services.h>
/system/sepolicy/tests/
H A Dsepol_wrap.cpp11 #include <sepol/policydb/services.h>

Completed in 266 milliseconds

12