Lines Matching refs:int32_t
34 SoundPool(int32_t maxStreams, const audio_attributes_t& attributes,
39 int32_t load(int fd, int64_t offset, int64_t length, int32_t priority);
40 bool unload(int32_t soundID);
41 int32_t play(int32_t soundID, float leftVolume, float rightVolume, int32_t priority,
42 int32_t loop, float rate, int32_t playerIId = PLAYER_PIID_INVALID);
43 void pause(int32_t streamID);
45 void resume(int32_t streamID);
47 void stop(int32_t streamID);
48 void setVolume(int32_t streamID, float leftVolume, float rightVolume);
49 void setPriority(int32_t streamID, int32_t priority);
50 void setLoop(int32_t streamID, int32_t loop);
51 void setRate(int32_t streamID, float rate);