OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_evt_buf
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/bt/libbt-vendor/src/
hardware.c
110
HC_BT_HDR *
p_evt_buf
= (HC_BT_HDR *) p_mem;
local
115
status = *((uint8_t *)(
p_evt_buf
+ 1) + HCI_EVT_CMD_CMPL_STATUS_RET_BYTE);
116
p = (uint8_t *)(
p_evt_buf
+ 1) + HCI_EVT_CMD_CMPL_OPCODE;
124
bt_vendor_cbacks->dealloc(
p_evt_buf
);
/external/libnfc-nci/src/nfa/include/
nfa_hci_api.h
186
UINT8 *
p_evt_buf
; /* HCP EVT Parameter */
member in struct:__anon20591
/hardware/broadcom/libbt/src/
hardware.c
154
void hw_config_cback(void *
p_evt_buf
);
582
HC_BT_HDR *
p_evt_buf
= (HC_BT_HDR *) p_mem;
local
593
status = *((uint8_t *)(
p_evt_buf
+ 1) + HCI_EVT_CMD_CMPL_STATUS_RET_BYTE);
594
p = (uint8_t *)(
p_evt_buf
+ 1) + HCI_EVT_CMD_CMPL_OPCODE;
632
p_tmp = p_name = (char *) (
p_evt_buf
+ 1) + \
801
p_tmp = (char *) (
p_evt_buf
+ 1) + \
838
bt_vendor_cbacks->dealloc(
p_evt_buf
);
876
HC_BT_HDR *
p_evt_buf
= (HC_BT_HDR *) p_mem;
local
879
if (*((uint8_t *)(
p_evt_buf
+ 1) + HCI_EVT_CMD_CMPL_STATUS_RET_BYTE) == 0)
887
bt_vendor_cbacks->dealloc(
p_evt_buf
);
908
HC_BT_HDR *
p_evt_buf
= (HC_BT_HDR *) p_mem;
local
1251
HC_BT_HDR *
p_evt_buf
= (HC_BT_HDR *) p_mem;
local
[
all
...]
/external/libnfc-nci/src/nfa/int/
nfa_hci_int.h
235
UINT8 *
p_evt_buf
;
member in struct:__anon20733
Completed in 863 milliseconds