Searched refs:Sound (Results 1 – 17 of 17) 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()195 status_t Sound::doLoad() in doLoad()
102 void setPlay(int32_t streamID, const std::shared_ptr<Sound> &sound, int32_t soundID,126 void play_l(const std::shared_ptr<Sound>& sound, int streamID,144 std::shared_ptr<Sound> mSound GUARDED_BY(mLock); // Non-null if playing.
130 const std::shared_ptr<soundpool::Sound> sound = mSoundManager.findSound(soundID); in play()131 if (sound == nullptr || sound->getState() != soundpool::Sound::READY) { in play()
79 std::shared_ptr<Sound> sound = mSoundManager->findSound(soundID); in run()
154 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()
93 "Sound.cpp",
393 int32_t queueForPlay(const std::shared_ptr<Sound> &sound,
140 int32_t StreamManager::queueForPlay(const std::shared_ptr<Sound> &sound, in queueForPlay()
219 // TvSettings > Display & Sound222 // TvSettings > Display & Sound > Advanced display settings225 // TvSettings > Display & Sound > Advanced display settings >229 // TvSettings > Display & Sound > System sounds (toggle)232 // TvSettings > Display & Sound > Advanced sound settings235 // TvSettings > Display & Sound > Advanced sound settings > Select formats238 // TvSettings > Display & Sound > Advanced sound settings > Select formats >242 // TvSettings > Display & Sound > Advanced sound settings > Select formats >246 // TvSettings > Display & Sound > Advanced sound settings > Select formats >250 // TvSettings > Display & Sound > Advanced sound settings >[all …]
385 …// OPEN: Settings > Sound > Do Not Disturb > Turn on automatically > Select rule ("Event") > Rule …390 // OPEN: Settings > Sound > Do Not Disturb > TURN ON NOW/TURN OFF NOW585 // OPEN: Settings > Sound > Switch a2dp devices dialog591 // OPEN: Settings > Sound > Switch hfp devices dialog1001 // OPEN: Settings > Sound & notification > App notifications > [App]1014 // OPEN: Settings > Sound & notification > Do not disturb1166 // OPEN: Settings > Sound & notification > App notifications1171 // OPEN: Settings > Sound & notification > DND > Priority only allows1176 // OPEN: Settings > Sound & notification > DND > Automatic rules1181 // OPEN: Settings > Sound & notification > DND > [Time based rule][all …]
1 # Sound Trigger Middleware
621 // OPEN: Settings > Sound & notification626 // OPEN: Settings > Sound & notification > App notifications > [App]631 // OPEN: Settings > Sound & notification > Other sounds644 // OPEN: Settings > Sound & notification > Do not disturb946 // OPEN: Settings > Sound & notification > App notifications986 // OPEN: Settings > Sound & notification > DND > Priority only allows991 // OPEN: Settings > Sound & notification > DND > Automatic rules1001 // OPEN: Settings > Sound & notification > DND > [Time based rule]1006 // OPEN: Settings > Sound & notification > DND > [External rule]1011 // OPEN: Settings > Sound & notification > DND > [Event rule][all …]
205 // internally in AudioService and the Sound settings activity to coordinate
848 reserved 3; // Moved to secure settings Sound.charging_sounds_enabled