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

  /external/chromium_org/media/audio/alsa/
audio_manager_alsa.cc 155 scoped_ptr_malloc<char> io(wrapper_->DeviceNameGetHint(*hint_iter,
173 wrapper_->DeviceNameGetHint(*hint_iter, kNameHintName));
178 scoped_ptr_malloc<char> desc(wrapper_->DeviceNameGetHint(
255 scoped_ptr_malloc<char> io(wrapper_->DeviceNameGetHint(*hint_iter,
alsa_wrapper.h 25 virtual char* DeviceNameGetHint(const void* hint, const char* id);
alsa_wrapper.cc 26 char* AlsaWrapper::DeviceNameGetHint(const void* hint, const char* id) {
alsa_output_unittest.cc 39 MOCK_METHOD2(DeviceNameGetHint, char*(const void* hint, const char* id));
740 EXPECT_CALL(mock_alsa_wrapper_, DeviceNameGetHint(_, StrEq("IOID")))
742 EXPECT_CALL(mock_alsa_wrapper_, DeviceNameGetHint(_, StrEq("NAME")))
    [all...]
alsa_output.cc 540 wrapper_->DeviceNameGetHint(*hint_iter, kIoHintName));
546 wrapper_->DeviceNameGetHint(*hint_iter, kNameHintName));

Completed in 40 milliseconds