OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s_frameinfo
(Results
1 - 25
of
28
) sorted by null
1
2
/external/libnfc-nxp/src/
phLlcNfc_Interface.c
170
psLlcCtxt->
s_frameinfo
.read_pending)
197
psLlcCtxt->
s_frameinfo
.read_pending =
202
psLlcCtxt->
s_frameinfo
.read_pending =
239
if ((TRUE == psLlcCtxt->
s_frameinfo
.write_pending) ||
241
psLlcCtxt->
s_frameinfo
.read_pending))
254
psLlcCtxt->
s_frameinfo
.s_llcpacket.llcbuf_len = (uint8_t)llcBufferLength;
255
(void)memcpy ((void *)&(psLlcCtxt->
s_frameinfo
.s_llcpacket.s_llcbuf),
260
(uint8_t *)&(psLlcCtxt->
s_frameinfo
.s_llcpacket.s_llcbuf),
264
psLlcCtxt->
s_frameinfo
.write_pending = TRUE;
269
psLlcCtxt->
s_frameinfo
.resp_recvd_count = 0
[
all
...]
phLlcNfc.c
277
ps_llc_ctxt->
s_frameinfo
.sent_frame_type =
333
phLlcNfc_H_Frame_DeInit(&ps_llc_ctxt->
s_frameinfo
);
380
else if (ps_llc_ctxt->
s_frameinfo
.s_send_store.winsize_cnt >=
381
ps_llc_ctxt->
s_frameinfo
.window_size)
389
ps_frame_info = &(ps_llc_ctxt->
s_frameinfo
);
400
&(ps_llc_ctxt->
s_frameinfo
),
496
ps_recv_pkt = &(ps_llc_ctxt->
s_frameinfo
.s_recvpacket);
506
ps_llc_ctxt->
s_frameinfo
.upper_recv_call = TRUE;
phLlcNfc_Frame.c
282
(void)memset (&psLlcCtxt->
s_frameinfo
.s_llcpacket, 0,
285
psLlcCtxt->
s_frameinfo
.window_size =
289
psLlcCtxt->
s_frameinfo
.s_recv_store.winsize_cnt = 0;
291
psLlcCtxt->
s_frameinfo
.s_send_store.winsize_cnt = 0;
292
psLlcCtxt->
s_frameinfo
.n_s = 0;
293
psLlcCtxt->
s_frameinfo
.n_r = 0;
294
psLlcCtxt->
s_frameinfo
.rejected_ns = DEFAULT_PACKET_INPUT;
756
ps_frame_info = &(psLlcCtxt->
s_frameinfo
);
860
ps_frame_info = &(psLlcCtxt->
s_frameinfo
);
[
all
...]
phLlcNfc_StateMachine.c
131
if (0 != psLlcCtxt->
s_frameinfo
.s_send_store.winsize_cnt)
phLlcNfc_Timer.c
632
ps_frame_info = &(gpphLlcNfc_Ctxt->
s_frameinfo
);
804
gpphLlcNfc_Ctxt->
s_frameinfo
.sent_frame_type =
846
ps_frame_info = &(gpphLlcNfc_Ctxt->
s_frameinfo
);
885
gpphLlcNfc_Ctxt->
s_frameinfo
.resp_recvd_count = 0;
914
ps_frame_info = &(gpphLlcNfc_Ctxt->
s_frameinfo
);
[
all
...]
phLlcNfc_DataTypes.h
610
phLlcNfc_Frame_t
s_frameinfo
;
member in struct:phLlcNfc_Context
/frameworks/base/media/libstagefright/codecs/aacdec/
lt_prediction.h
51
#include "
s_frameinfo
.h"
apply_ms_synt.h
45
#include "
s_frameinfo
.h"
apply_tns.h
56
#include "
s_frameinfo
.h"
get_ics_info.h
55
#include "
s_frameinfo
.h"
get_tns.h
71
#include "
s_frameinfo
.h"
huffman.h
75
#include "
s_frameinfo
.h"
pns_intensity_right.h
52
#include "
s_frameinfo
.h"
pns_left.h
48
#include "
s_frameinfo
.h"
pulse_nc.h
49
#include "
s_frameinfo
.h"
q_normalize.h
49
#include "
s_frameinfo
.h"
s_frameinfo.h
20
Pathname:
s_frameinfo
.h
s_tdec_int_chan.h
85
#include "
s_frameinfo
.h"
s_tdec_int_file.h
93
#include "
s_frameinfo
.h"
set_mc_info.h
50
#include "
s_frameinfo
.h"
apply_tns.cpp
131
#include "
s_frameinfo
.h"
get_adif_header.cpp
245
#include "
s_frameinfo
.h"
get_tns.cpp
197
#include "
s_frameinfo
.h"
hufffac.cpp
314
#include "
s_frameinfo
.h"
infoinit.cpp
165
#include "
s_frameinfo
.h"
Completed in 610 milliseconds
1
2