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

  /external/chromium_org/media/audio/linux/
audio_manager_linux.cc 152 scoped_ptr_malloc<char> io(wrapper_->DeviceNameGetHint(*hint_iter,
170 wrapper_->DeviceNameGetHint(*hint_iter, kNameHintName));
175 scoped_ptr_malloc<char> desc(wrapper_->DeviceNameGetHint(
231 scoped_ptr_malloc<char> io(wrapper_->DeviceNameGetHint(*hint_iter,
alsa_wrapper.h 22 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 38 MOCK_METHOD2(DeviceNameGetHint, char*(const void* hint, const char* id));
733 EXPECT_CALL(mock_alsa_wrapper_, DeviceNameGetHint(_, StrEq("IOID")))
735 EXPECT_CALL(mock_alsa_wrapper_, DeviceNameGetHint(_, StrEq("NAME")))
773 EXPECT_CALL(mock_alsa_wrapper_, DeviceNameGetHint(_, StrEq("IOID")))
775 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 2205 milliseconds