Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
hardware_libhardware_legacy
Commits
19f53f80
Commit
19f53f80
authored
16 years ago
by
Dave Sparks
Browse files
Options
Download
Email Patches
Plain Diff
Remove deprecated version of openInputStream.
Continuation of bug 1846343
parent
c61651ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
include/hardware_legacy/AudioHardwareInterface.h
include/hardware_legacy/AudioHardwareInterface.h
+0
-13
No files found.
include/hardware_legacy/AudioHardwareInterface.h
View file @
19f53f80
...
...
@@ -209,19 +209,6 @@ public:
/** This method creates and opens the audio hardware input stream */
virtual
AudioStreamIn
*
openInputStream
(
int
inputSource
,
int
format
,
int
channelCount
,
uint32_t
sampleRate
,
status_t
*
status
,
AudioSystem
::
audio_in_acoustics
acoustics
)
{
// TODO: Remove temporary implementation after all h/w libs are updated
return
openInputStream
(
format
,
channelCount
,
sampleRate
,
status
,
acoustics
);
}
/** This method creates and opens the audio hardware input stream */
/** DEPRECATED */
virtual
AudioStreamIn
*
openInputStream
(
int
format
,
int
channelCount
,
uint32_t
sampleRate
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment