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

/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp47 static int check_AudioSystem_Command(status_t status) function
59 return check_AudioSystem_Command(AudioSystem::muteMicrophone(on));
104 int status = check_AudioSystem_Command(AudioSystem::setParameters(0, c_keyValuePairs8));
151 int status = check_AudioSystem_Command(AudioSystem::setDeviceConnectionState(static_cast <audio_devices_t>(device),
171 return check_AudioSystem_Command(AudioSystem::setPhoneState((audio_mode_t) state));
177 return check_AudioSystem_Command(AudioSystem::setForceUse(static_cast <audio_policy_force_use_t>(usage),
190 return check_AudioSystem_Command(AudioSystem::initStreamVolume(static_cast <audio_stream_type_t>(stream),
202 return check_AudioSystem_Command(
227 return check_AudioSystem_Command(AudioSystem::setMasterVolume(value));
243 return check_AudioSystem_Command(AudioSyste
[all...]

Completed in 48 milliseconds