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

/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dadxl345.py34 force = adxl.getAcceleration() # Read acceleration force (g) variable
36 print "ForceX: %5.2f g" % (force[0])
37 print "ForceY: %5.2f g" % (force[1])
38 print "ForceZ: %5.2f g\n" % (force[2])
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioPolicyManagerALSA.cpp74 bool force = false; local
79 // force routing command to audio hardware when starting a call
81 force = true;
84 // force routing command to audio hardware when exiting a call
86 force = true;
89 // force routing command to audio hardware when switching between telephony and VoIP
91 force = true;
102 // force routing command to audio hardware when ending call
144 setOutputDevice(mPrimaryOutput, newDevice, force, delayMs);
/hardware/qcom/audio/msm8909/policy_hal/
H A DAudioPolicyManager.cpp306 // do not force device change on duplicated output because if device is 0, it will
307 // also force a device 0 for the two outputs it is duplicated to which may override
309 bool force = !desc->isDuplicated() local
311 // always force when disconnecting (a non-duplicated device)
313 setOutputDevice(desc, newDevice, force, 0);
627 // force reevaluating accessibility routing when call starts
632 * Switching to or from incall state or switching between telephony and VoIP lead to force
635 bool force = ((is_state_in_call(oldState) != is_state_in_call(state)) local
873 // force routing command to audio hardware when ending call
890 setOutputDevice(mPrimaryOutput, rxDevice, force,
1090 bool force = false; local
1204 checkAndSetVolume(audio_stream_type_t stream, int index, const sp<AudioOutputDescriptor>& outputDesc, audio_devices_t device, int delayMs, bool force) argument
[all...]
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp538 LocApiRpc::setAPN(char* apn, int len, boolean force) argument
542 if (force || memcmp(apnLastSet, apn, size)) {
642 LocApiRpc::enableData(int enable, boolean force) argument
645 if (force || dataEnableLastSet != enable) {
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp538 LocApiRpc::setAPN(char* apn, int len, boolean force) argument
542 if (force || memcmp(apnLastSet, apn, size)) {
642 LocApiRpc::enableData(int enable, boolean force) argument
645 if (force || dataEnableLastSet != enable) {
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp538 LocApiRpc::setAPN(char* apn, int len, boolean force) argument
542 if (force || memcmp(apnLastSet, apn, size)) {
642 LocApiRpc::enableData(int enable, boolean force) argument
645 if (force || dataEnableLastSet != enable) {
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp538 LocApiRpc::setAPN(char* apn, int len, boolean force) argument
542 if (force || memcmp(apnLastSet, apn, size)) {
642 LocApiRpc::enableData(int enable, boolean force) argument
645 if (force || dataEnableLastSet != enable) {
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp538 LocApiRpc::setAPN(char* apn, int len, boolean force) argument
542 if (force || memcmp(apnLastSet, apn, size)) {
642 LocApiRpc::enableData(int enable, boolean force) argument
645 if (force || dataEnableLastSet != enable) {
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp184 // do not force device change on duplicated output because if device is 0, it will
185 // also force a device 0 for the two outputs it is duplicated to which may override
315 bool force = false; local
320 // force routing command to audio hardware when starting a call
322 force = true;
329 // force routing command to audio hardware when exiting a call
331 force = true;
338 // force routing command to audio hardware when switching between telephony and VoIP
340 force = true;
351 // force routin
765 bool force = false; local
2827 setOutputDevice(audio_io_handle_t output, audio_devices_t device, bool force, int delayMs) argument
3295 checkAndSetVolume(int stream, int index, audio_io_handle_t output, audio_devices_t device, int delayMs, bool force) argument
3353 applyStreamVolumes(audio_io_handle_t output, audio_devices_t device, int delayMs, bool force) argument
[all...]
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_menu.cpp2269 void setExpGainPreset(ShotParameters &params, const char *input, bool force, param_ExpBracketParamType_t type, bool flush) { argument
2275 } else if ( (force && (NULL == strpbrk(input, "()"))) ||
2293 } else if ( force || (PARAM_EXP_BRACKET_PARAM_PAIR == type) ) {

Completed in 339 milliseconds