HomeSort by relevance Sort by last modified time
    Searched full:get_chip_id (Results 1 - 3 of 3) sorted by null

  /packages/apps/FMRadio/jni/fmr/
fmr.h 110 int (*get_chip_id)(int fd, int *chipid); member in struct:fm_cbk_tbl
fmr_core.cpp 216 FMR_ASSERT(FMR_cbk_tbl(idx).get_chip_id);
219 ret = FMR_cbk_tbl(idx).get_chip_id(FMR_fd(idx), chipid);
common.cpp 575 cbk_tbl->get_chip_id = COM_get_chip_id;

Completed in 188 milliseconds