Home
last modified time | relevance | path

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

/device/generic/goldfish/audio/
Dprimary_device.h41 struct PrimaryDevice : public IPrimaryDevice { struct
103 friend StreamOut;
110 struct AudioPatch {
115 AudioPatchHandle mNextAudioPatchHandle = 0;
116 std::unordered_map<AudioPatchHandle, AudioPatch> mAudioPatches;
118 std::unordered_set<StreamIn *> mInputStreams; // requires mMutex
119 std::unordered_set<StreamOut *> mOutputStreams; // requires mMutex
120 mutable std::mutex mMutex;
122 float mMasterVolume = 1.0f;
123 bool mMasterMute = false;
[all …]
Dprimary_device.cpp36 PrimaryDevice::PrimaryDevice() {} in PrimaryDevice() function in android::hardware::audio::V6_0::implementation::PrimaryDevice