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

/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp42 static int check_AudioSystem_Command(status_t status) function
58 return check_AudioSystem_Command(AudioSystem::muteMicrophone(on));
103 int status = check_AudioSystem_Command(AudioSystem::setParameters(0, c_keyValuePairs8));
131 check_AudioSystem_Command(err));
138 int status = check_AudioSystem_Command(AudioSystem::setDeviceConnectionState(static_cast <audio_devices_t>(device),
158 return check_AudioSystem_Command(AudioSystem::setPhoneState((audio_mode_t) state));
164 return check_AudioSystem_Command(AudioSystem::setForceUse(static_cast <audio_policy_force_use_t>(usage),
177 return check_AudioSystem_Command(AudioSystem::initStreamVolume(static_cast <audio_stream_type_t>(stream),
189 return check_AudioSystem_Command(
214 return check_AudioSystem_Command(AudioSyste
[all...]

Completed in 41 milliseconds