Lines Matching refs:int32_t
67 bool checkPriority(int32_t *priority) in checkPriority()
76 bool checkLoop(int32_t *loop) in checkLoop()
88 int32_t maxStreams, const audio_attributes_t& attributes, in SoundPool()
102 int32_t SoundPool::load(int fd, int64_t offset, int64_t length, int32_t priority) in load()
110 bool SoundPool::unload(int32_t soundID) in unload()
117 int32_t SoundPool::play(int32_t soundID, float leftVolume, float rightVolume, in play()
118 int32_t priority, int32_t loop, float rate, int32_t playerIId) in play()
138 const int32_t streamID = mStreamManager.queueForPlay( in play()
166 void SoundPool::pause(int32_t streamID) in pause()
175 void SoundPool::resume(int32_t streamID) in resume()
184 void SoundPool::stop(int32_t streamID) in stop()
194 void SoundPool::setVolume(int32_t streamID, float leftVolume, float rightVolume) in setVolume()
204 void SoundPool::setPriority(int32_t streamID, int32_t priority) in setPriority()
214 void SoundPool::setLoop(int32_t streamID, int32_t loop) in setLoop()
224 void SoundPool::setRate(int32_t streamID, float rate) in setRate()