Home | History | Annotate | Download | only in hardware_legacy

Lines Matching refs:AudioSystem

80                                                           AudioSystem::device_connection_state state,
82 virtual AudioSystem::device_connection_state getDeviceConnectionState(audio_devices_t device,
85 virtual void setForceUse(AudioSystem::force_use usage, AudioSystem::forced_config config);
86 virtual AudioSystem::forced_config getForceUse(AudioSystem::force_use usage);
89 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
93 AudioSystem::output_flags flags,
96 AudioSystem::stream_type stream,
99 AudioSystem::stream_type stream,
106 AudioSystem::audio_in_acoustics acoustics);
115 virtual void initStreamVolume(AudioSystem::stream_type stream,
118 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream,
121 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream,
126 virtual uint32_t getStrategyForStream(AudioSystem::stream_type stream);
129 virtual audio_devices_t getDevicesForStream(AudioSystem::stream_type stream);
247 static const VolumeCurvePoint *sVolumeProfiles[AudioSystem::NUM_STREAM_TYPES][DEVICE_CATEGORY_CNT];
259 void changeRefCount(AudioSystem::stream_type stream, int delta);
266 bool isStreamActive(AudioSystem::stream_type stream,
280 uint32_t mRefCount[AudioSystem::NUM_STREAM_TYPES]; // number of streams of each type using this output
281 nsecs_t mStopTime[AudioSystem::NUM_STREAM_TYPES];
284 float mCurVolume[AudioSystem::NUM_STREAM_TYPES]; // current stream volume
285 int mMuteCount[AudioSystem::NUM_STREAM_TYPES]; // mute request counter
347 static routing_strategy getStrategy(AudioSystem::stream_type stream);
422 AudioSystem::device_connection_state state,
427 AudioSystem::device_connection_state state,
493 AudioSystem::output_flags flags);
546 AudioSystem::forced_config mForceUse[AudioSystem::NUM_FORCE_USE]; // current forced use configuration
548 StreamDescriptor mStreams[AudioSystem::NUM_STREAM_TYPES]; // stream descriptors for volume control
596 void handleNotificationRoutingForStream(AudioSystem::stream_type stream);