Searched refs:temp_hjr (Results 1 – 1 of 1) sorted by relevance
1729 int8_t temp_hjr; in setISOValue() local1737 temp_hjr = true; in setISOValue()1738 native_set_parms(MM_CAMERA_PARM_HJR, sizeof(int8_t), (void*)&temp_hjr); in setISOValue()1743 temp_hjr = false; in setISOValue()1744 native_set_parms(MM_CAMERA_PARM_HJR, sizeof(int8_t), (void*)&temp_hjr); in setISOValue()