Searched defs:PrimaryDevice (Results 1 – 2 of 2) sorted by relevance
41 struct PrimaryDevice : public IPrimaryDevice { struct103 friend StreamOut;110 struct AudioPatch {115 AudioPatchHandle mNextAudioPatchHandle = 0;116 std::unordered_map<AudioPatchHandle, AudioPatch> mAudioPatches;118 std::unordered_set<StreamIn *> mInputStreams; // requires mMutex119 std::unordered_set<StreamOut *> mOutputStreams; // requires mMutex120 mutable std::mutex mMutex;122 float mMasterVolume = 1.0f;123 bool mMasterMute = false;[all …]
36 PrimaryDevice::PrimaryDevice() {} in PrimaryDevice() function in android::hardware::audio::V6_0::implementation::PrimaryDevice