OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gki_getnext
(Results
1 - 16
of
16
) sorted by null
/external/bluetooth/bluedroid/gki/common/
gki.h
426
GKI_API extern void *
GKI_getnext
(void *);
gki_buffer.c
977
** Function
GKI_getnext
986
void *
GKI_getnext
(void *p_buf)
[
all
...]
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h
449
GKI_API extern void *
GKI_getnext
(void *);
gki_buffer.c
1045
** Function
GKI_getnext
1054
void *
GKI_getnext
(void *p_buf)
[
all
...]
/external/libnfc-nci/src/gki/common/
gki.h
451
GKI_API extern void *
GKI_getnext
(void *);
gki_buffer.c
1045
** Function
GKI_getnext
1054
void *
GKI_getnext
(void *p_buf)
[
all
...]
/external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c
[
all
...]
l2c_fcr.c
[
all
...]
l2c_main.c
804
p_buf1 = (BT_HDR *)
GKI_getnext
(p_buf);
[
all
...]
/external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c
170
p_buf = (tGATTS_SRV_CHG *)
GKI_getnext
(p_buf);
198
p_buf = (tGATTS_PENDING_NEW_SRV_START *)
GKI_getnext
(p_buf);
759
p_buf = (tGATT_VALUE *)
GKI_getnext
(p_buf);
791
p_buf = (tGATTS_SRV_CHG *)
GKI_getnext
(p_buf);
[
all
...]
gatt_sr.c
175
p_rsp = (tGATTS_RSP *)
GKI_getnext
(p_rsp);
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_hl.c
[
all
...]
/external/bluetooth/bluedroid/stack/btu/
btu_hcif.c
[
all
...]
/external/bluetooth/bluedroid/stack/gap/
gap_conn.c
329
p_buf = (BT_HDR *)
GKI_getnext
(p_buf);
[
all
...]
/external/bluetooth/bluedroid/stack/avdt/
avdt_scb_act.c
[
all
...]
/external/bluetooth/bluedroid/stack/rfcomm/
port_api.c
[
all
...]
Completed in 863 milliseconds