Searched refs:apm (Results 1 – 1 of 1) sorted by relevance
50 AudioPolicyInterface *apm; member70 return qap->apm->setDeviceConnectionState( in ap_set_device_connection_state()82 return (audio_policy_dev_state_t)qap->apm->getDeviceConnectionState( in ap_get_device_connection_state()91 qap->apm->setPhoneState((int) state); in ap_set_phone_state()107 qap->apm->setForceUse((AudioSystem::force_use)usage, in ap_set_force_use()117 return (audio_policy_forced_cfg_t)qap->apm->getForceUse( in ap_get_force_use()127 qap->apm->setSystemProperty("ro.camera.sound.forced", can_mute ? "0" : "1"); in ap_set_can_mute_enforced_audible()133 return qap->apm->initCheck(); in ap_init_check()146 return qap->apm->getOutput((AudioSystem::stream_type)stream, in ap_get_output()155 return qap->apm->startOutput(output, (AudioSystem::stream_type)stream, in ap_start_output()[all …]