Searched defs:streamID (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/media/jni/soundpool/ |
H A D | SoundPool.cpp | 137 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 D | Stream.cpp | 74 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 D | StreamManager.cpp | 159 int32_t streamID = 0; in queueForPlay() local
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | SoundPool.java | 330 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 D | soundpool_stress.cpp | 159 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 D | QCamera3Channel.cpp | 423 uint32_t streamID = 0; in getStreamID() local
|
H A D | QCamera3HWI.cpp | 4106 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 D | cam_types.h | 1885 uint32_t streamID; member
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |