Searched defs:channelID (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/media/jni/soundpool/ |
D | android_media_SoundPool_SoundPoolImpl.cpp | 87 android_media_SoundPool_SoundPoolImpl_pause(JNIEnv *env, jobject thiz, jint channelID) in android_media_SoundPool_SoundPoolImpl_pause() 96 android_media_SoundPool_SoundPoolImpl_resume(JNIEnv *env, jobject thiz, jint channelID) in android_media_SoundPool_SoundPoolImpl_resume() 123 android_media_SoundPool_SoundPoolImpl_stop(JNIEnv *env, jobject thiz, jint channelID) in android_media_SoundPool_SoundPoolImpl_stop() 132 android_media_SoundPool_SoundPoolImpl_setVolume(JNIEnv *env, jobject thiz, jint channelID, in android_media_SoundPool_SoundPoolImpl_setVolume() 142 android_media_SoundPool_SoundPoolImpl_setPriority(JNIEnv *env, jobject thiz, jint channelID, in android_media_SoundPool_SoundPoolImpl_setPriority() 152 android_media_SoundPool_SoundPoolImpl_setLoop(JNIEnv *env, jobject thiz, jint channelID, in android_media_SoundPool_SoundPoolImpl_setLoop() 162 android_media_SoundPool_SoundPoolImpl_setRate(JNIEnv *env, jobject thiz, jint channelID, in android_media_SoundPool_SoundPoolImpl_setRate()
|
/frameworks/av/media/libmedia/ |
D | SoundPool.cpp | 182 SoundChannel* SoundPool::findChannel(int channelID) in findChannel() 192 SoundChannel* SoundPool::findNextChannel(int channelID) in findNextChannel() 244 int channelID; in play() local 316 void SoundPool::pause(int channelID) in pause() 336 void SoundPool::resume(int channelID) in resume() 356 void SoundPool::stop(int channelID) in stop() 370 void SoundPool::setVolume(int channelID, float leftVolume, float rightVolume) in setVolume() 379 void SoundPool::setPriority(int channelID, int priority) in setPriority() 389 void SoundPool::setLoop(int channelID, int loop) in setLoop() 399 void SoundPool::setRate(int channelID, float rate) in setRate() [all …]
|
/frameworks/av/include/media/ |
D | SoundPool.h | 102 int channelID() { return mChannelID; } in channelID() function
|