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

  /external/chromium_org/media/audio/linux/
alsa_wrapper.h 21 virtual int DeviceNameHint(int card, const char* iface, void*** hints);
audio_manager_linux.cc 129 int error = wrapper_->DeviceNameHint(card, kPcmInterfaceName, &hints);
226 int error = wrapper_->DeviceNameHint(card, kPcmInterfaceName, &hints);
alsa_wrapper.cc 22 int AlsaWrapper::DeviceNameHint(int card, const char* iface, void*** hints) {
alsa_output_unittest.cc 35 MOCK_METHOD3(DeviceNameHint, int(int card,
130 // Helper function to malloc the string returned by DeviceNameHint for NAME.
135 // Helper function to malloc the string returned by DeviceNameHint for IOID.
162 // Used to simulate DeviceNameHint.
716 // The DeviceNameHint and DeviceNameFreeHint need to be paired to avoid a
718 EXPECT_CALL(mock_alsa_wrapper_, DeviceNameHint(_, _, _))
769 EXPECT_CALL(mock_alsa_wrapper_, DeviceNameHint(_, _, _))
    [all...]
alsa_output.cc 530 int error = wrapper_->DeviceNameHint(kGetAllDevices,

Completed in 420 milliseconds