Home
last modified time | relevance | path

Searched refs:check_AudioSystem_Command (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp293 #define check_AudioSystem_Command(status) _check_AudioSystem_Command(__func__, (status)) macro
312 return (jint) check_AudioSystem_Command(AudioSystem::muteMicrophone(on)); in android_media_AudioSystem_muteMicrophone()
379 int status = check_AudioSystem_Command(AudioSystem::setParameters(c_keyValuePairs8)); in android_media_AudioSystem_setParameters()
408 check_AudioSystem_Command(err)); in android_media_AudioSystem_error_callback()
498 …int status = check_AudioSystem_Command(AudioSystem::setDeviceConnectionState(static_cast <audio_de… in android_media_AudioSystem_setDeviceConnectionState()
523 …int status = check_AudioSystem_Command(AudioSystem::handleDeviceConfigChange(static_cast <audio_de… in android_media_AudioSystem_handleDeviceConfigChange()
533 return (jint) check_AudioSystem_Command(AudioSystem::setPhoneState((audio_mode_t) state)); in android_media_AudioSystem_setPhoneState()
539 …return (jint) check_AudioSystem_Command(AudioSystem::setForceUse(static_cast <audio_policy_force_u… in android_media_AudioSystem_setForceUse()
552 …return (jint) check_AudioSystem_Command(AudioSystem::initStreamVolume(static_cast <audio_stream_ty… in android_media_AudioSystem_initStreamVolume()
564 return (jint) check_AudioSystem_Command( in android_media_AudioSystem_setStreamVolumeIndex()
[all …]