Home
last modified time | relevance | path

Searched refs:a2dpSpeaker (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/audio/common/all-versions/default/tests/
Dhidlutils6_tests.cpp76 DeviceAddress a2dpSpeaker; in TEST() local
77 a2dpSpeaker.device = AudioDevice::OUT_BLUETOOTH_A2DP_SPEAKER; in TEST()
78 a2dpSpeaker.address.mac = std::array<uint8_t, 6>{1, 2, 3, 4, 5, 6}; in TEST()
79 ConvertDeviceAddress(a2dpSpeaker); in TEST()
Dhidlutils_tests.cpp497 DeviceAddress a2dpSpeaker; in TEST() local
498 a2dpSpeaker.deviceType = toString(xsd::AudioDevice::AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_SPEAKER); in TEST()
499 a2dpSpeaker.address.mac(std::array<uint8_t, 6>{1, 2, 3, 4, 5, 6}); in TEST()
500 ConvertDeviceAddress(a2dpSpeaker); in TEST()