Home
last modified time | relevance | path

Searched defs:PrimaryDevice (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/audio/
Dprimary_device.h37 struct PrimaryDevice : public IPrimaryDevice { struct
105 talsa::MixerPtr mMixer;
106 talsa::mixer_ctl_t *mMixerMasterVolumeCtl = nullptr;
107 talsa::mixer_ctl_t *mMixerCaptureVolumeCtl = nullptr;
108 talsa::mixer_ctl_t *mMixerMasterPaybackSwitchCtl = nullptr;
109 talsa::mixer_ctl_t *mMixerCaptureSwitchCtl = nullptr;
110 std::atomic<int> mNStreams = 0;
Dprimary_device.cpp35 PrimaryDevice::PrimaryDevice() in PrimaryDevice() function in android::hardware::audio::V6_0::implementation::PrimaryDevice