Home
last modified time | relevance | path

Searched defs:streamID (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp137 const int32_t streamID = mStreamManager.queueForPlay( in play() local
164 void SoundPool::pause(int32_t streamID) in pause()
173 void SoundPool::resume(int32_t streamID) in resume()
182 void SoundPool::stop(int32_t streamID) in stop()
192 void SoundPool::setVolume(int32_t streamID, float leftVolume, float rightVolume) in setVolume()
202 void SoundPool::setPriority(int32_t streamID, int32_t priority) in setPriority()
212 void SoundPool::setLoop(int32_t streamID, int32_t loop) in setLoop()
222 void SoundPool::setRate(int32_t streamID, float rate) in setRate()
H A DStream.cpp74 void Stream::pause(int32_t streamID) in pause()
88 void Stream::resume(int32_t streamID) in resume()
103 void Stream::setRate(int32_t streamID, float rate) in setRate()
124 void Stream::setVolume(int32_t streamID, float leftVolume, float rightVolume) in setVolume()
132 void Stream::setPriority(int32_t streamID, int32_t priority) in setPriority()
140 void Stream::setLoop(int32_t streamID, int32_t loop) in setLoop()
155 int32_t streamID, const std::shared_ptr<Sound> &sound, int32_t soundID, in setPlay()
179 bool Stream::requestStop(int32_t streamID) in requestStop()
H A DStreamManager.cpp159 int32_t streamID = 0; in queueForPlay() local
/aosp12/frameworks/base/media/java/android/media/
H A DSoundPool.java330 public native final void pause(int streamID); in pause()
342 public native final void resume(int streamID); in resume()
373 public native final void stop(int streamID); in stop()
387 public final void setVolume(int streamID, float leftVolume, float rightVolume) { in setVolume()
438 public void setVolume(int streamID, float volume) { in setVolume()
452 public native final void setPriority(int streamID, int priority); in setPriority()
465 public native final void setLoop(int streamID, int loop); in setLoop()
479 public native final void setRate(int streamID, float rate); in setRate()
519 private native final void _setVolume(int streamID, float leftVolume, float rightVolume); in _setVolume()
/aosp12/frameworks/base/media/jni/soundpool/tests/
H A Dsoundpool_stress.cpp159 const int32_t streamID = in testStreams() local
186 const int32_t streamID = in testStreams() local
206 for (int32_t streamID : streamIDs) { in testStreams() local
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Channel.cpp423 uint32_t streamID = 0; in getStreamID() local
H A DQCamera3HWI.cpp4106 uint32_t streamID = channel->getStreamID(channel->getStreamTypeMask()); in handleMetadataWithLock() local
4562 uint32_t streamID = channel->getStreamID(channel->getStreamTypeMask()); in handleBufferWithLock() local
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_types.h1885 uint32_t streamID; member
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...