Searched refs:stopMelComputationForDeviceId (Results 1 – 5 of 5) sorted by relevance
82 void stopMelComputationForDeviceId(audio_port_handle_t deviceId) final
293 void MelReporter::stopMelComputationForDeviceId(audio_port_handle_t deviceId) { in stopMelComputationForDeviceId() function in android::MelReporter
46 MOCK_METHOD(void, stopMelComputationForDeviceId, (audio_port_handle_t), (override));314 EXPECT_CALL(*mMelReporterCallback.get(), stopMelComputationForDeviceId).Times(1); in TEST_F()
40 virtual void stopMelComputationForDeviceId(audio_port_handle_t deviceId) = 0;
538 mMelReporterCallback->stopMelComputationForDeviceId(deviceToStop); in setAudioDeviceCategory()