Searched refs:scn (Results 76 - 94 of 94) sorted by relevance

1234

/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_int.h224 UINT8 scn; /* the scn of the server */ member in struct:__anon936
390 UINT8 scn; member in struct:__anon952
447 BOOLEAN scn[BTA_JV_MAX_SCN]; /* SCN allocated by java */ member in struct:__anon954
H A Dbta_jv_api.c566 tBTA_JV_STATUS BTA_JvFreeSCN(UINT8 scn) argument
575 p_msg->scn = scn;
/external/bluetooth/bluedroid/bta/mce/
H A Dbta_mce_act.c94 evt_data.mas[found].scn = pe.params[0];
/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_api.c55 ** Parameters: scn - Service Channel Number as registered with
68 ** Server can call this function with the same scn parameter multiple times if
71 ** DLCI for the connection is (scn * 2 + 1) if client originates connection on
72 ** existing none initiator multiplexer channel. Otherwise it is (scn * 2).
74 ** (scn * 2 + 1) dlci.
77 int RFCOMM_CreateConnection (UINT16 uuid, UINT8 scn, BOOLEAN is_server, argument
92 if (( scn == 0 )||(scn >= PORT_MAX_RFC_PORTS ))
102 dlci = (scn << 1) + 1;
104 dlci = (scn <<
[all...]
H A Dport_int.h157 UINT8 scn; /* Service channel number */ member in struct:t_port_info
/external/elfutils/0.153/src/
H A Daddr2line.c420 const char *scn = dwfl_module_relocation_info (mod, i, &shndx); local
421 if (unlikely (scn == NULL))
423 if (!strcmp (scn, name))
438 *addr, scn);
H A Delflint.c543 Elf_Scn *scn = elf_getscn (ebl->elf, cnt); local
545 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
555 Elf_Data *data = elf_getdata (scn, NULL);
1037 Elf_Scn *scn = NULL;
1038 while ((scn = elf_nextscn (ebl->elf, scn)) != NULL)
1041 const GElf_Shdr *rcshdr = gelf_getshdr (scn, &rcshdr_mem);
1047 Elf_Data *d = elf_getdata (scn, NULL);
2579 Elf_Scn *scn = NULL; local
2582 while ((scn
2677 Elf_Scn *scn = elf_getscn (ebl->elf, idx); local
2805 Elf_Scn *scn = gelf_offscn (elf, phdr->p_offset); local
4141 Elf_Scn *scn = NULL; local
4230 Elf_Scn *scn = NULL; local
[all...]
H A Dstrings.c717 Elf_Scn *scn = elf_nextscn (elf, NULL); local
718 if (scn == NULL)
725 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
734 while ((scn = elf_nextscn (elf, scn)) != NULL);
H A Delfcmp.c750 Elf_Scn *scn = NULL; local
751 while ((scn = elf_nextscn (ebl->elf, scn)) != NULL)
754 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
758 elf_ndxscn (scn), elf_errmsg (-1));
764 Elf_Data *data = elf_getdata (scn, NULL);
768 elf_ndxscn (scn), elf_errmsg (-1));
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_rfc.c296 BT_PSM_RFCOMM, BTM_SEC_PROTO_RFCOMM, bta_ag_cb.profile[i].scn);
298 bta_ag_port_status = RFCOMM_CreateConnection(bta_ag_uuid[i], bta_ag_cb.profile[i].scn,
H A Dbta_ag_int.h237 UINT8 scn; member in struct:__anon421
288 UINT8 peer_scn; /* peer scn */
365 extern BOOLEAN bta_ag_add_record(UINT16 service_uuid, char *p_service_name, UINT8 scn,
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_int.h151 UINT8 peer_scn; /* peer scn */
185 UINT8 scn; member in struct:__anon610
214 UINT8 scn, tBTA_HF_CLIENT_FEAT features,
/external/bluetooth/bluedroid/bta/include/
H A Dbta_jv_api.h191 int scn; /* channel # */ member in struct:__anon879
421 UINT8 scn; /* BTA_JV_GET_SCN_EVT */ member in union:__anon906
729 BTA_API extern tBTA_JV_STATUS BTA_JvFreeSCN(UINT8 scn);
/external/elfutils/0.153/libelf/
H A DlibelfP.h492 extern int __libelf_set_rawdata (Elf_Scn *scn) internal_function;
493 extern int __libelf_set_rawdata_wrlock (Elf_Scn *scn) internal_function;
/external/bluetooth/bluedroid/stack/include/
H A Dport_api.h196 ** Parameters: scn - Service Channel Number as registered with
209 ** Server can call this function with the same scn parameter multiple times if
212 ** DLCI for the connection is (scn * 2 + 1) if client originates connection on
213 ** existing none initiator multiplexer channel. Otherwise it is (scn * 2).
215 ** (scn * 2 + 1) dlci.
218 RFC_API extern int RFCOMM_CreateConnection (UINT16 uuid, UINT8 scn,
H A Dobx_api.h445 UINT8 scn; /* The RFCOMM SCN number that this server listens for incoming requests. 0, if do not wish to listen to connection from RFCOMM. */ member in struct:__anon1598
716 OBX_API extern tOBX_STATUS OBX_ConnectReq(BD_ADDR bd_addr, UINT8 scn, UINT16 mtu,
726 ** If scn is not 0, it allocates a control block for this new session.
735 OBX_API extern tOBX_STATUS OBX_AllocSession (UINT8 *p_session_info, UINT8 scn, UINT16 *p_psm,
H A Dbtm_api.h2270 BTM_API extern BOOLEAN BTM_TryAllocateSCN(UINT8 scn);
2283 BTM_API extern BOOLEAN BTM_FreeSCN(UINT8 scn);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_acl.c2424 // stack reserves scn 1 for HFP, HSP we still do the correct way
2447 BOOLEAN BTM_TryAllocateSCN(UINT8 scn) argument
2452 * Stack reserves scn 1 for HFP, HSP we still do the correct way.
2454 if ( (scn>=BTM_MAX_SCN) || (scn == 1) )
2458 if (!btm_cb.btm_scn[scn-1])
2460 btm_cb.btm_scn[scn-1] = TRUE;
2476 BOOLEAN BTM_FreeSCN(UINT8 scn) argument
2479 if (scn <= BTM_MAX_SCN)
2481 btm_cb.btm_scn[scn
2496 BTM_FreeSCN(UINT8 scn) argument
[all...]
/external/elfutils/0.153/libdwfl/
H A Dlink_map.c205 Elf_Scn *scn = INTUSE(dwfl_module_address_section) (mod, &vaddr, &bias);
206 if (unlikely (scn == NULL))
219 Elf_Data *data = elf_rawdata (scn, NULL);
204 Elf_Scn *scn = INTUSE(dwfl_module_address_section) (mod, &vaddr, &bias); local

Completed in 1529 milliseconds

1234