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

  /external/chromium_org/media/audio/alsa/
alsa_wrapper.h 24 virtual int DeviceNameHint(int card, const char* iface, void*** hints);
alsa_wrapper.cc 22 int AlsaWrapper::DeviceNameHint(int card, const char* iface, void*** hints) {
audio_manager_alsa.cc 129 int error = wrapper_->DeviceNameHint(card, kPcmInterfaceName, &hints);
250 int error = wrapper_->DeviceNameHint(card, kPcmInterfaceName, &hints);
alsa_output_unittest.cc 36 MOCK_METHOD3(DeviceNameHint, int(int card,
126 // Helper function to malloc the string returned by DeviceNameHint for NAME.
131 // Helper function to malloc the string returned by DeviceNameHint for IOID.
158 // Used to simulate DeviceNameHint.
712 // The DeviceNameHint and DeviceNameFreeHint need to be paired to avoid a
714 EXPECT_CALL(mock_alsa_wrapper_, DeviceNameHint(_, _, _))
765 EXPECT_CALL(mock_alsa_wrapper_, DeviceNameHint(_, _, _))
    [all...]
alsa_output.cc 529 int error = wrapper_->DeviceNameHint(kGetAllDevices,

Completed in 105 milliseconds