Home | History | Annotate | Download | only in audio

Lines Matching refs:OnCreated

52   MOCK_METHOD1(OnCreated, void(AudioInputController* controller));
83 // OnCreated() will be posted once.
84 EXPECT_CALL(event_handler, OnCreated(NotNull()))
99 // Wait for OnCreated() to fire.
111 // OnCreated() will be called once.
112 EXPECT_CALL(event_handler, OnCreated(NotNull()))
129 // Creating the AudioInputController should render an OnCreated() call.
157 // OnCreated() will be called once.
158 EXPECT_CALL(event_handler, OnCreated(NotNull()))
182 // Creating the AudioInputController should render an OnCreated() call.
211 // OnCreated() shall not be called in this test.
212 EXPECT_CALL(event_handler, OnCreated(NotNull()))
235 EXPECT_CALL(event_handler, OnCreated(NotNull()));