Searched refs:jDeviceId (Results 1 – 2 of 2) sorted by relevance
64 jstring jDeviceId = NULL; in convertMicrophoneInfoFromNative() local72 jDeviceId = env->NewStringUTF(micInfo.device_id); in convertMicrophoneInfoFromNative()111 *jMicrophoneInfo = env->NewObject(gMicrophoneInfoClass, gMicrophoneInfoCstor, jDeviceId, in convertMicrophoneInfoFromNative()117 if (jDeviceId != NULL) { in convertMicrophoneInfoFromNative()118 env->DeleteLocalRef(jDeviceId); in convertMicrophoneInfoFromNative()
3208 jint jDeviceId, in android_media_AudioSystem_getSupportedMixerAttributes() argument3221 status_t status = AudioSystem::getSupportedMixerAttributes((audio_port_handle_t)jDeviceId, in android_media_AudioSystem_getSupportedMixerAttributes()