Home
last modified time | relevance | path

Searched refs:Sound (Results 1 – 23 of 23) sorted by relevance

/aosp12/frameworks/base/media/jni/soundpool/
H A DSound.h55 class Sound {
63 Sound(int soundID, int fd, int64_t offset, int64_t length);
64 ~Sound();
H A DSoundManager.cpp58 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()
H A DSound.cpp32 Sound::Sound(int32_t soundID, int fd, int64_t offset, int64_t length) in Sound() function in android::soundpool::Sound
43 Sound::~Sound() in ~Sound()
195 status_t Sound::doLoad() in doLoad()
H A DSoundManager.h61 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);
H A DStream.h102 void setPlay(int32_t streamID, const std::shared_ptr<Sound> &sound, int32_t soundID, in alignas()
126 void play_l(const std::shared_ptr<Sound>& sound, int streamID, in alignas()
144 std::shared_ptr<Sound> mSound GUARDED_BY(mLock); // Non-null if playing. in alignas()
H A DSoundPool.cpp131 const std::shared_ptr<soundpool::Sound> sound = mSoundManager.findSound(soundID); in play()
132 if (sound == nullptr || sound->getState() != soundpool::Sound::READY) { in play()
H A DSoundDecoder.cpp79 std::shared_ptr<Sound> sound = mSoundManager->findSound(soundID); in run()
H A DStream.cpp155 int32_t streamID, const std::shared_ptr<Sound> &sound, int32_t soundID, in setPlay()
276 void Stream::play_l(const std::shared_ptr<Sound>& sound, int32_t nextStreamID, in play_l()
H A DAndroid.bp115 "Sound.cpp",
H A DStreamManager.h395 int32_t queueForPlay(const std::shared_ptr<Sound> &sound,
H A DStreamManager.cpp152 int32_t StreamManager::queueForPlay(const std::shared_ptr<Sound> &sound, in queueForPlay()
/aosp12/frameworks/proto_logging/stats/enums/app/
H A Dtvsettings_enums.proto293 // TvSettings > Display & Sound
296 // TvSettings > Display & Sound > Advanced display settings
331 // TvSettings > Display & Sound > System sounds (toggle)
334 // TvSettings > Display & Sound > Advanced sound settings
352 // TvSettings > Display & Sound > Advanced sound settings >
356 // TvSettings > Display & Sound > Advanced sound settings >
360 // TvSettings > Display & Sound > Advanced sound settings >
364 // TvSettings > Display & Sound > Advanced sound settings >
383 // TvSettings > Display & Sound > Advanced sound settings >
387 // TvSettings > Display & Sound > Match content frame rate
[all …]
H A Dsettings_enums.proto585 // OPEN: Settings > Sound > Switch a2dp devices dialog
591 // OPEN: Settings > Sound > Switch hfp devices dialog
1251 // OPEN: Settings > Sound & notification > Do not disturb
1403 // OPEN: Settings > Sound & notification > App notifications
1553 // Settings -> Sound
2840 // OPEN: Settings -> Sound -> Vibrate for calls
2893 // Open: Settings > Sound > Do Not Disturb > People > Calls
2925 // OPEN: Settings > Sound > Media
3083 // OPEN: Settings > Sound > Work profile sounds
3208 // OPEN: Settings -> Accessibility -> Sound Amplifier
[all …]
/aosp12/hardware/interfaces/soundtrigger/2.0/
H A DISoundTriggerHwCallback.hal38 /** Sound model type for this event. e.g SoundModelType.TYPE_KEYPHRASE */
80 /** Sound model status e.g. SoundModelStatus.UPDATED */
H A Dtypes.hal20 * Sound model types modes used in ISoundTriggerHw.SoundModel
H A DISoundTriggerHw.hal26 * Sound trigger implementation descriptor read by the framework via
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
H A DREADME.md1 # Sound Trigger Middleware
/aosp12/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/
H A DREADME.md15 4. Camera Sound Kind (parameter name: `soundKind`)
/aosp12/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto621 // OPEN: Settings > Sound & notification
631 // OPEN: Settings > Sound & notification > Other sounds
644 // OPEN: Settings > Sound & notification > Do not disturb
946 // OPEN: Settings > Sound & notification > App notifications
991 // OPEN: Settings > Sound & notification > DND > Automatic rules
1006 // OPEN: Settings > Sound & notification > DND > [External rule]
1011 // OPEN: Settings > Sound & notification > DND > [Event rule]
1192 // OPEN: Settings > Sound & notification > Notification access
1974 // Settings -> Sound
5981 // OPEN: Settings > Sound > Switch a2dp devices dialog
[all …]
/aosp12/hardware/interfaces/soundtrigger/2.1/
H A DISoundTriggerHw.hal36 /** Sound model header. Any data contained in the 'header.data' field
/aosp12/frameworks/base/core/proto/android/providers/settings/
H A Dsystem.proto206 // internally in AudioService and the Sound settings activity to coordinate
H A Dglobal.proto856 reserved 3; // Moved to secure settings Sound.charging_sounds_enabled
/aosp12/packages/apps/TV/tuner/tests/assets/
H A Dcapture_kqed.ts Error!