Searched defs:service (Results 1 - 25 of 702) sorted by path

1234567891011>>

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DProvider2Test.java137 Provider.Service service = new Provider.Service(mockProvider,
139 mockProvider.putService(service);
160 public void putService(Provider.Service service) { argument
161 super.putService(service);
164 public void removeService(Provider.Service service) { argument
165 super.removeService(service);
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DSpiEngUtils.java44 * @param service
47 public static Provider isSupport(String algorithm, String service) { argument
49 Provider[] provs = Security.getProviders(service.concat(".")
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
H A DSpiEngUtils.java42 * @param service
45 public static Provider isSupport(String algorithm, String service) { argument
47 Provider[] provs = Security.getProviders(service.concat(".")
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_sdp.c39 /* Number of elements in service class id list. */
42 /* size of database for service discovery */
155 /* add service class id list */
173 /* add service name */
224 /* if service is set in mask */
280 /* if service registered for this scb and not registered for any other scb */
301 ** for requested service.
307 BOOLEAN bta_ag_sdp_find_attr(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service) argument
315 if (service & BTA_HFP_SERVICE_MASK)
320 else if (service
407 bta_ag_do_disc(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service) argument
[all...]
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c166 * i.e., If you add new Service ID for BTA, the correct security ID of the new service
167 * from Security service definitions (btm_api.h) should be added to this lookup table.
741 /* covert BTA service mask to BTM mask */
1081 if(p_data->auth_reply.service < BTA_MAX_SERVICE_ID)
1083 /* convert BTA service id to BTM mask */
1084 btm_mask_index = bta_service_id_to_btm_srv_id_lkup_tbl[p_data->auth_reply.service] / 32;
1085 trusted_mask[btm_mask_index] |= (UINT32)(1 << (bta_service_id_to_btm_srv_id_lkup_tbl[p_data->auth_reply.service] - (UINT32)(btm_mask_index * 32)));
1577 /* start name and service discovery from the first device on inquiry result */
1661 UINT16 service = 0xFFFF; local
1695 service
[all...]
H A Dbta_dm_api.c57 ** Description Enables bluetooth service. This function must be
96 ** Description Disables bluetooth service. This function is called when
97 ** the application no longer needs bluetooth service
423 ** Description This function does service discovery for services of a
453 ** Description This function does service discovery for services of a
848 void BTA_DmAuthorizeReply(BD_ADDR bd_addr, tBTA_SERVICE_ID service, tBTA_AUTH_RESP response) argument
857 p_msg->service = service;
1031 ** Description This function is called to get BTA service mask from EIR.
1034 ** p_services - return the BTA service mas
[all...]
H A Dbta_dm_int.h290 tBTA_SERVICE_ID service; member in struct:__anon483
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_act.c75 /* Set the Audio service class bit */
76 cod.service = BTM_COD_SERVICE_AUDIO;
92 ** servers, and deallocates the service control block.
197 /* do service search */
305 /* do service discovery to get features */
453 /* if found service */
483 /* if found service */
735 void bta_hf_client_cnum(char *number, UINT16 service) argument
741 evt.cnum.service = service;
[all...]
H A Dbta_hf_client_at.c53 #define BTA_HF_CLIENT_INDICATOR_SERVICE "service"
555 static void bta_hf_client_handle_cnum( char *numstr, UINT16 type, UINT16 service) argument
557 APPL_TRACE_DEBUG("%s number: %s type: %u service: %u", __FUNCTION__, numstr, type, service);
560 bta_hf_client_cnum(numstr, service);
1058 UINT16 service = 0; /* 0 in case this optional parameter is not being sent */ local
1064 res = sscanf(buffer, ",\"%32[^\"]\",%hu,,%hu%n", numstr, &type, &service, &offset);
1072 res = sscanf(buffer, ",\"\",%hu,,%hu%n", &type, &service, &offset);
1092 /* service is optional */
1095 bta_hf_client_handle_cnum(numstr, type, service);
[all...]
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h56 * make sure that the correct security ID of the new service from Security service definitions (btm_api.h)
91 /* BLE profile service ID */
103 /* service IDs (BTM_SEC_SERVICE_FIRST_EMPTY + 1) to (BTM_SEC_MAX_SERVICES - 1)
142 #define BTA_BLE_SERVICE_MASK 0x20000000 /* GATT based service */
160 /* extended service mask, including mask with one or more GATT UUID */
237 #define BTA_DM_AUTH_PERM 0 /* Authorized for future connections to the service */
239 #define BTA_DM_NOT_AUTH 2 /* Not authorized for the service */
395 tBTA_BLE_128SERVICE *p_services_128b; /* 128 bits service */
401 tBTA_BLE_SERVICE_DATA *p_service_data; /* service dat
455 tBTA_BLE_SERVICE service; member in struct:__anon688
774 tBTA_SERVICE_ID service; /* Service ID to authorize. */ member in struct:__anon708
1097 tBT_UUID service; /* GATT based Services UUID found on peer device. */ member in struct:__anon726
[all...]
H A Dbta_hf_client_api.h220 UINT16 service; member in struct:__anon812
264 ** Description Enable the HF CLient service. When the enable
279 ** Description Disable the HF Client service
291 ** Description Register an HF Client service.
304 ** Description Deregister an HF Client service.
H A Dutl.h37 #define BTA_UTL_SET_COD_ALL 0x08 /* take service class as the input (may clear some set bits!!) */
49 UINT16 service; member in struct:__anon919
132 ** BTA_UTL_SET_COD_ALL - overwrite major, minor, set the bits in service class
133 ** BTA_UTL_INIT_COD - overwrite major, minor, and service class
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_api.c50 ** Description Enable the Java I/F service. When the enable
357 ** Description This function sets the service class of local Class of Device
363 tBTA_JV_STATUS BTA_JvSetServiceClass(UINT32 service) argument
372 p_msg->service = service;
610 ** Description This function performs service discovery for the services
645 ** Description This function cancels an active service discovery.
676 ** of each service found in the SDP database (result of last
706 ** Description This function returns a number of service records found
707 ** during current service searc
[all...]
H A Dbta_jv_int.h99 UINT32 service; member in struct:__anon923
193 tBTA_SERVICE_ID sec_id; /* service id */
222 tBTA_SERVICE_ID sec_id; /* service id */
440 UINT8 *p_sel_raw_data;/* the raw data of last service select */
441 INT32 sel_len; /* the SDP record size of last service select */
446 UINT8 sec_id[BTA_JV_NUM_SERVICE_ID]; /* service ID */
/external/bluetooth/bluedroid/bta/sys/
H A Dutl.c184 ** BTA_UTL_SET_COD_ALL - overwrite major, minor, set the bits in service class
185 ** BTA_UTL_INIT_COD - overwrite major, minor, and service class
193 UINT16 service; local
198 BTM_COD_SERVICE_CLASS( service, dev );
211 p_cod->service &= BTM_COD_SERVICE_CLASS_MASK;
212 service = service | p_cod->service;
216 p_cod->service &= BTM_COD_SERVICE_CLASS_MASK;
217 service
[all...]
/external/bluetooth/bluedroid/btif/co/
H A Dbta_ag_co.c131 ** Description This function is executed by AG when a service level connection
134 ** set up particular to the connected service.
140 void bta_ag_co_data_open(UINT16 handle, tBTA_SERVICE_ID service) argument
142 BTIF_TRACE_DEBUG("bta_ag_co_data_open handle:%d service:%d", handle, service);
149 ** Description This function is called by AG when a service level
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_sdp.c75 /* register the service */
108 /* Make the service browseable */
147 APPL_TRACE_DEBUG("add_pbap_sdd:scn %d, service name %s", scn, p_service_name);
155 /* add service class */
186 } /* end of setting mandatory service class */
194 /* Make the service browseable */
230 UINT16 service = UUID_SERVCLASS_MESSAGE_ACCESS; local
239 APPL_TRACE_DEBUG("add_maps_sdp: scn %d, service name %s", scn, p_service_name);
266 /* add service class */
267 if (SDP_AddServiceClassIdList(sdp_handle, 1, &service))
[all...]
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_api.c32 ** Description This function is called to allow or disallow a service to
762 ** GAP_SET_COD_ALL - overwrite major, minor, set the bits in service class
763 ** GAP_INIT_COD - overwrite major, minor, and service class
775 UINT16 service; local
780 BTM_COD_SERVICE_CLASS( service, dev );
793 p_cod->service &= BTM_COD_SERVICE_CLASS_MASK;
794 service = service | p_cod->service;
798 p_cod->service
[all...]
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_db.c54 ** Description This function initialize a memory space to be a service database.
74 /* update service database information */
85 ** Description This function initialize a memory space to be a service database.
97 GATT_TRACE_ERROR("service DB empty");
443 ** Description This function adds an included service into a database.
446 ** inc_srvc_type: included service type.
452 tBT_UUID service)
458 s_handle, e_handle, service.uu.uuid16);
460 if (service.len == 0 || s_handle == 0 || e_handle == 0)
472 memcpy(&p_attr->p_value->incl_handle.service_type, &service, sizeo
451 gatts_add_included_service(tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT_UUID service) argument
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_ble_api.h403 tBTM_BLE_128SERVICE *p_services_128b; /* 128 bits service */
409 tBTM_BLE_SERVICE_DATA *p_service_data; /* service data */
681 UINT16 uuid; /* service ID */
694 tBTM_BLE_PF_UUID_COND srvc_uuid; /* service UUID filtering */
695 tBTM_BLE_PF_UUID_COND solicitate_uuid; /* solicitated service UUID filtering */
696 tBTM_BLE_PF_SRVC_PATTERN_COND srvc_data; /* service data pattern */
755 tBTM_BLE_SERVICE service; member in struct:__anon1505
H A Dgap_api.h107 #define GAP_SET_COD_ALL 0x08 /* take service class as the input (may clear some set bits!!) */
191 UINT16 service; member in struct:__anon1517
241 ** Description This function is called to allow or disallow a service to
H A Dgatt_api.h331 /* Transports for the primary service */
393 GATT_DISC_SRVC_BY_UUID, /* discover service of a special type */
394 GATT_DISC_INC_SRVC, /* discover the included service within a service */
395 GATT_DISC_CHAR, /* discover characteristics of a service with/without type requirement */
405 tBT_UUID service; member in struct:__anon1534
462 tGATT_READ_BY_TYPE service; member in union:__anon1540
508 /* primary service group data
517 /* included service attribute value
521 tBT_UUID service_type; /* included service UUI
[all...]
/external/chromium_org/android_webview/browser/
H A Ddeferred_gpu_command_service.cc13 #include "gpu/command_buffer/service/shader_translator_cache.h"
40 DeferredGpuCommandService* service = g_service.Get(); local
41 if (service) {
42 service->RunTasks();
43 if (service->IdleQueueSize()) {
44 service->RequestProcessGL();
H A Dhardware_renderer.cc41 scoped_refptr<gpu::InProcessCommandBuffer::Service> service) {
56 service,
39 CreateContext( scoped_refptr<gfx::GLSurface> surface, scoped_refptr<gpu::InProcessCommandBuffer::Service> service) argument
/external/chromium_org/android_webview/native/
H A Daw_autofill_client.cc74 android_webview::AwFormDatabaseService* service = local
77 return service->get_autofill_webdata_service();

Completed in 6745 milliseconds

1234567891011>>