Searched refs:PAMD_Value (Results 1 – 1 of 1) sorted by relevance
/packages/apps/FMRadio/jni/fmr/ |
D | common.cpp | 442 uint16_t set_freq, sw_freq, org_freq, PAMD_Value, AF_PAMD_LBound, AF_PAMD_HBound; in COM_active_af() local 466 ioctl(fd, FM_IOCTL_GETCURPAMD, &PAMD_Value); in COM_active_af() 467 LOGI("current_freq=%d,PAMD_Value=%d\n", cur_freq, PAMD_Value); in COM_active_af() 469 if (PAMD_Value < AF_PAMD_LBound) { in COM_active_af() 482 if (PAMD_Level[i] > PAMD_Value) { in COM_active_af() 483 PAMD_Value = PAMD_Level[i]; in COM_active_af() 488 LOGI("PAMD_Value=%d, sw_freq=%d\n", PAMD_Value, sw_freq); in COM_active_af() 489 if ((PAMD_Value > AF_PAMD_HBound)&&(sw_freq != 0)) { in COM_active_af()
|