Searched refs:firstCall (Results 1 – 5 of 5) sorted by relevance
192 static int firstCall = 1; in u_current_init() local198 if (firstCall) { in u_current_init()202 firstCall = 0; in u_current_init()
147 boolean firstCall = true; in testRead_withProcessor_stopsOnFalse()151 assertTrue("consume() called twice", firstCall); in testRead_withProcessor_stopsOnFalse()152 firstCall = false; in testRead_withProcessor_stopsOnFalse()
94 int16_t firstCall; // First call to the process-function member
674 if (stt->firstCall == 0) in WebRtcAgc_ProcessAnalog()677 stt->firstCall = 1; in WebRtcAgc_ProcessAnalog()1451 stt->firstCall = 0; in WebRtcAgc_Init()
2111 static boolean firstCall = TRUE; in st_choose_format() local2112 if (firstCall) { in st_choose_format()2114 firstCall = FALSE; in st_choose_format()