Searched refs:a2dpSpeaker (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/audio/common/all-versions/default/tests/ |
D | hidlutils6_tests.cpp | 76 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()
|
D | hidlutils_tests.cpp | 497 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()
|