Home
last modified time | relevance | path

Searched defs:callback_count (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/rtc_base/
Dsigslot_tester.h55 int callback_count() const { return callback_count_; } in callback_count() function
80 int callback_count() const { return callback_count_; } in callback_count() function
103 int callback_count() const { return callback_count_; } in callback_count() function
134 int callback_count() const { return callback_count_; } in callback_count() function
176 int callback_count() const { return callback_count_; } in callback_count() function
224 int callback_count() const { return callback_count_; } in callback_count() function
/external/wayland/tests/
Dproxy-test.c43 int callback_count; member
/external/cronet/net/cookies/
Dcookie_store_test_helpers.cc266 int CallbackCounter::callback_count() { in callback_count() function in net::CallbackCounter
/external/webrtc/api/video_codecs/test/
Dvideo_encoder_software_fallback_wrapper_unittest.cc275 int callback_count = callback_.callback_count_; in UtilizeFallbackEncoder() local
302 int callback_count = callback_.callback_count_; in FallbackFromEncodeRequest() local
/external/libevent/test/
Dregress_thread.c408 static unsigned callback_count = 0; variable