Searched refs:output (Results 1 - 25 of 31) sorted by relevance

12

/hardware/libhardware_legacy/audio/
H A DAudioPolicyCompatClient.cpp57 status_t AudioPolicyCompatClient::closeOutput(audio_io_handle_t output) argument
59 return mServiceOps->close_output(mService, output);
62 status_t AudioPolicyCompatClient::suspendOutput(audio_io_handle_t output) argument
64 return mServiceOps->suspend_output(mService, output);
67 status_t AudioPolicyCompatClient::restoreOutput(audio_io_handle_t output) argument
69 return mServiceOps->restore_output(mService, output);
88 audio_io_handle_t output)
91 output);
123 audio_io_handle_t output,
127 volume, output, delayM
87 setStreamOutput(AudioSystem::stream_type stream, audio_io_handle_t output) argument
120 setStreamVolume( AudioSystem::stream_type stream, float volume, audio_io_handle_t output, int delayMs) argument
[all...]
H A DAudioPolicyCompatClient.h49 virtual status_t closeOutput(audio_io_handle_t output);
50 virtual status_t suspendOutput(audio_io_handle_t output);
51 virtual status_t restoreOutput(audio_io_handle_t output);
58 virtual status_t setStreamOutput(AudioSystem::stream_type stream, audio_io_handle_t output);
69 audio_io_handle_t output,
H A DAudioPolicyManagerBase.cpp61 // handle output devices
77 // save a copy of the opened output descriptors before any output is opened or closed
82 // handle output device connection
124 // handle output device disconnection
132 // remove device from available output devices
318 // check for device and output changes triggered by new phone state
337 // delay the device change command by twice the output latency to have some margin
368 // setting output device above
444 // check for device and output change
449 audio_io_handle_t output = mOutputs.keyAt(i); local
514 audio_io_handle_t output = 0; local
664 startOutput(audio_io_handle_t output, AudioSystem::stream_type stream, int session) argument
731 stopOutput(audio_io_handle_t output, AudioSystem::stream_type stream, int session) argument
788 releaseOutput(audio_io_handle_t output) argument
1329 audio_io_handle_t output = mpClientInterface->openOutput( local
1553 testOutputIndex(audio_io_handle_t output) argument
1627 audio_io_handle_t output = mpClientInterface->openOutput(profile->mModule->mHandle, local
1767 closeOutput(audio_io_handle_t output) argument
1972 getNewDevice(audio_io_handle_t output, bool fromCache) argument
2350 setOutputDevice(audio_io_handle_t output, audio_devices_t device, bool force, int delayMs) argument
2695 computeVolume(int stream, int index, audio_io_handle_t output, audio_devices_t device) argument
2759 checkAndSetVolume(int stream, int index, audio_io_handle_t output, audio_devices_t device, int delayMs, bool force) argument
2817 applyStreamVolumes(audio_io_handle_t output, audio_devices_t device, int delayMs, bool force) argument
2834 setStrategyMute(routing_strategy strategy, bool on, audio_io_handle_t output, int delayMs, audio_devices_t device) argument
2848 setStreamMute(int stream, bool on, audio_io_handle_t output, int delayMs, audio_devices_t device) argument
[all...]
H A Daudio_policy_hal.cpp151 static int ap_start_output(struct audio_policy *pol, audio_io_handle_t output, argument
155 return lap->apm->startOutput(output, (AudioSystem::stream_type)stream,
159 static int ap_stop_output(struct audio_policy *pol, audio_io_handle_t output, argument
163 return lap->apm->stopOutput(output, (AudioSystem::stream_type)stream,
168 audio_io_handle_t output)
171 lap->apm->releaseOutput(output);
167 ap_release_output(struct audio_policy *pol, audio_io_handle_t output) argument
/hardware/invensense/libsensors_iio/software/core/mllite/
H A Dml_math_func.h31 float output; member in struct:__anon135
94 void inv_convert_to_body(unsigned short orientation, const long *input, long *output);
95 void inv_convert_to_chip(unsigned short orientation, const long *input, long *output);
96 void inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output);
H A Dml_math_func.c68 * @return the computed magnitude squared output of the gyroscope.
611 * @param[out] output Output vector, length 3
613 void inv_convert_to_body(unsigned short orientation, const long *input, long *output) argument
615 output[0] = input[orientation & 0x03] * SIGNSET(orientation & 0x004);
616 output[1] = input[(orientation>>3) & 0x03] * SIGNSET(orientation & 0x020);
617 output[2] = input[(orientation>>6) & 0x03] * SIGNSET(orientation & 0x100);
623 * @param[out] output Output vector, length 3
625 void inv_convert_to_chip(unsigned short orientation, const long *input, long *output) argument
627 output[orientation & 0x03] = input[0] * SIGNSET(orientation & 0x004);
628 output[(orientatio
640 inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output) argument
[all...]
/hardware/msm7k/libaudio-qdsp5v2/
H A DAudioPolicyManager.h45 // true is current platform supports suplication of notifications and ringtones over A2DP output
52 virtual float computeVolume(int stream, int index, audio_io_handle_t output, uint32_t device);
H A DAudioPolicyManager.cpp129 // when forcing to speaker output
218 // output routing
236 float AudioPolicyManager::computeVolume(int stream, int index, audio_io_handle_t output, uint32_t device) argument
238 // force volume on A2DP output to maximum if playing through car dock speakers
241 if (output == mA2dpOutput &&
247 float volume = AudioPolicyManagerBase::computeVolume(stream, index, output, device);
/hardware/msm7k/libaudio-qsd8k/
H A DAudioPolicyManager.h45 // true is current platform supports suplication of notifications and ringtones over A2DP output
52 virtual float computeVolume(int stream, int index, audio_io_handle_t output, uint32_t device);
H A DAudioPolicyManager.cpp129 // when forcing to speaker output
218 // output routing
236 float AudioPolicyManager::computeVolume(int stream, int index, audio_io_handle_t output, uint32_t device) argument
242 return AudioPolicyManagerBase::computeVolume(stream, index, output, device);
245 // force volume on A2DP output to maximum if playing through car dock speakers
248 if (output == mA2dpOutput &&
254 float volume = AudioPolicyManagerBase::computeVolume(stream, index, output, device);
/hardware/libhardware/include/hardware/
H A Daudio_policy.h51 * the activity and configuration of audio input and output streams.
62 * created: Those queries return a handler on an output that has been
68 * reconfigure the output depending on other streams using this output and
75 * output as a function of platform specific settings and current output
129 /* request an output appropriate for playback of the supplied stream type and
138 /* indicates to the audio policy manager that the output starts being used
141 audio_io_handle_t output,
145 /* indicates to the audio policy manager that the output stop
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h37 // configuration of audio input and output streams.
45 // return a handler on an output that has been selected, configured and opened by the audio policy manager and that
48 // to close or reconfigure the output depending on other streams using this output and current system state.
51 // applicable to each output as a function of platform specific settings and current output route (destination device). It
90 // request an output appropriate for playback of the supplied stream type and parameters
96 // indicates to the audio policy manager that the output starts being used by corresponding stream.
97 virtual status_t startOutput(audio_io_handle_t output,
100 // indicates to the audio policy manager that the output stop
[all...]
H A DAudioPolicyManagerBase.h91 virtual status_t startOutput(audio_io_handle_t output,
94 virtual status_t stopOutput(audio_io_handle_t output,
97 virtual void releaseOutput(audio_io_handle_t output);
123 // return the enabled output devices for the given stream type
184 Vector <IOProfile *> mOutputProfiles; // output profiles exposed by this module
188 // the IOProfile class describes the capabilities of an output or input stream.
190 // It is used by the policy manager to determine if an output or input is suitable for
208 // indicates the supported parameters should be read from the output stream
213 audio_devices_t mSupportedDevices; // supported devices (devices this output can be
215 audio_output_flags_t mFlags; // attribute flags (e.g primary output,
[all...]
/hardware/qcom/audio/alsa_sound/
H A Daudio_policy_hal.cpp147 static void ap_pause_session(struct audio_policy *pol, audio_io_handle_t output, argument
151 qap->apm->pauseSession(output, (AudioSystem::stream_type)stream);
154 static void ap_resume_session(struct audio_policy *pol, audio_io_handle_t output, argument
158 qap->apm->resumeSession(output, (AudioSystem::stream_type)stream);
161 static void ap_release_session(struct audio_policy *pol, audio_io_handle_t output) argument
164 qap->apm->releaseSession(output);
183 static int ap_start_output(struct audio_policy *pol, audio_io_handle_t output, argument
187 return qap->apm->startOutput(output, (AudioSystem::stream_type)stream,
191 static int ap_stop_output(struct audio_policy *pol, audio_io_handle_t output, argument
195 return qap->apm->stopOutput(output, (AudioSyste
199 ap_release_output(struct audio_policy *pol, audio_io_handle_t output) argument
[all...]
/hardware/invensense/mlsdk/mllite/
H A Dcompass.h69 int (*update)(yas_filter_handle_t *t, float *input, float *output);
H A Dcompass.c185 static int update(yas_filter_handle_t *t, float *input, float *output) argument
189 if (t == NULL || input == NULL || output == NULL) {
194 output[i] = adaptive_filter_filter(&t->adap_filter[i], input[i]);
195 output[i] = thresh_filter_filter(&t->thresh_filter[i], output[i]);
/hardware/ti/wlan/wl1271/CUDK/tiwlan_loader/
H A DMakefile8 TI_OS_LIB_DIR=$(CUDK_ROOT)/output
44 OUTPUT_DIR ?= $(CUDK_ROOT)/output
72 $(CROSS_COMPILE)gcc --static $(OBJS) $(TI_OS_LIB_DIR)/$(TI_OS_LIB) -L $(CUDK_ROOT)/output $(LDFLAGS) -lpthread -lc -o $@
/hardware/libhardware/modules/audio/
H A Daudio_policy.c107 static int ap_start_output(struct audio_policy *pol, audio_io_handle_t output, argument
113 static int ap_stop_output(struct audio_policy *pol, audio_io_handle_t output, argument
120 audio_io_handle_t output)
203 audio_io_handle_t output,
119 ap_release_output(struct audio_policy *pol, audio_io_handle_t output) argument
201 ap_register_effect(struct audio_policy *pol, const struct effect_descriptor_s *desc, audio_io_handle_t output, uint32_t strategy, int session, int id) argument
/hardware/ril/mock-ril/src/cpp/
H A Dmsgheader.pb.cpp255 ::google::protobuf::io::CodedOutputStream* output) const {
258 ::google::protobuf::internal::WireFormatLite::WriteUInt32(1, this->cmd(), output);
263 ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->length_data(), output);
268 ::google::protobuf::internal::WireFormatLite::WriteUInt32(3, this->status(), output);
273 ::google::protobuf::internal::WireFormatLite::WriteUInt64(4, this->token(), output);
278 unknown_fields(), output); local
H A Dmsgheader.pb.h78 ::google::protobuf::io::CodedOutputStream* output) const;
79 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
/hardware/ti/wlan/wl1271/platforms/os/linux/
H A DMakefile114 WLAN_CU_CLI = $(WLAN_CUDK_DIR)/output/wlan_cu
120 WLAN_LOGGER = $(WLAN_CUDK_DIR)/output/wlan_logger
126 WLAN_LOADER = $(WLAN_CUDK_DIR)/output/tiwlan_loader
138 SUPPLICANT = $(WLAN_CUDK_DIR)/output/wpa_supplicant
/hardware/libhardware/modules/local_time/
H A DAndroid.mk21 # the audio and video output hardware. This default implementation is loaded
/hardware/ti/wlan/wl1271/CUDK/configurationutility/
H A Dmakefile13 OUTPUT_DIR ?= $(CUDK_ROOT)/output
14 TI_OS_LIB_DIR=$(CUDK_ROOT)/output
/hardware/ti/wlan/wl1271/CUDK/
H A DMakefile27 OUTPUT_DIR ?= $(CUDK_ROOT)/output
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dmakefile17 OUTPUT_DIR ?= $(CUDK_ROOT)/output

Completed in 445 milliseconds

12