OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:response_buf
(Results
1 - 2
of
2
) sorted by null
/device/moto/shamu/dataservices/rmnetctl/src/
librmnetctl.c
94
uint8_t *request_buf, *
response_buf
;
local
99
response_buf
= NULL;
120
response_buf
= (uint8_t *)malloc(MAX_BUF_SIZE * sizeof(uint8_t));
121
if (!
response_buf
) {
131
memset(
response_buf
, 0, MAX_BUF_SIZE*sizeof(uint8_t));
152
free(
response_buf
);
157
response_buf
,
165
free(
response_buf
);
169
memcpy(response, (void *)NLMSG_DATA(
response_buf
),
174
free(
response_buf
);
[
all
...]
/external/libnfc-nci/src/nfc/include/
rw_api.h
167
UINT8 *
response_buf
; /* Buffer of responses (length + SENSF_RES) see $8.1.2.2 of NCI specs */
member in struct:__anon8032
[
all
...]
Completed in 537 milliseconds