Searched refs:check_AudioSystem_Command (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp270 static int check_AudioSystem_Command(status_t status) function
286 return (jint) check_AudioSystem_Command(AudioSystem::muteMicrophone(on));
345 int status = check_AudioSystem_Command(AudioSystem::setParameters(c_keyValuePairs8));
374 check_AudioSystem_Command(err));
447 int status = check_AudioSystem_Command(AudioSystem::setDeviceConnectionState(static_cast <audio_devices_t>(device),
470 int status = check_AudioSystem_Command(AudioSystem::handleDeviceConfigChange(static_cast <audio_devices_t>(device),
480 return (jint) check_AudioSystem_Command(AudioSystem::setPhoneState((audio_mode_t) state));
486 return (jint) check_AudioSystem_Command(AudioSystem::setForceUse(static_cast <audio_policy_force_use_t>(usage),
499 return (jint) check_AudioSystem_Command(AudioSystem::initStreamVolume(static_cast <audio_stream_type_t>(stream),
511 return (jint) check_AudioSystem_Command(
[all...]

Completed in 32 milliseconds