OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fm_cqi
(Results
1 - 3
of
3
) sorted by null
/packages/apps/FMRadio/jni/fmr/
fmr_core.cpp
586
static struct
fm_cqi
SortData[CQI_CH_NUM_MAX];
588
struct
fm_cqi
swap;
597
memset(SortData, 0, CQI_CH_NUM_MAX*sizeof(struct
fm_cqi
));
709
memcpy(&swap, &SortData[j], sizeof(struct
fm_cqi
));
710
memcpy(&SortData[j], &SortData[j-1], sizeof(struct
fm_cqi
));
711
memcpy(&SortData[j-1], &swap, sizeof(struct
fm_cqi
));
fm.h
412
struct
fm_cqi
{
struct
common.cpp
351
cqi_req.buf_size = cqi_req.ch_num * sizeof(struct
fm_cqi
);
Completed in 43 milliseconds