Searched refs:Sound (Results 1 – 19 of 19) sorted by relevance
55 class Sound {63 Sound(int soundID, int fd, int64_t offset, int64_t length);64 ~Sound();
58 auto sound = std::make_shared<Sound>(soundID, fd, offset, length); in load()77 std::shared_ptr<Sound> SoundManager::findSound(int32_t soundID) const in findSound()83 std::shared_ptr<Sound> SoundManager::findSound_l(int32_t soundID) const in findSound_l()
61 std::shared_ptr<Sound> findSound(int32_t soundID) const;102 std::shared_ptr<Sound> findSound_l(int32_t soundID) const REQUIRES(mSoundManagerLock);109 std::unordered_map<int, std::shared_ptr<Sound>> mSounds GUARDED_BY(mSoundManagerLock);
32 Sound::Sound(int32_t soundID, int fd, int64_t offset, int64_t length) in Sound() function in android::soundpool::Sound43 Sound::~Sound() in ~Sound()198 status_t Sound::doLoad() in doLoad()
105 void setPlay(int32_t streamID, const std::shared_ptr<Sound> &sound, int32_t soundID,159 void play_l(const std::shared_ptr<Sound>& sound, int streamID,175 std::shared_ptr<Sound> mSound GUARDED_BY(mLock); // Non-null if playing.
132 const std::shared_ptr<soundpool::Sound> sound = mSoundManager.findSound(soundID); in play()133 if (sound == nullptr || sound->getState() != soundpool::Sound::READY) { in play()
80 std::shared_ptr<Sound> sound = mSoundManager->findSound(soundID); in run()
156 int32_t streamID, const std::shared_ptr<Sound> &sound, int32_t soundID, in setPlay()275 void Stream::play_l(const std::shared_ptr<Sound>& sound, int32_t nextStreamID, in play_l()
115 "Sound.cpp",
399 int32_t queueForPlay(const std::shared_ptr<Sound> &sound,
155 int32_t StreamManager::queueForPlay(const std::shared_ptr<Sound> &sound, in queueForPlay()
305 // TvSettings > Display & Sound308 // TvSettings > Display & Sound > Advanced display settings311 // TvSettings > Display & Sound > Advanced display settings >315 // TvSettings > Display & Sound > Advanced display settings >319 // TvSettings > Display & Sound > Advanced display settings >323 // TvSettings > Display & Sound > Advanced display settings >327 // TvSettings > Display & Sound > Advanced display settings >331 // TvSettings > Display & Sound > Advanced display settings >335 // TvSettings > Display & Sound > Advanced display settings >339 // TvSettings > Display & Sound > Advanced display settings >[all …]
370 …// OPEN: Settings > Sound > Do Not Disturb > Turn on automatically > Select rule ("Event") > Rule …375 // OPEN: Settings > Sound > Do Not Disturb > TURN ON NOW/TURN OFF NOW570 // OPEN: Settings > Sound > Switch a2dp devices dialog576 // OPEN: Settings > Sound > Switch hfp devices dialog1543 // Action: Settings > Sound & vibration > Vibration & haptics > Keyboard vibration1621 // ACTION: Settings > Sound & Vibration > Vibration & haptics2132 // OPEN: Settings > Sound & notification > App notifications > [App]2145 // OPEN: Settings > Sound & notification > Do not disturb2297 // OPEN: Settings > Sound & notification > App notifications2302 // OPEN: Settings > Sound & notification > DND > Priority only allows[all …]
15 4. Camera Sound Kind (parameter name: `soundKind`)
1 # Sound Trigger Middleware4 Sound Trigger Middleware is a system service that exposes sound trigger functionality (low-power62 between Audio and Sound Trigger and for notifications about audio recording) and to the various HAL
627 // OPEN: Settings > Sound & notification632 // OPEN: Settings > Sound & notification > App notifications > [App]637 // OPEN: Settings > Sound & notification > Other sounds650 // OPEN: Settings > Sound & notification > Do not disturb952 // OPEN: Settings > Sound & notification > App notifications992 // OPEN: Settings > Sound & notification > DND > Priority only allows997 // OPEN: Settings > Sound & notification > DND > Automatic rules1007 // OPEN: Settings > Sound & notification > DND > [Time based rule]1012 // OPEN: Settings > Sound & notification > DND > [External rule]1017 // OPEN: Settings > Sound & notification > DND > [Event rule][all …]
229 // internally in AudioService and the Sound settings activity to coordinate
880 reserved 3; // Moved to secure settings Sound.charging_sounds_enabled
405 // Notify the user that audio was lowered based on Calculated Sound Dose (CSD)