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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyCompatClient.cpp51 status_t AudioPolicyCompatClient::closeOutput(audio_io_handle_t output) argument
53 return mServiceOps->close_output(mService, output);
56 status_t AudioPolicyCompatClient::suspendOutput(audio_io_handle_t output) argument
58 return mServiceOps->suspend_output(mService, output);
61 status_t AudioPolicyCompatClient::restoreOutput(audio_io_handle_t output) argument
63 return mServiceOps->restore_output(mService, output);
82 audio_io_handle_t output)
85 output);
117 audio_io_handle_t output,
121 volume, output, delayM
81 setStreamOutput(AudioSystem::stream_type stream, audio_io_handle_t output) argument
114 setStreamVolume( AudioSystem::stream_type stream, float volume, audio_io_handle_t output, int delayMs) argument
[all...]
H A DAudioPolicyCompatClient.h46 virtual status_t closeOutput(audio_io_handle_t output);
47 virtual status_t suspendOutput(audio_io_handle_t output);
48 virtual status_t restoreOutput(audio_io_handle_t output);
55 virtual status_t setStreamOutput(AudioSystem::stream_type stream, audio_io_handle_t output);
66 audio_io_handle_t output,
H A DAudioPolicyManagerBase.cpp46 // handle output devices
58 // handle output device connection
87 // handle output device disconnection
96 // remove device from available output devices
268 // check for device and output changes triggered by new phone state
289 // delay the device change command by twice the output latency to have some margin
304 // setting output device above
378 // check for device and output changes triggered by new phone state
431 audio_io_handle_t output = 0; local
439 LOGV("getOutput() test output mCurOutpu
550 startOutput(audio_io_handle_t output, AudioSystem::stream_type stream, int session) argument
597 stopOutput(audio_io_handle_t output, AudioSystem::stream_type stream, int session) argument
643 releaseOutput(audio_io_handle_t output) argument
1292 testOutputIndex(audio_io_handle_t output) argument
1557 getNewDevice(audio_io_handle_t output, bool fromCache) argument
1795 setOutputDevice(audio_io_handle_t output, uint32_t device, bool force, int delayMs) argument
2048 computeVolume(int stream, int index, audio_io_handle_t output, uint32_t device) argument
2098 checkAndSetVolume(int stream, int index, audio_io_handle_t output, uint32_t device, int delayMs, bool force) argument
2158 applyStreamVolumes(audio_io_handle_t output, uint32_t device, int delayMs, bool force) argument
2167 setStrategyMute(routing_strategy strategy, bool on, audio_io_handle_t output, int delayMs) argument
2177 setStreamMute(int stream, bool on, audio_io_handle_t output, int delayMs) 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/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 appriate 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/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_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h84 virtual status_t startOutput(audio_io_handle_t output,
87 virtual status_t stopOutput(audio_io_handle_t output,
90 virtual void releaseOutput(audio_io_handle_t output);
110 // return the enabled output devices for the given stream type
169 // descriptor for audio outputs. Used to maintain current configuration of each opened audio output
170 // and keep track of the usage of this output by each audio stream type.
185 audio_io_handle_t mId; // output handle
188 uint32_t mChannels; // output configuration
191 uint32_t mDevice; // current device this output is routed to
192 uint32_t mRefCount[AudioSystem::NUM_STREAM_TYPES]; // number of streams of each type using this output
[all...]
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
92 // request an output appriate for playback of the supplied stream type and parameters
98 // indicates to the audio policy manager that the output starts being used by corresponding stream.
99 virtual status_t startOutput(audio_io_handle_t output,
102 // indicates to the audio policy manager that the output stop
[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/libhardware/modules/audio/
H A Daudio_policy.c106 static int ap_start_output(struct audio_policy *pol, audio_io_handle_t output, argument
112 static int ap_stop_output(struct audio_policy *pol, audio_io_handle_t output, argument
119 audio_io_handle_t output)
186 audio_io_handle_t output,
118 ap_release_output(struct audio_policy *pol, audio_io_handle_t output) argument
184 ap_register_effect(struct audio_policy *pol, 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/omap4xxx/camera/
H A DAppCallbackNotifier.cpp989 structConvImage output = {mVideoWidth, local
997 VT_resizeFrame_Video_opt2_lp(&input, &output, NULL, 0);

Completed in 214 milliseconds