Searched refs:service (Results 1 - 25 of 1072) 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/blktrace/doc/
H A Dblktrace.tex528 addition to the internal queue and later service by the driver. The
572 smaller pieces for service. This may indicate a performance problem due
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_int.h52 /* Number of SCBs (AG service instances that can be registered) */
248 /* type for each service control block */
259 UINT16 conn_handle; /* RFCOMM handle of connected service */
277 BOOLEAN dealloc; /* TRUE if service shutting down */
283 BOOLEAN svc_conn; /* set to TRUE when service level connection up */
287 UINT8 conn_service; /* connected service */
294 UINT8 service_ind; /* CIEV service indicator value */
319 tBTA_AG_SCB scb[BTA_AG_NUM_SCB]; /* service control blocks */
369 extern BOOLEAN bta_ag_sdp_find_attr(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service);
370 extern void bta_ag_do_disc(tBTA_AG_SCB *p_scb, tBTA_SERVICE_MASK service);
[all...]
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/av/
H A Dbta_av_act.c176 ** Description AVRCP service discovery callback.
1685 ** Description Handle AVRCP service discovery results. If matching
1686 ** service found, open AVRCP connection.
1745 /* if peer remote control service matches ours and USE_RC is TRUE */
2041 /* Clear the Capturing service class bit */
2042 cod.service = BTM_COD_SERVICE_CAPTURING;
H A Dbta_av_main.c337 ** register the service to stack
518 ** register the service to stack
571 /* create remote control TG service if required */
589 /* Set the Capturing service class bit */
591 cod.service = BTM_COD_SERVICE_CAPTURING | BTM_COD_SERVICE_RENDERING;
593 cod.service = BTM_COD_SERVICE_CAPTURING;
/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...]
H A Dbta_hf_client_int.h138 /* type for each service control block */
144 UINT16 conn_handle; /* RFCOMM handle of connected service */
157 BOOLEAN deregister; /* TRUE if service shutting down */
158 BOOLEAN svc_conn; /* set to TRUE when service level connection is up */
183 tBTA_HF_CLIENT_SCB scb; /* service control block */
289 extern void bta_hf_client_cnum(char *number, UINT16 service);
/external/bluetooth/bluedroid/bta/include/
H A Dbta_ag_co.h83 ** Description This function is executed by AG when a service level connection
86 ** set up particular to the connected service.
92 BTA_API extern void bta_ag_co_data_open(UINT16 handle, tBTA_SERVICE_ID service);
98 ** Description This function is called by AG when a service level
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 Dbta_jv_api.h478 ** Description Enable the Java I/F service. When the enable
614 ** Description This function sets the service class of local Class of Device
620 BTA_API extern tBTA_JV_STATUS BTA_JvSetServiceClass(UINT32 service);
749 ** Description This function performs service discovery for the services
765 ** Description This function cancels an active service discovery.
781 ** of each service found in the SDP database (result of last
796 ** Description This function returns a number of service records found
797 ** during current service search, equals to the number returned
813 ** service UUID. When the operation is complete the
815 ** BTA_JV_SERVICE_SEL_EVT with the length of the service recor
[all...]
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_act.c799 /* free the service records allocated by java apps */
896 ** Description update the service class field of device class
907 BTA_JvSetServiceClass(UINT32 service) assumes that the service class passed to the
912 This reflects that the service class defined at btm is UINT16,
916 cod.service = (p_data->set_service.service >> 8);
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_dm.c274 BTIF_TRACE_ERROR("%s: Unknown service being enabled", __FUNCTION__);
1101 /* Do not call bond_state_changed_cb yet. Wait till fetch remote service is complete */
1261 /* TODO: Get the service list and check to see which uuids we got and send it back to the client. */
1444 p_data->disc_ble_res.service.uu.uuid16);
1448 if (p_data->disc_ble_res.service.uu.uuid16 == UUID_SERVCLASS_LE_HID)
1456 bta_gatt_convert_uuid16_to_uuid128(uuid.uu,p_data->disc_ble_res.service.uu.uuid16);
1499 ** Description Executes search service record event in btif context
1531 /* TODO: Need to get the service name using p_raw_data */
1541 ASSERTC(0, "unhandled remote service record event", event);
2107 ** Description Switches context from BTE to BTIF for DM search service
[all...]

Completed in 394 milliseconds

1234567891011>>