Searched defs:check_AudioSystem_Command (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp237 static int check_AudioSystem_Command(status_t status) function
253 return (jint) check_AudioSystem_Command(AudioSystem::muteMicrophone(on));
304 int status = check_AudioSystem_Command(AudioSystem::setParameters(c_keyValuePairs8));
332 check_AudioSystem_Command(err));
341 int status = check_AudioSystem_Command(AudioSystem::setDeviceConnectionState(static_cast <audio_devices_t>(device),
361 return (jint) check_AudioSystem_Command(AudioSystem::setPhoneState((audio_mode_t) state));
367 return (jint) check_AudioSystem_Command(AudioSystem::setForceUse(static_cast <audio_policy_force_use_t>(usage),
380 return (jint) check_AudioSystem_Command(AudioSystem::initStreamVolume(static_cast <audio_stream_type_t>(stream),
392 return (jint) check_AudioSystem_Command(
417 return (jint) check_AudioSystem_Command(AudioSyste
[all...]

Completed in 38 milliseconds