Home
last modified time | relevance | path

Searched refs:firstCall (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mapi/mapi/
Du_current.c157 static int firstCall = 1; in u_current_init() local
163 if (firstCall) { in u_current_init()
167 firstCall = 0; in u_current_init()
/external/guava/guava-tests/test/com/google/common/io/
DByteSourceTest.java147 boolean firstCall = true; in testRead_withProcessor_stopsOnFalse()
151 assertTrue("consume() called twice", firstCall); in testRead_withProcessor_stopsOnFalse()
152 firstCall = false; in testRead_withProcessor_stopsOnFalse()
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
Danalog_agc.h94 int16_t firstCall; // First call to the process-function member
Danalog_agc.c674 if (stt->firstCall == 0) in WebRtcAgc_ProcessAnalog()
677 stt->firstCall = 1; in WebRtcAgc_ProcessAnalog()
1451 stt->firstCall = 0; in WebRtcAgc_Init()