Home
last modified time | relevance | path

Searched refs:other_callback (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/tests/
Dsync_handle_registry_unittest.cc65 [](base::WaitableEvent* e, const base::Closure& other_callback, in TEST_F()
67 registry->UnregisterEvent(e, other_callback); in TEST_F()
218 const base::Closure& other_callback, in TEST_F()
224 registry->UnregisterEvent(e1->get(), other_callback); in TEST_F()
/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_test_factory.cc81 explicit SsrcSwitchDetector(NetEqPostInsertPacket* other_callback) in SsrcSwitchDetector() argument
82 : other_callback_(other_callback) {} in SsrcSwitchDetector()