Searched refs:other_callback (Results 1 – 2 of 2) sorted by relevance
65 [](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()
81 explicit SsrcSwitchDetector(NetEqPostInsertPacket* other_callback) in SsrcSwitchDetector() argument82 : other_callback_(other_callback) {} in SsrcSwitchDetector()