Searched defs:PrimaryDevice (Results 1 – 2 of 2) sorted by relevance
/aosp12/hardware/interfaces/audio/core/all-versions/default/include/core/default/ | ||
H A D | PrimaryDevice.h | 42 struct PrimaryDevice : public IPrimaryDevice { struct |
/aosp12/hardware/interfaces/audio/core/all-versions/default/ | ||
H A D | PrimaryDevice.cpp | 32 PrimaryDevice::PrimaryDevice(audio_hw_device_t* device) : mDevice(new Device(device)) {} in PrimaryDevice() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice |