rename AudioSystem::newAudioSessionId()
Rename AudioSystem::newAudioSessionId() to AudioSystem::newAudioUniqueId() as it can be used also for I/O handles. Bug: 12378680. Change-Id: I3f6658db2b8db8f56d1a99f12b15429e293631e6
This commit is contained in:
@@ -246,7 +246,7 @@ android_media_AudioSystem_isSourceActive(JNIEnv *env, jobject thiz, jint source)
|
||||
static jint
|
||||
android_media_AudioSystem_newAudioSessionId(JNIEnv *env, jobject thiz)
|
||||
{
|
||||
return AudioSystem::newAudioSessionId();
|
||||
return AudioSystem::newAudioUniqueId();
|
||||
}
|
||||
|
||||
static jint
|
||||
|
||||
Reference in New Issue
Block a user