HomeSort by relevance Sort by last modified time
    Searched refs:DeviceNameFreeHint (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/media/audio/alsa/
alsa_wrapper.h 26 virtual int DeviceNameFreeHint(void** hints);
audio_manager_alsa.cc 134 wrapper_->DeviceNameFreeHint(hints);
267 wrapper_->DeviceNameFreeHint(hints);
alsa_wrapper.cc 30 int AlsaWrapper::DeviceNameFreeHint(void** hints) {
alsa_output_unittest.cc 40 MOCK_METHOD1(DeviceNameFreeHint, int(void** hints));
712 // The DeviceNameHint and DeviceNameFreeHint need to be paired to avoid a
716 EXPECT_CALL(mock_alsa_wrapper_, DeviceNameFreeHint(&kFakeHints[0]))
767 EXPECT_CALL(mock_alsa_wrapper_, DeviceNameFreeHint(&kFakeHints[0]))
    [all...]
alsa_output.cc 553 wrapper_->DeviceNameFreeHint(hints);

Completed in 484 milliseconds